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