1. c7dd3e1 Markup nit. by Fred Drake · 26 years ago
  2. cf3ce92 Explain how come that pickle and cPickle, while using the same data by Guido van Rossum · 26 years ago
  3. 87e611e Replace the docs for reduce with an adaptation of its docstring, which by Guido van Rossum · 26 years ago
  4. 74429ea Add doc for access() and ttyname(). Patch by Sean Reifschneider. by Guido van Rossum · 26 years ago
  5. c553358 Remove documentation for whatraw() since it's gone now. by Fred Drake · 26 years ago
  6. 60adb36 Document the sndhdr module. by Fred Drake · 26 years ago
  7. a2e4017 Shorten the synopsis that gets into the table of contents. by Fred Drake · 26 years ago
  8. 02e18b4 Added missing "from" in IOError description. by Fred Drake · 26 years ago
  9. f07c328 Document the optional mode argument (Z_FLUSH, Z_SYNC_FLUSH, etc.) by Andrew M. Kuchling · 26 years ago
  10. 94c4a79 Added index entries to make it easier to locate directory & file operations. by Fred Drake · 26 years ago
  11. 8692998 Added index entries to make it easier to locate directory operations. by Fred Drake · 26 years ago
  12. 76fa3b7 Remove recently documented modules from the undoc list. by Fred Drake · 26 years ago
  13. 449e18f Add documentation for shutil module. by Fred Drake · 26 years ago
  14. cd05853 Adjust a few niggles that affected the HTML conversion (a couple of by Fred Drake · 26 years ago
  15. 99e2c39 Add the getpass module. by Fred Drake · 26 years ago
  16. 5ac2a07 Basic documentation for the getpass module. by Fred Drake · 26 years ago
  17. 5cb48a4 Added a \versionchanged since the API changed to support namespaces with 1.5.2. by Fred Drake · 26 years ago
  18. 292b9eb Added information on when this was added, allowing us to release the by Fred Drake · 26 years ago
  19. 1189fa9 Adjust markup to match current conventions, and make it formattable. by Fred Drake · 26 years ago
  20. 768ac6b Start of text that describes differences between match and search. by Fred Drake · 26 years ago
  21. 191f285 Use \moduleauthor and \sectionauthor instead of a comment to credit by Fred Drake · 26 years ago
  22. 7be0cde Add an explanation about what the example does and doesn't do. by Fred Drake · 26 years ago
  23. 5e97c9d Adding libshlex and libnetrc by Eric Raymond. by Guido van Rossum · 26 years ago
  24. e848976 Clarify descriptions of some operations; it's not always clear that by Fred Drake · 26 years ago
  25. 3b02ddf Add a bunch of index entries related to retrieving information from by Fred Drake · 26 years ago
  26. b083a9f Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
  27. fee6abe Remove another {\rm ...} construct. by Fred Drake · 26 years ago
  28. e9e0596 Nits. by Fred Drake · 26 years ago
  29. 0ad55fb Update the descriptions of strftime() and strptime() to avoid by Fred Drake · 26 years ago
  30. aac399b Correct the poplib example. Stephan Richter pointed out some problems with it. by Guido van Rossum · 26 years ago
  31. 64583d3 Rename the parameters of atan2(), based on comments from Guido & Peter by Fred Drake · 26 years ago
  32. f484a33 Sjoerd writes: by Guido van Rossum · 26 years ago
  33. d83675f "singed" --> "signed" (3 places) by Fred Drake · 26 years ago
  34. 8c2da61 Add explicit example on how to import a submodule of a package using by Guido van Rossum · 26 years ago
  35. 6d26f4b Moved NotImplementedError into alphabetical order, and reword description. by Barry Warsaw · 26 years ago
  36. 1e15132 Added documentation for NotImplementedError. Fred (I'm sure) will by Barry Warsaw · 26 years ago
  37. 2f8592c Ignore the byproducts of SGML/XML conversions for now. by Fred Drake · 26 years ago
  38. eabfab1 Nits to support conversions. by Fred Drake · 26 years ago
  39. 1e270f0 Nits to support conversions. by Fred Drake · 26 years ago
  40. 50b804d Fix minor nit with respect to conversion. by Fred Drake · 26 years ago
  41. caa3379 Remove {\rm ...} constructs. by Fred Drake · 26 years ago
  42. 84538cd Remove some remaining {\rm ...} constructs. by Fred Drake · 26 years ago
  43. 1776556 Markup nit to ease conversions. by Fred Drake · 26 years ago
  44. 3d29955 Markup improvements to help with conversions. by Fred Drake · 26 years ago
  45. 01d5d94 Remove cruft from the old Texinfo conversion. This simplifies some of by Fred Drake · 26 years ago
  46. 5208823 Remove bogus \@. by Fred Drake · 26 years ago
  47. d61975e Minor markup nit to ease conversion processing. by Fred Drake · 26 years ago
  48. f6c59e8 Do all the right imports. Problem reported by Martijn Faassen by Fred Drake · 26 years ago
  49. 4471f20 Logical markup. by Fred Drake · 26 years ago
  50. f65e323 Fix remaining {\rm ...} construct. by Fred Drake · 26 years ago
  51. 5eabf38 Clarify that min and max also take multiple arguments. by Guido van Rossum · 26 years ago
  52. e839199 Fix indexing of func_code attribute; this is on a function, not a code object. by Fred Drake · 26 years ago
  53. 04307ce Rewrote the section on sys.exit(), documenting other argument types by Guido van Rossum · 26 years ago
  54. da30f4c Fix typo in doc for handle(): client_request should be client_address. by Guido van Rossum · 26 years ago
  55. c46973c Document the user and password parameters to the NNTP constructor. by Fred Drake · 26 years ago
  56. 2510d22 Clarify the default buffering for open(). (Comment from Andrew Dalke by Fred Drake · 26 years ago
  57. cab91ef Fix Barry's markup. by Fred Drake · 26 years ago
  58. 9ed1a0a Moved zmod and poly descriptions to the Obsolete section. by Fred Drake · 26 years ago
  59. 4a1cdd7 Document the new features of this module by Barry Warsaw · 26 years ago
  60. 130072d Don't describe something as "below"; that won't make sense for the by Fred Drake · 26 years ago
  61. c024c99 Fix typo reported by Gerry Weiner <gerry@ucar.edu>. by Fred Drake · 26 years ago
  62. c1cea20 Added URL to HOWTO page, with reference to Regex HOWTO. by Andrew M. Kuchling · 26 years ago
  63. 0410196 Indicate that os.environ may not be a real dictionary. by Guido van Rossum · 26 years ago
  64. 18fa7d2 Typo: JIFF -> JFIF. by Guido van Rossum · 26 years ago
  65. f35b884 Clarify that close() of a stream opened by popen() returns None if the by Guido van Rossum · 26 years ago
  66. 7d447aa Moved search and match around so that search is documented first. by Guido van Rossum · 26 years ago
  67. afd974c Document the new list.extend() method. Interesting enough, the by Barry Warsaw · 26 years ago
  68. 09b2957 Remove extra } at end of method description parameters. by Fred Drake · 26 years ago
  69. b2031f7 Document that apply() can now take any sequence in argument 2. by Barry Warsaw · 26 years ago
  70. 9814a94 Add warning that on Windows it only works on sockets. by Guido van Rossum · 26 years ago
  71. 954b9ad Document new urllib features by Eric Raymond. by Guido van Rossum · 26 years ago
  72. 5fb2631 Explicitly document the fact that the search method returns a MatchObject. by Guido van Rossum · 26 years ago
  73. 6ac06b3 Patch by Greg Stein to document the 'P' flag. by Guido van Rossum · 26 years ago
  74. 10a7985 re.findall(): Mark as added in 1.5.2. by Fred Drake · 26 years ago
  75. 43b655c Get rid of 'ppp' that accidentally crept in. by Guido van Rossum · 26 years ago
  76. 6442116 Richard Wolff's changes, documenting his changes to pdb.py. by Guido van Rossum · 26 years ago
  77. d16d498 Markup nits. by Fred Drake · 26 years ago
  78. 9b134bf Added comment about support for rational numbers, and pointer to by Fred Drake · 26 years ago
  79. 7a2f066 Markup nits. by Fred Drake · 26 years ago
  80. dbf7956 Clarify Y2K behavior when a tuple with a 2-digit date is passed to by Guido van Rossum · 26 years ago
  81. 607f802 round(): Mark the second (optional) parameter as optional, since it's by Fred Drake · 26 years ago
  82. c859350 Added some cross-references to the end. by Fred Drake · 26 years ago
  83. d0421dd spoking --> speaking by Fred Drake · 26 years ago
  84. 637af13 There is no <ISINPUT> element, just <ISINDEX>. ;-) by Fred Drake · 26 years ago
  85. 42db27f Added an example that uses signal.alarm() to time out an os.open() that by Andrew M. Kuchling · 26 years ago
  86. e7210da Fix arguments for renames(); bug spotted by Oliver Andrich by Fred Drake · 26 years ago
  87. a5aefba Fix markup where C include files get named in <...> form; bug reported by by Fred Drake · 26 years ago
  88. d22e250 Clarify wording in the description of re.split by Andrew M. Kuchling · 26 years ago
  89. 3a5a02f Second definition of popen2 should be popen3. by Guido van Rossum · 26 years ago
  90. 211f22c Added the test package under "Frameworks". by Fred Drake · 26 years ago
  91. 2f343eb Moved to ../templates/module.tex. by Fred Drake · 26 years ago
  92. 5bdf88a Removed now-documented modules from the list. by Fred Drake · 26 years ago
  93. 23f414c Added new sections. by Fred Drake · 26 years ago
  94. e72e1e0 Documentation for the compileall module. by Fred Drake · 26 years ago
  95. 4756bb3 Documentation for the py_compile module. by Fred Drake · 26 years ago
  96. 64c105d Added index entries. by Fred Drake · 26 years ago
  97. 295da24 New section header style. by Fred Drake · 26 years ago
  98. 23329d4 Some logical markup, some nits. by Fred Drake · 26 years ago
  99. 66da9d6 re is standard, not built-in. by Fred Drake · 26 years ago
  100. cdf6af1 Document gethostbyname_ex(). by Guido van Rossum · 26 years ago