1. 6a458e9 Noted that the module is new in version 2.5. by Raymond Hettinger · 20 years ago
  2. c8c45c2 Improve (?) description of system dependence of access to the pw_passwd by Skip Montanaro · 20 years ago
  3. 3e41b05 Note various changes that need to be described by Andrew M. Kuchling · 20 years ago
  4. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 20 years ago
  5. bc2c21e Update an example to match current output. by Raymond Hettinger · 20 years ago
  6. 2b0d058 Document missing opcodes. by Raymond Hettinger · 20 years ago
  7. 467024c Fix some wording and grammar nits. by Raymond Hettinger · 20 years ago
  8. 84df97f Fixed documentation for SMTPHandler by Vinay Sajip · 20 years ago
  9. 5bbe6ad Fix name for PyDateTime_FromDateAndTime. by Brett Cannon · 20 years ago
  10. 7706c2d Update references specifying "Macintosh" to mean OS X semantics and not Mac OS by Brett Cannon · 20 years ago
  11. 4e9907c SF bug #1119700: list extend() accepts args besides lists by Raymond Hettinger · 20 years ago
  12. 9aa890a add 2.3.5, 2.4 to the history and licensing info by Fred Drake · 20 years ago
  13. d064142 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 20 years ago
  14. b5646aa Bug #1108490: fix broken link. by Johannes Gijsbers · 20 years ago
  15. bc029af SF bug #1108303: fix .split() maxsplit doc by Raymond Hettinger · 20 years ago
  16. 770184b SF bug #1105286: Undocumented implicit strip() in split(None) string method by Raymond Hettinger · 20 years ago
  17. 93f18f6 include each row in the package table, even if there are no packages for by Fred Drake · 20 years ago
  18. c300175 Patch #579435: Shadow Password Support Module by Martin v. Löwis · 20 years ago
  19. 4d394df Truncate st_?time before comparing it with ST_?TIME in the tests. by Martin v. Löwis · 20 years ago
  20. 447083e fix typeset of vertical bar for PDF format (closes SF bug #1008998) by Fred Drake · 20 years ago
  21. ffcbab0 documentation for the zipimport module using contributed patch by Fred Drake · 20 years ago
  22. 5e37d79 Description of args to IMAP4.store() in imaplib by Fred Drake · 20 years ago
  23. 1400424 Clean up discussion of new C thread idiom (closes SF patch #1031233; modified) by Fred Drake · 20 years ago
  24. b184ae8 fix a bunch of spelling errors (closes SF patch #1104868) by Fred Drake · 20 years ago
  25. 9f79dbf remove spurious line from widget variables example (closes SF patch #1094815) by Fred Drake · 20 years ago
  26. 0588581 Document the reconvert module. by Skip Montanaro · 20 years ago
  27. fe33d0b Default stat_float_times to true. by Martin v. Löwis · 20 years ago
  28. 22b457e Added SEEK_* constants. Fixes #711830. by Martin v. Löwis · 20 years ago
  29. 9ba3684 Gave the new datetime.strptime() a versionadded blurb. by Tim Peters · 20 years ago
  30. 0af3ade Add strptime() constructor to datetime class. Thanks to Josh Spoerri for by Skip Montanaro · 20 years ago
  31. 2f8c658 fix typo by Fred Drake · 20 years ago
  32. 8231de0 Many updates to csv module doco. by Andrew McNamara · 20 years ago
  33. d4f5b07 Add duck-typing to the glossary. by Raymond Hettinger · 20 years ago
  34. 97613ad Patch #1051321 (fixes bugs 1010196, 1013525), by Mike Brown: by Johannes Gijsbers · 20 years ago
  35. 158df10 Bug #1098497: various small typo's, grammar and markup nits. by Johannes Gijsbers · 20 years ago
  36. 836f543 Patch #943206: by Johannes Gijsbers · 20 years ago
  37. e4172ea Patch #1094015: by Johannes Gijsbers · 20 years ago
  38. e4f5600 [Bug 1083177] Describe signal() change; add a link by Andrew M. Kuchling · 20 years ago
  39. 97db05d SF #75103: imghdr -- identify JPEGs in EXIF format by Raymond Hettinger · 20 years ago
  40. 72b83c8 SF patch 1094011: Docs for file() vs open(). by Raymond Hettinger · 20 years ago
  41. bccc9a9 Added example to os.stat() by Facundo Batista · 20 years ago
  42. 17a7924 SF bug #1091740: garbage collector still documented as optional by Raymond Hettinger · 20 years ago
  43. becbdec add two missing items by Skip Montanaro · 20 years ago
  44. b80bad4 add descriptions of exported data attributes by Skip Montanaro · 20 years ago
  45. 4f49e7d describe reset() by Skip Montanaro · 20 years ago
  46. bb0c9dc add a couple missing items by Skip Montanaro · 20 years ago
  47. 31043cd Clarify that DictMixin is still useful. Only the UserDict class was supplanted. by Raymond Hettinger · 20 years ago
  48. d61788b Fix typo. by Martin v. Löwis · 20 years ago
  49. 454f767 New subprocess utility function: check_call. Closes #1071764. by Peter Astrand · 20 years ago
  50. 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 20 years ago
  51. 79e0531 SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are called by Raymond Hettinger · 20 years ago
  52. 658b50f Update to VC 7.1. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  53. 0aa8ef1 Typo fix by Andrew M. Kuchling · 20 years ago
  54. 9935e7f correct decorator example, tweak description slightly by Skip Montanaro · 20 years ago
  55. ac7836a Fix sentence stating TextEdit only saves in RTF; can save in plaintext as well. by Brett Cannon · 20 years ago
  56. 0a6864e discuss how the __builtin__ module is normally used, and try to clarify the by Fred Drake · 20 years ago
  57. fb915fe fix weird capitalization of "built-in" by Fred Drake · 20 years ago
  58. 6414cd8 SF patch #1055159 via Titus Brown: Document redirect limitation. by Jeremy Hylton · 20 years ago
  59. 1902146 Remove outdated comments about expanduser and expandvars for Macintosh that by Brett Cannon · 20 years ago
  60. 7c404a4 add __file__ to the globals available for tests loaded via DocFileSuite; by Fred Drake · 20 years ago
  61. f654c1c Add accidentally removed \end{description} back in. by Johannes Gijsbers · 20 years ago
  62. 2ccea17 Any call to marshal.dumps() with the new optional argument 'version' just by Armin Rigo · 20 years ago
  63. f964154 Bug #1088206: zlib decompressobj documentation typo by Raymond Hettinger · 20 years ago
  64. da26412 Bug #1066607: "Limitations" section of profiler docs is incorrect by Raymond Hettinger · 20 years ago
  65. 3fa932f Fix typo (from SF bug #1086127). by Walter Dörwald · 20 years ago
  66. 744aaa0 SF bug #1084457: ossaudiodev no longer undocumented by Raymond Hettinger · 20 years ago
  67. 537d3fc Check in missing png version of pyfav.gif. by Johannes Gijsbers · 20 years ago
  68. 57ee770 note for amk by Anthony Baxter · 20 years ago
  69. 7af53a6 the bsddb module now also works with BerkeleyDB 4.3. by Gregory P. Smith · 20 years ago
  70. f4a70f3 Patch #1080684: typo repair. Thanks George Yoshida! by Johannes Gijsbers · 20 years ago
  71. 222d5b4 Setting textwrap.TextWrapper().expand_tabs to True calls expandtabs, not by Brett Cannon · 20 years ago
  72. 8ef9b3e SF bug #1082944: Incorrect docs for PyUnicode_TailMatch by Raymond Hettinger · 20 years ago
  73. a6b45cc Eliminate the deprecated option to return None instead of a tuple of arguments in __reduce__(). by Raymond Hettinger · 20 years ago
  74. a32d22a Remove deprecated xmllib from inclusion in the docs. by Raymond Hettinger · 20 years ago
  75. e208412 Fix for SF bug #947894: calendar.weekheader() undocumented by Walter Dörwald · 20 years ago
  76. c8aa848 Have test_mkalias_relative check that sys.prefix already exists; otherwise test by Brett Cannon · 20 years ago
  77. 5f5e141 Changed signature of call function to avoid confusion: this 'args' is not the same as the one to the Popen constructor by Peter Astrand · 20 years ago
  78. b259405 Added optional None arguments to itertools.islice(). by Raymond Hettinger · 20 years ago
  79. d2f70cb remove dependencies that are no longer used for the library reference by Fred Drake · 20 years ago
  80. 1d542f2 Remove the deprecated statcache module. by Raymond Hettinger · 20 years ago
  81. 3489cad Removed the deprecated bin parameter from the pickle module. by Raymond Hettinger · 20 years ago
  82. 1bc82f8 Removed deprecated method arguments from the shelve module. by Raymond Hettinger · 20 years ago
  83. 6c92d76 Removed deprecated method from pstats. by Raymond Hettinger · 20 years ago
  84. f3fa946 Removed deprecated use_statcache argument. by Raymond Hettinger · 20 years ago
  85. 784ab76 Remove the deprecated whrandom module. by Raymond Hettinger · 20 years ago
  86. 2238fc6 Add item by Andrew M. Kuchling · 20 years ago
  87. 07b28b9 Hyphenate 'one-argument' by Andrew M. Kuchling · 20 years ago
  88. 1cae3f5 AAdd item. (And so it beegins again.) by Andrew M. Kuchling · 20 years ago
  89. 92e2495 Fill in various bits of the template by Andrew M. Kuchling · 20 years ago
  90. 3b0c7c2 SF patch #1077353: add key= argument to min and max by Raymond Hettinger · 20 years ago
  91. e8fdc45 Fixed errors reported in SF bug #1074693 by Vinay Sajip · 20 years ago
  92. 4901a1f Add key= argument to heapq.nsmallest() and heapq.nlargest(). by Raymond Hettinger · 20 years ago
  93. 5d6057f Fix typo. by Raymond Hettinger · 20 years ago
  94. 65a350d SF bug #1076955: Tutorial corrections Part II by Raymond Hettinger · 20 years ago
  95. aa2b2aa SF bug #1076955: Tutorial corrections Part I by Raymond Hettinger · 20 years ago
  96. ab807e8 Make the example server code clearer; add the corresponding example client. [Bugfix candidate] by Andrew M. Kuchling · 20 years ago
  97. cdd6e4d - fix up internal hyperlink generation in PDF formatting so that links at by Fred Drake · 20 years ago
  98. cf05f47 - bump version number for "What's New" document by Fred Drake · 20 years ago
  99. 2db7680 Continue the post-release mechanics; we need a "What's New" document by Fred Drake · 20 years ago
  100. 29eb40c Fix nit. by Raymond Hettinger · 20 years ago