1. 43b34da extract_tb(): Only describe this function once. Problem reported by by Fred Drake · 25 years ago
  2. 3906363 Typo: "Availabilty" --> "Availability" Thanks to /F! by Fred Drake · 25 years ago
  3. 51027c4 Added note about comments, from Christopher Petrilli. by Fred Drake · 25 years ago
  4. 16e81f4 Update some of the top comments and shorten title of the first section. by Fred Drake · 25 years ago
  5. f2b4554 Document the correct class hierarchy for SystemExit. It is not an by Barry Warsaw · 25 years ago
  6. 1ec71cb Incorporated updates to describe geturl() by Sjoerd Mullender by Fred Drake · 25 years ago
  7. 00a3a65 Refer to the right RFC in the intro. by Fred Drake · 25 years ago
  8. 7d9b133 Other chapter titles refer to collections of modules as "Services"; do by Fred Drake · 25 years ago
  9. fab41f1 BabylMailbox description: Properly escape the backslashes in the by Fred Drake · 25 years ago
  10. b63e77c Oops, used a \label twice - fix one of them. by Fred Drake · 25 years ago
  11. 180b68b More reasonable section titles. by Fred Drake · 25 years ago
  12. 76991ec Shorten section title. by Fred Drake · 25 years ago
  13. 199b79c Added descriptions for BabylMailbox and Maildir (Qmail) mailbox objects. by Fred Drake · 25 years ago
  14. 67d229e Shorten section title. by Fred Drake · 25 years ago
  15. bbac432 Shorten a few section titles. by Fred Drake · 25 years ago
  16. da57365 Give subsections reasonable file names in the HTML. by Fred Drake · 25 years ago
  17. 3425011 Added an index entry. by Fred Drake · 25 years ago
  18. 56f8185 Shortened the short synopsis -- too long. by Fred Drake · 25 years ago
  19. 9f03380 Use more current approach to recording authors. by Fred Drake · 25 years ago
  20. c600475 Shortened the short synopsis -- way too long. by Fred Drake · 25 years ago
  21. d8a41e6 Fix an amazing number of typos & malformed sentences reported by Detlef by Fred Drake · 25 years ago
  22. f634634 Noted that the module was added in 1.5.2. by Fred Drake · 25 years ago
  23. 4e7c205 Update description of what modules "look like" when printed. by Fred Drake · 25 years ago
  24. cd71aa2 Use current approach to record documentation author. by Fred Drake · 25 years ago
  25. 2a2f1fe Record module & documentation author. by Fred Drake · 25 years ago
  26. 6b103f1 Documentation for pyclbr and tokenize modules. by Fred Drake · 25 years ago
  27. 4d358b5 Added sections for pyclbr and tokenize. by Fred Drake · 25 years ago
  28. 7c829b3 Remove the "Parsing Python" section. Hurray! by Fred Drake · 25 years ago
  29. 70a66c9 Add notes to __builtin__.float() and string.atof() that the NaN and Inf by Fred Drake · 25 years ago
  30. 951eea4 atof() description: Add information about accepting 'NaN' to produce by Fred Drake · 25 years ago
  31. 85a59dd The _O_* constants are defined as O_* in the os module. by Fred Drake · 25 years ago
  32. 9329e5e Remove "_" from the P_* symbols used with the spawn*() functions. by Fred Drake · 25 years ago
  33. c7b72db Added chapter on Windows modules, including msvcrt and winsound. by Fred Drake · 25 years ago
  34. aa1afa8 Added availability notes for samefile(), sameopenfile(), samestat() by Fred Drake · 25 years ago
  35. 9474d86 Make sure all HTML pages generated from this section have reasonable names. by Fred Drake · 25 years ago
  36. 2d2b6a0 Markup nits. by Fred Drake · 25 years ago
  37. 28bc711 Added section for MimeWriter, contributed by Christopher Petrilli by Fred Drake · 25 years ago
  38. 26b698f Document <complex #>.conjugate(). by Fred Drake · 25 years ago
  39. ce67f06 Update documentation to reflect changes to Queue.py by Tim Peters. by Guido van Rossum · 25 years ago
  40. d673d48 Document sameopenfile(), samestat(). by Fred Drake · 25 years ago
  41. 0256c1f Document splitdrive(). by Fred Drake · 25 years ago
  42. 0c9608c Portability fix for [f]statvfs() return tuple: no longer return the by Guido van Rossum · 25 years ago
  43. 215fe2f Fix the os/posix documentation issue. by Fred Drake · 25 years ago
  44. dda199b Moved \versionadded to end of description sections. by Fred Drake · 25 years ago
  45. 12ba786 Moved posixpath to os.path. by Fred Drake · 25 years ago
  46. 560bcae Added posixpath, winsound. by Fred Drake · 25 years ago
  47. a9b9bf9 Change this to be os.path. by Fred Drake · 25 years ago
  48. d0bceee Move \versionadded macros to end of descriptions. by Fred Drake · 25 years ago
  49. 09da65e Patch by Sjoerd Mullender to placate /F: by Guido van Rossum · 25 years ago
  50. dbd72a4 Added module synopsis. by Fred Drake · 25 years ago
  51. 68a8c69 Take out just about everything and refer the reader to the os module. by Fred Drake · 25 years ago
  52. b23ee1d Make the text generic, and call it os.path instead of posixpath. by Fred Drake · 25 years ago
  53. 98be47e OSError description: "as the by the" --> "as the" by Fred Drake · 26 years ago
  54. 1804dc3 Document abspath() (implementation is forthcoming). by Guido van Rossum · 26 years ago
  55. 703b70e Added \modulesynopsis. by Fred Drake · 26 years ago
  56. 9d814c6 Document the repr module. This removes the entire "Code objects and by Fred Drake · 26 years ago
  57. da452bf Don't say that the module defines the "following functions" and then by Fred Drake · 26 years ago
  58. ebe2a12 Incorporate changes for patched version of ConfigParser. by Fred Drake · 26 years ago
  59. bc866ce Documentation for the ConfigParser module, by Christopher G. Petrilli by Fred Drake · 26 years ago
  60. 9700e9b Document the default for tabsize in expandtabs(). by Guido van Rossum · 26 years ago
  61. 19a0dba Add caveat on partial dependence on the "cl" module, only available on by Fred Drake · 26 years ago
  62. 9ea3e36 Move the jpeg module to the SGI section; it is dependent on the "cl" by Fred Drake · 26 years ago
  63. a7998f6 Revised comments on null bytes in pattern string. by Fred Drake · 26 years ago
  64. 6ffa445 Fix second description of handling 2-digit years (last item in by Fred Drake · 26 years ago
  65. 7eca8e5 Fix typo spotted by Jeff MacDonald <jam@ans.net>. by Fred Drake · 26 years ago
  66. 53610ca for method getaddrlist(): Added a note clarifying that all named by Barry Warsaw · 26 years ago
  67. e36e4e6 Use \refmodule when we say "use the XXX module instead". by Fred Drake · 26 years ago
  68. 39cddb7 Added \modulesynopsis. by Fred Drake · 26 years ago
  69. 03dd3ef <writer>.send_paragraph(): Clarify what needs to be done by this by Fred Drake · 26 years ago
  70. bb3b002 Patches describing the statvfs() and fstatvfs() functions. Additional by Fred Drake · 26 years ago
  71. c7dd3e1 Markup nit. by Fred Drake · 26 years ago
  72. cf3ce92 Explain how come that pickle and cPickle, while using the same data by Guido van Rossum · 26 years ago
  73. 87e611e Replace the docs for reduce with an adaptation of its docstring, which by Guido van Rossum · 26 years ago
  74. 74429ea Add doc for access() and ttyname(). Patch by Sean Reifschneider. by Guido van Rossum · 26 years ago
  75. c553358 Remove documentation for whatraw() since it's gone now. by Fred Drake · 26 years ago
  76. 60adb36 Document the sndhdr module. by Fred Drake · 26 years ago
  77. a2e4017 Shorten the synopsis that gets into the table of contents. by Fred Drake · 26 years ago
  78. 02e18b4 Added missing "from" in IOError description. by Fred Drake · 26 years ago
  79. f07c328 Document the optional mode argument (Z_FLUSH, Z_SYNC_FLUSH, etc.) by Andrew M. Kuchling · 26 years ago
  80. 94c4a79 Added index entries to make it easier to locate directory & file operations. by Fred Drake · 26 years ago
  81. 8692998 Added index entries to make it easier to locate directory operations. by Fred Drake · 26 years ago
  82. 76fa3b7 Remove recently documented modules from the undoc list. by Fred Drake · 26 years ago
  83. 449e18f Add documentation for shutil module. by Fred Drake · 26 years ago
  84. cd05853 Adjust a few niggles that affected the HTML conversion (a couple of by Fred Drake · 26 years ago
  85. 99e2c39 Add the getpass module. by Fred Drake · 26 years ago
  86. 5ac2a07 Basic documentation for the getpass module. by Fred Drake · 26 years ago
  87. 5cb48a4 Added a \versionchanged since the API changed to support namespaces with 1.5.2. by Fred Drake · 26 years ago
  88. 292b9eb Added information on when this was added, allowing us to release the by Fred Drake · 26 years ago
  89. 1189fa9 Adjust markup to match current conventions, and make it formattable. by Fred Drake · 26 years ago
  90. 768ac6b Start of text that describes differences between match and search. by Fred Drake · 26 years ago
  91. 191f285 Use \moduleauthor and \sectionauthor instead of a comment to credit by Fred Drake · 26 years ago
  92. 7be0cde Add an explanation about what the example does and doesn't do. by Fred Drake · 26 years ago
  93. 5e97c9d Adding libshlex and libnetrc by Eric Raymond. by Guido van Rossum · 26 years ago
  94. e848976 Clarify descriptions of some operations; it's not always clear that by Fred Drake · 26 years ago
  95. 3b02ddf Add a bunch of index entries related to retrieving information from by Fred Drake · 26 years ago
  96. b083a9f Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
  97. fee6abe Remove another {\rm ...} construct. by Fred Drake · 26 years ago
  98. e9e0596 Nits. by Fred Drake · 26 years ago
  99. 0ad55fb Update the descriptions of strftime() and strptime() to avoid by Fred Drake · 26 years ago
  100. aac399b Correct the poplib example. Stephan Richter pointed out some problems with it. by Guido van Rossum · 26 years ago