1. 38e5d27 Merged changes from the 1.5.2p2 release. (Very rough.) by Fred Drake · 24 years ago
  2. 6a0d844 UserString section: by Fred Drake · 24 years ago
  3. a22b576 UserString class from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 24 years ago
  4. 3c9f936 Two new sections. Preliminary. by Fred Drake · 24 years ago
  5. 15861b2 Update portability information for the spawn*() functions and related by Fred Drake · 24 years ago
  6. 0baf773 Added entry for libtabnanny.tex. by Fred Drake · 25 years ago
  7. 155348b Initial version from Peter Funk <pf@artcom-gmbh.de>, with minor by Fred Drake · 25 years ago
  8. 1e862e8 Update the description of int() to include the radix parameter; by Fred Drake · 25 years ago
  9. 8006d31 Added docs for new crc32() function. By Jim Ahlstrom. by Guido van Rossum · 25 years ago
  10. 41d8463 Document the API changes to the nntplib module (exceptions become by Barry Warsaw · 25 years ago
  11. 2bb43a2 The dircmp module is now obsolete. by Fred Drake · 25 years ago
  12. 76e6da3 Document GetoptError and label error an alias. by Fred Drake · 25 years ago
  13. b9bdfc6 Document 1.5.2+ aspects of the NotANumber exception. (Note that this by Fred Drake · 25 years ago
  14. 89ab163 Document that the |mode| parameter to open() is optional and explain how by Fred Drake · 25 years ago
  15. 88f6ca2 Document getgroups(), getlogin(), fpathconf(), pathconf(), by Fred Drake · 25 years ago
  16. d16b5ab Markup consistency nits that Guido didn't check. ;-) by Fred Drake · 25 years ago
  17. 5f7a28c Doc update from Piers Lauder see changes for imaplib.py version 2.16. by Guido van Rossum · 25 years ago
  18. 18f7a45 Document the new stuff in the os module. by Fred Drake · 25 years ago
  19. d4d4ba3 Update link to PythonWare library page. by Fred Drake · 25 years ago
  20. 7424242 Removed last XXX comment; no further action needed on this one. by Fred Drake · 25 years ago
  21. 55e9396 Preliminary documentation for turtle module (Tk), by Moshe Zadka. by Fred Drake · 25 years ago
  22. 37f1574 Use \citetitle and \programopt as appropriate. by Fred Drake · 25 years ago
  23. ebe0341 Use \citetitle instead of \emph. by Fred Drake · 25 years ago
  24. 356d0ce Use \citetitle in one place. by Fred Drake · 25 years ago
  25. 268df27 Use the new markup as apporpriate. by Fred Drake · 25 years ago
  26. 6e9ea59 Use \programopt in one place. by Fred Drake · 25 years ago
  27. d290c10 Use \programopt in one place. by Fred Drake · 25 years ago
  28. 6cf186b pathes --> paths; typo reported by Gerry Wiener <gerry@ucar.edu>. by Fred Drake · 25 years ago
  29. 47a27b6 Make references to new filecmp module hyperlinks now that there's documentation. by Fred Drake · 25 years ago
  30. adf2dbf Added section for filecmp. by Fred Drake · 25 years ago
  31. c7b5b3c filecmp documentation from Moshe Zadka <moshez@math.huji.ac.il>. by Fred Drake · 25 years ago
  32. 7eaf682 Added deprecation notes, in case anyone decides to read these anyway. by Fred Drake · 25 years ago
  33. 143db4b cmp and cmpcache are now obsolete, so don't include their by Fred Drake · 25 years ago
  34. a8052a3 Added cmp and cmpcache to the "Obsolete" section. by Fred Drake · 25 years ago
  35. 714fd26 Documented Beep() function. by Fred Drake · 25 years ago
  36. 39d4a02 Fixed typo in explanation of abspath(); noticed by Paul Prescod by Fred Drake · 25 years ago
  37. 933d5a7 os.name: Note that 'java' is one of the registered names. by Fred Drake · 25 years ago
  38. e6fb1c4 Added documentation for inet_aton() and inet_ntoa(), from Ben by Fred Drake · 25 years ago
  39. 244ad3c Name the parameter to expr() and suite() "source" instead of "string". by Fred Drake · 25 years ago
  40. e7f1920 Doco update from Sjoerd Mullender. by Guido van Rossum · 25 years ago
  41. b68a125 Added additional index entries. Minor markup nits. by Fred Drake · 25 years ago
  42. 76dd228 whrandom should come immediately after random, not before. by Fred Drake · 25 years ago
  43. 7eba1d8 Tell what the result objects are (based on comment from the list). by Fred Drake · 25 years ago
  44. b3fc9d1 Added disclaimer to the sleep() function. by Guido van Rossum · 25 years ago
  45. 31e5e37 Explain the possible range of values for the pid parameter to waitpid(). by Fred Drake · 25 years ago
  46. 68921df In note mentioning [].remove()'s exception, tell what exception is by Fred Drake · 25 years ago
  47. d3fbdfd Add index entries for open(): by Fred Drake · 25 years ago
  48. 8c9fc00 Add index entry "I/O control, buffering" for fdopen(). by Fred Drake · 25 years ago
  49. a94f676 Add index entry "I/O control, buffering" for makefile(). by Fred Drake · 25 years ago
  50. 068bdb1 Change the directory tree walking example to use clearer variable by Guido van Rossum · 25 years ago
  51. c71b802 Markup nits. by Fred Drake · 25 years ago
  52. ce20112 Fixed hyperlink references to the __builtin__ and __main__ modules; by Fred Drake · 25 years ago
  53. 8d21243 Added description of optional parameter to UserDict constructor. by Fred Drake · 25 years ago
  54. de5d5ce Update getattr() description to document the optional third by Fred Drake · 25 years ago
  55. 5d48e45 typo: privide --> provide by Fred Drake · 25 years ago
  56. 6db897c Move chdir() and getcwd() descriptions to "Files and Directories" with by Fred Drake · 25 years ago
  57. 3a4ceb7 Several methods return tuples, not lists. by Fred Drake · 25 years ago
  58. 363d67c Move some misc. comments from the example section to the main section. by Fred Drake · 25 years ago
  59. 1508970 dir() method description revised based on comments from Greg Stein. by Fred Drake · 25 years ago
  60. 6166b87 Missing space; reported by Robert Kern <kernr@ncifcrf.gov>. by Fred Drake · 25 years ago
  61. d5dfe98 Fix a number of minor problems pointed out by /F. by Fred Drake · 25 years ago
  62. 0d6e6e0 Fixed typo reported by /F; thanks! by Fred Drake · 25 years ago
  63. 82ac24f Minor markup nit. by Fred Drake · 25 years ago
  64. 0452007 Added entry for asyncore module. by Fred Drake · 25 years ago
  65. 4179691 Fix a few markup nits, improve some index entries. by Fred Drake · 25 years ago
  66. 7d80779 New documentation from Chris Petrilli <petrilli@amber.org>. by Fred Drake · 25 years ago
  67. 2270208 For spawn*(), point to the magic constants; some readers have a hard by Fred Drake · 25 years ago
  68. e4694eb Removed entries for several modules which have been documented. by Fred Drake · 25 years ago
  69. 4c8d83f Documentation for dl module from Moshe. by Fred Drake · 25 years ago
  70. 44a7a7c Added entry for dl module. by Fred Drake · 25 years ago
  71. 85b5683 Remove extraneous "contains" -- pointed out by Daniel Barclay by Fred Drake · 25 years ago
  72. 859dc53 Per Frank Stajano's suggestion, state explicitly that the functions by Fred Drake · 25 years ago
  73. b216060 Make the reference to the os module in the module synopsis (for the by Fred Drake · 25 years ago
  74. 3d0971e For "Matching vs. Searching", remove comment that the section is by Fred Drake · 25 years ago
  75. 6bf37de Added some minor prose before the descriptions of the data attributes by Fred Drake · 25 years ago
  76. abc64b7 Added entry for pty module. by Fred Drake · 25 years ago
  77. a4b5d58 pty documentation from Moshe; with small edits. by Fred Drake · 25 years ago
  78. 31d10cb Improve description of the example. by Fred Drake · 25 years ago
  79. f5213c2 Usage nit: a bunch of "nor"s should have been a single "or". by Fred Drake · 25 years ago
  80. 8ad2703 Minor wording change in section title. by Fred Drake · 25 years ago
  81. ac00c4c byteswap() method: Tell *what* exception gets raised when the type by Fred Drake · 25 years ago
  82. 9118f7c Remove unnecessary comma. by Fred Drake · 25 years ago
  83. 9e0b622 Comment out XXX comment; this needn't appear in the formatted by Fred Drake · 25 years ago
  84. ef1a029 Add note about not being able to use this module with modules not by Fred Drake · 25 years ago
  85. 4886c66 Moshe: Remove extraneous "and". by Fred Drake · 25 years ago
  86. e4d7818 Added entries for mutex and nis modules. by Fred Drake · 25 years ago
  87. 7fefba5 NIS documentation from Moshe. by Fred Drake · 25 years ago
  88. 2231357 Mutex documentation from Moshe. by Fred Drake · 25 years ago
  89. 7a65a26 Separate documentation of SUNAUDIODEV from sunaudiodev; this mirrors by Fred Drake · 25 years ago
  90. 14ae4b4 Fix some typos. by Fred Drake · 25 years ago
  91. c4e3bf9 Add entries for the sched module. by Fred Drake · 25 years ago
  92. 7e99032 Moshe's section on the sched module, with edits. by Fred Drake · 25 years ago
  93. 60b66e1 Update to Sjoerd's documentation of the chunk module, with some by Fred Drake · 25 years ago
  94. cf6905f Clarify the example by explicitly importing the fcntl module -- this by Guido van Rossum · 25 years ago
  95. 7c24264 Removed tty module entry. by Fred Drake · 25 years ago
  96. 1b2dc90 Add entries for tty module. by Fred Drake · 25 years ago
  97. 0bccd73 Updates from Moshe, again edited by me. Describe the parameters to by Fred Drake · 25 years ago
  98. 92f3f41 Added "See Also" section for termios module. by Fred Drake · 25 years ago
  99. ae4d5c2 Various updates. by Fred Drake · 25 years ago
  100. 66239d5 tty module documentation from Moshe, with some editing and an added by Fred Drake · 25 years ago