1. 8779f64 Added descriptions of the t#, w, and w# PyArg_ParseTuple() format by Fred Drake · 25 years ago
  2. 0ee4891 Update the instructions slightly. by Fred Drake · 25 years ago
  3. 4f0279f Removed; no longer needed now that the other tools can handle entity by Fred Drake · 25 years ago
  4. abb158f feed(): Added support for ESIS '&' lines. by Fred Drake · 25 years ago
  5. 1f33292 Remove use of fixgenents.sh; no longer needed. by Fred Drake · 25 years ago
  6. 3cf4eb4 Specify: \geq --> ≥ by Fred Drake · 25 years ago
  7. f6199ed Conversion.subconvert(): Added support for "entityref" parameters by Fred Drake · 25 years ago
  8. a20581c write_esis(): Added support for ENTITY_REFERENCE nodes. by Fred Drake · 25 years ago
  9. 53eae8e convert(): Add support for ESIS '&' lines, and make sure we don't by Fred Drake · 25 years ago
  10. e7f1920 Doco update from Sjoerd Mullender. by Guido van Rossum · 25 years ago
  11. 2900ff9 Added paragraph explaining that except clauses can't be empty; that by Fred Drake · 25 years ago
  12. 4c2533f Added sentence "All exceptions must have an executable block."; from by Fred Drake · 25 years ago
  13. b68a125 Added additional index entries. Minor markup nits. by Fred Drake · 25 years ago
  14. 76dd228 whrandom should come immediately after random, not before. by Fred Drake · 25 years ago
  15. c924b8d Clarified start parameter to Py_CompileString, documented by Fred Drake · 25 years ago
  16. abf8a1d rewrite_descriptor(): Fix bug that dropped the first TEXT node from by Fred Drake · 25 years ago
  17. 7eba1d8 Tell what the result objects are (based on comment from the list). by Fred Drake · 25 years ago
  18. 9ed56de Added item regarding random/whrandom. by Fred Drake · 25 years ago
  19. b3fc9d1 Added disclaimer to the sleep() function. by Guido van Rossum · 25 years ago
  20. 31e5e37 Explain the possible range of values for the pid parameter to waitpid(). by Fred Drake · 25 years ago
  21. 68921df In note mentioning [].remove()'s exception, tell what exception is by Fred Drake · 25 years ago
  22. d3fbdfd Add index entries for open(): by Fred Drake · 25 years ago
  23. 8c9fc00 Add index entry "I/O control, buffering" for fdopen(). by Fred Drake · 25 years ago
  24. a94f676 Add index entry "I/O control, buffering" for makefile(). by Fred Drake · 25 years ago
  25. 58c5a2a Started documentation on buffer objects & types. Very preliminary. by Fred Drake · 25 years ago
  26. 068bdb1 Change the directory tree walking example to use clearer variable by Guido van Rossum · 25 years ago
  27. 46ab6df Re-write in Python for portability. About 30% slower, but who cares?! by Fred Drake · 25 years ago
  28. 82ebc27 remap_element_names(): Only used for things that the new conversion by Fred Drake · 25 years ago
  29. 2f6ec9c The new conversion engine supports more of the table re-writing than by Fred Drake · 25 years ago
  30. 32bc45f Removed PyMapping_Clear() -- it was wishful thinking and serves no by Guido van Rossum · 25 years ago
  31. 83c0983 Use the mksourcepgk script instead of mktarball.sh. by Fred Drake · 25 years ago
  32. 9ff3a6a Remove obsolete version of script. by Fred Drake · 25 years ago
  33. 9f2b420 Re-implementation of mktarball.sh as a more portable Python script; by Fred Drake · 25 years ago
  34. 080c1b5 bwrite(), ewrite(): Helpers for diagnostic output; essentially the by Fred Drake · 25 years ago
  35. 4fbdf97 Mostly minor changes. Removed some obsolete commented-out code. by Fred Drake · 25 years ago
  36. d158b85 This doesn't need to do nearly as much for the new conversion, so simplify. by Fred Drake · 25 years ago
  37. 031e222 A few small improvements to the conversion. by Fred Drake · 25 years ago
  38. c71b802 Markup nits. by Fred Drake · 25 years ago
  39. ce20112 Fixed hyperlink references to the __builtin__ and __main__ modules; by Fred Drake · 25 years ago
  40. eac8abe Ripped out the old conversion. by Fred Drake · 25 years ago
  41. 865e9ff Added a few more passes through the document fragment. Not actually by Fred Drake · 25 years ago
  42. 96e4a06 Massive changes. by Fred Drake · 25 years ago
  43. 2394c98 Minor updates. by Fred Drake · 25 years ago
  44. ada2de6 Use the (new) buildFragment() method of the EsisBuilder rather than by Fred Drake · 25 years ago
  45. f032cdb Some minor cleanup. by Fred Drake · 25 years ago
  46. bc2285e Conversion specification, used by a new path through latex2esis.py. by Fred Drake · 25 years ago
  47. 478a265 Minor update. by Fred Drake · 25 years ago
  48. c35367e Change an {\em ...} to \var{...} and a {\bf ...} to \program{...} (the by Fred Drake · 25 years ago
  49. 4ef3ea0 Add support for bzip2 compression. by Fred Drake · 25 years ago
  50. 5772f33 Add support for bzip2 using --bzip2. by Fred Drake · 25 years ago
  51. b5213c3 Ignore additional compressed formats. by Fred Drake · 25 years ago
  52. 8d21243 Added description of optional parameter to UserDict constructor. by Fred Drake · 25 years ago
  53. 7dcc69a Add zip archive support for html, pdf, ps, and latex archives. by Fred Drake · 25 years ago
  54. 8ea15f3 Add --zip parameter; make this able to produce .zip files as well as .tgz files. by Fred Drake · 25 years ago
  55. de5d5ce Update getattr() description to document the optional third by Fred Drake · 25 years ago
  56. 06c5a8b Make the default target xml instead of sgml. by Fred Drake · 25 years ago
  57. 7dbde51 Make the default target xml instead of sgml. by Fred Drake · 25 years ago
  58. 5d48e45 typo: privide --> provide by Fred Drake · 25 years ago
  59. 860e256 Added comment clarifying that RELEASE is the documentation release by Fred Drake · 25 years ago
  60. 6b3fb78 do_cmd_funclineni(): New function; non-indexing form of \funcline. by Fred Drake · 25 years ago
  61. 6db897c Move chdir() and getcwd() descriptions to "Files and Directories" with by Fred Drake · 25 years ago
  62. f930d82 Use the same names for CLASS attributes as elsewhere. by Fred Drake · 25 years ago
  63. bb7eff9 Updated Milan's email address. by Fred Drake · 25 years ago
  64. 3a4ceb7 Several methods return tuples, not lists. by Fred Drake · 25 years ago
  65. 363d67c Move some misc. comments from the example section to the main section. by Fred Drake · 25 years ago
  66. 1508970 dir() method description revised based on comments from Greg Stein. by Fred Drake · 25 years ago
  67. 6166b87 Missing space; reported by Robert Kern <kernr@ncifcrf.gov>. by Fred Drake · 25 years ago
  68. d5dfe98 Fix a number of minor problems pointed out by /F. by Fred Drake · 25 years ago
  69. 0d6e6e0 Fixed typo reported by /F; thanks! by Fred Drake · 25 years ago
  70. e72d48d Bump the release number to 1.5.2p1. by Fred Drake · 25 years ago
  71. 919e74c Darn! Forgot to re-target. by Fred Drake · 25 years ago
  72. 5a8aaa7 Remove one item. by Fred Drake · 25 years ago
  73. 82ac24f Minor markup nit. by Fred Drake · 25 years ago
  74. 0452007 Added entry for asyncore module. by Fred Drake · 25 years ago
  75. 4179691 Fix a few markup nits, improve some index entries. by Fred Drake · 25 years ago
  76. 7d80779 New documentation from Chris Petrilli <petrilli@amber.org>. by Fred Drake · 25 years ago
  77. 2270208 For spawn*(), point to the magic constants; some readers have a hard by Fred Drake · 25 years ago
  78. e4694eb Removed entries for several modules which have been documented. by Fred Drake · 25 years ago
  79. 4c8d83f Documentation for dl module from Moshe. by Fred Drake · 25 years ago
  80. 44a7a7c Added entry for dl module. by Fred Drake · 25 years ago
  81. 85b5683 Remove extraneous "contains" -- pointed out by Daniel Barclay by Fred Drake · 25 years ago
  82. 859dc53 Per Frank Stajano's suggestion, state explicitly that the functions by Fred Drake · 25 years ago
  83. b216060 Make the reference to the os module in the module synopsis (for the by Fred Drake · 25 years ago
  84. f1ad207 Made several grammatical corrections based on comments from Daniel by Fred Drake · 25 years ago
  85. 3d0971e For "Matching vs. Searching", remove comment that the section is by Fred Drake · 25 years ago
  86. 9b59a30 Added some reminders. by Fred Drake · 25 years ago
  87. d85b5a4 Move the setting for secnumdepth to the document classes; make the numbering by Fred Drake · 25 years ago
  88. 6bf37de Added some minor prose before the descriptions of the data attributes by Fred Drake · 25 years ago
  89. abc64b7 Added entry for pty module. by Fred Drake · 25 years ago
  90. a4b5d58 pty documentation from Moshe; with small edits. by Fred Drake · 25 years ago
  91. 31d10cb Improve description of the example. by Fred Drake · 25 years ago
  92. f5213c2 Usage nit: a bunch of "nor"s should have been a single "or". by Fred Drake · 25 years ago
  93. 8ad2703 Minor wording change in section title. by Fred Drake · 25 years ago
  94. ac00c4c byteswap() method: Tell *what* exception gets raised when the type by Fred Drake · 25 years ago
  95. 9118f7c Remove unnecessary comma. by Fred Drake · 25 years ago
  96. 9e0b622 Comment out XXX comment; this needn't appear in the formatted by Fred Drake · 25 years ago
  97. ef1a029 Add note about not being able to use this module with modules not by Fred Drake · 25 years ago
  98. 4886c66 Moshe: Remove extraneous "and". by Fred Drake · 25 years ago
  99. e4d7818 Added entries for mutex and nis modules. by Fred Drake · 25 years ago
  100. 7fefba5 NIS documentation from Moshe. by Fred Drake · 25 years ago