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. 7706c2d Update references specifying "Macintosh" to mean OS X semantics and not Mac OS by Brett Cannon · 19 years ago
  6. 4e9907c SF bug #1119700: list extend() accepts args besides lists by Raymond Hettinger · 19 years ago
  7. d064142 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 19 years ago
  8. b5646aa Bug #1108490: fix broken link. by Johannes Gijsbers · 20 years ago
  9. bc029af SF bug #1108303: fix .split() maxsplit doc by Raymond Hettinger · 20 years ago
  10. 770184b SF bug #1105286: Undocumented implicit strip() in split(None) string method by Raymond Hettinger · 20 years ago
  11. c300175 Patch #579435: Shadow Password Support Module by Martin v. Löwis · 20 years ago
  12. 4d394df Truncate st_?time before comparing it with ST_?TIME in the tests. by Martin v. Löwis · 20 years ago
  13. 447083e fix typeset of vertical bar for PDF format (closes SF bug #1008998) by Fred Drake · 20 years ago
  14. ffcbab0 documentation for the zipimport module using contributed patch by Fred Drake · 20 years ago
  15. 5e37d79 Description of args to IMAP4.store() in imaplib by Fred Drake · 20 years ago
  16. b184ae8 fix a bunch of spelling errors (closes SF patch #1104868) by Fred Drake · 20 years ago
  17. 9f79dbf remove spurious line from widget variables example (closes SF patch #1094815) by Fred Drake · 20 years ago
  18. 0588581 Document the reconvert module. by Skip Montanaro · 20 years ago
  19. fe33d0b Default stat_float_times to true. by Martin v. Löwis · 20 years ago
  20. 22b457e Added SEEK_* constants. Fixes #711830. by Martin v. Löwis · 20 years ago
  21. 9ba3684 Gave the new datetime.strptime() a versionadded blurb. by Tim Peters · 20 years ago
  22. 0af3ade Add strptime() constructor to datetime class. Thanks to Josh Spoerri for by Skip Montanaro · 20 years ago
  23. 8231de0 Many updates to csv module doco. by Andrew McNamara · 20 years ago
  24. 97613ad Patch #1051321 (fixes bugs 1010196, 1013525), by Mike Brown: by Johannes Gijsbers · 20 years ago
  25. 836f543 Patch #943206: by Johannes Gijsbers · 20 years ago
  26. e4172ea Patch #1094015: by Johannes Gijsbers · 20 years ago
  27. 97db05d SF #75103: imghdr -- identify JPEGs in EXIF format by Raymond Hettinger · 20 years ago
  28. 72b83c8 SF patch 1094011: Docs for file() vs open(). by Raymond Hettinger · 20 years ago
  29. bccc9a9 Added example to os.stat() by Facundo Batista · 20 years ago
  30. 17a7924 SF bug #1091740: garbage collector still documented as optional by Raymond Hettinger · 20 years ago
  31. becbdec add two missing items by Skip Montanaro · 20 years ago
  32. b80bad4 add descriptions of exported data attributes by Skip Montanaro · 20 years ago
  33. 4f49e7d describe reset() by Skip Montanaro · 20 years ago
  34. bb0c9dc add a couple missing items by Skip Montanaro · 20 years ago
  35. 31043cd Clarify that DictMixin is still useful. Only the UserDict class was supplanted. by Raymond Hettinger · 20 years ago
  36. 454f767 New subprocess utility function: check_call. Closes #1071764. by Peter Astrand · 20 years ago
  37. 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 20 years ago
  38. 79e0531 SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are called by Raymond Hettinger · 20 years ago
  39. 0a6864e discuss how the __builtin__ module is normally used, and try to clarify the by Fred Drake · 20 years ago
  40. fb915fe fix weird capitalization of "built-in" by Fred Drake · 20 years ago
  41. 6414cd8 SF patch #1055159 via Titus Brown: Document redirect limitation. by Jeremy Hylton · 20 years ago
  42. 1902146 Remove outdated comments about expanduser and expandvars for Macintosh that by Brett Cannon · 20 years ago
  43. 7c404a4 add __file__ to the globals available for tests loaded via DocFileSuite; by Fred Drake · 20 years ago
  44. f654c1c Add accidentally removed \end{description} back in. by Johannes Gijsbers · 20 years ago
  45. 2ccea17 Any call to marshal.dumps() with the new optional argument 'version' just by Armin Rigo · 20 years ago
  46. f964154 Bug #1088206: zlib decompressobj documentation typo by Raymond Hettinger · 20 years ago
  47. da26412 Bug #1066607: "Limitations" section of profiler docs is incorrect by Raymond Hettinger · 20 years ago
  48. 3fa932f Fix typo (from SF bug #1086127). by Walter Dörwald · 20 years ago
  49. 744aaa0 SF bug #1084457: ossaudiodev no longer undocumented by Raymond Hettinger · 20 years ago
  50. 7af53a6 the bsddb module now also works with BerkeleyDB 4.3. by Gregory P. Smith · 20 years ago
  51. f4a70f3 Patch #1080684: typo repair. Thanks George Yoshida! by Johannes Gijsbers · 20 years ago
  52. 222d5b4 Setting textwrap.TextWrapper().expand_tabs to True calls expandtabs, not by Brett Cannon · 20 years ago
  53. a6b45cc Eliminate the deprecated option to return None instead of a tuple of arguments in __reduce__(). by Raymond Hettinger · 20 years ago
  54. a32d22a Remove deprecated xmllib from inclusion in the docs. by Raymond Hettinger · 20 years ago
  55. e208412 Fix for SF bug #947894: calendar.weekheader() undocumented by Walter Dörwald · 20 years ago
  56. c8aa848 Have test_mkalias_relative check that sys.prefix already exists; otherwise test by Brett Cannon · 20 years ago
  57. 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
  58. b259405 Added optional None arguments to itertools.islice(). by Raymond Hettinger · 20 years ago
  59. 1d542f2 Remove the deprecated statcache module. by Raymond Hettinger · 20 years ago
  60. 3489cad Removed the deprecated bin parameter from the pickle module. by Raymond Hettinger · 20 years ago
  61. 1bc82f8 Removed deprecated method arguments from the shelve module. by Raymond Hettinger · 20 years ago
  62. 6c92d76 Removed deprecated method from pstats. by Raymond Hettinger · 20 years ago
  63. f3fa946 Removed deprecated use_statcache argument. by Raymond Hettinger · 20 years ago
  64. 784ab76 Remove the deprecated whrandom module. by Raymond Hettinger · 20 years ago
  65. 07b28b9 Hyphenate 'one-argument' by Andrew M. Kuchling · 20 years ago
  66. 3b0c7c2 SF patch #1077353: add key= argument to min and max by Raymond Hettinger · 20 years ago
  67. e8fdc45 Fixed errors reported in SF bug #1074693 by Vinay Sajip · 20 years ago
  68. 4901a1f Add key= argument to heapq.nsmallest() and heapq.nlargest(). by Raymond Hettinger · 20 years ago
  69. 5d6057f Fix typo. by Raymond Hettinger · 20 years ago
  70. ab807e8 Make the example server code clearer; add the corresponding example client. [Bugfix candidate] by Andrew M. Kuchling · 20 years ago
  71. 6fdf3cb Corrected example for replacing shell pipeline. Fixes bug 1073790. by Peter Astrand · 20 years ago
  72. 02d74f6 Hear the #error: change the default value of the mutable_arg argument by Michael W. Hudson · 20 years ago
  73. 4fd38b3 Fix typo. by Raymond Hettinger · 20 years ago
  74. 23ce584 Clarify the ordering of dictionary keys. by Raymond Hettinger · 20 years ago
  75. 3de9aa4 Make sure the money formatting recipe can doesn't run out of digits by Raymond Hettinger · 20 years ago
  76. 8f2c4ee SF bug #1071566: moneyfmt recipe in decimal documentation has error by Raymond Hettinger · 20 years ago
  77. 7f13cfa os.walk(): Changed the "sum of bytes consumed by files" example to use by Tim Peters · 20 years ago
  78. 919a3b4 SF bug 1071087: os.walk example for deleting a full tree is sometime wrong. by Tim Peters · 20 years ago
  79. 139af02 Fixed quantize syntax. by Facundo Batista · 20 years ago
  80. a2325f6 SF patch #1068456: small update for pdb docs by Raymond Hettinger · 20 years ago
  81. fdc58f2 SF bug 1066438: datetime.replace method description error by Tim Peters · 20 years ago
  82. 4416094 SF bug 1060644. Better explanation of min() and max() methods. Thanks Raymond Hettinger and Tim Peters. by Facundo Batista · 20 years ago
  83. 961eda7 SF #1063757: fix markup error (had LaTeX markup in the reST source, oops!). by Greg Ward · 20 years ago
  84. edde492 Minor grammatical errors fixed by Vinay Sajip · 20 years ago
  85. 2269d86 Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet by Fred Drake · 20 years ago
  86. 758f5ea Replace last two uses of the "list" environment with "description" environments. by Fred Drake · 20 years ago
  87. 8efc80a - remove use of a "list" environment (replace with a table) by Fred Drake · 20 years ago
  88. 4de9374 Patch #1062033 / bug #1027771: clarify what happens when calling by Johannes Gijsbers · 20 years ago
  89. 4f18caa Patch #1062018 / bug #1038693: comment out dead link in tkinter docs. by Johannes Gijsbers · 20 years ago
  90. 3546188 Added more documentation about the executable argument. Fixes #1056441. by Peter Astrand · 20 years ago
  91. f164322 Patch #1061924: add documentation for BaseRotatingHandler and correct by Johannes Gijsbers · 20 years ago
  92. eaaa771 Clarify that it's not necessary to subclass from TestCase to create a by Johannes Gijsbers · 20 years ago
  93. 4f802ac Patch #1061857: add documentation for previously undocumented by Johannes Gijsbers · 20 years ago
  94. 700d9b9 SF patch #1061780: use a new -m option in pdb and profile invocations by Raymond Hettinger · 20 years ago
  95. bb4e859 SF bug #1060825: Error in difflib docs by Raymond Hettinger · 20 years ago
  96. 2cf5e19 Point out some platform vagaries in stat() and utime(). by Tim Peters · 20 years ago
  97. 80adba6 Mistakes in the "sequence types" page: by Armin Rigo · 20 years ago
  98. 99e5ce5 markup nit by Fred Drake · 20 years ago
  99. 599bd5e Fix bug 1052242. Also includes rewrite of test case using unittest and by Skip Montanaro · 20 years ago
  100. 87d6fc5 SF bug #1030118, this should have named the email.Utils module as the one by Barry Warsaw · 20 years ago