1. b56b494 SF bug #1190451: 6.9 First sentence is confusing by Raymond Hettinger · 20 years ago
  2. e8dead4 Fix by Michael W. Hudson · 20 years ago
  3. f21569e Fix typo. by Raymond Hettinger · 20 years ago
  4. 87bd3fe Correct swapped descriptions of empty string splits. by Raymond Hettinger · 20 years ago
  5. 769f821 SF patch #1180062 by George Yoshida: by Walter Dörwald · 20 years ago
  6. cc97ebf get_method() returns a method name, not take it as an argument by Fred Drake · 20 years ago
  7. fc11383 SF bug #1180392: StringIO's docs should mention overwriting of initial value by Raymond Hettinger · 20 years ago
  8. e490502 SF bug #1179957: Missing def'n of equality for set elements by Raymond Hettinger · 20 years ago
  9. d8d732e Fill out one section by Andrew M. Kuchling · 20 years ago
  10. 4b000cd Add more text by Andrew M. Kuchling · 20 years ago
  11. 629496b Add grammar change for allowing ``class B(): pass`` syntax. by Brett Cannon · 20 years ago
  12. ad351f8 SF bug #1178269 Clarify when isMappingType/isSequenceType is True. by Raymond Hettinger · 20 years ago
  13. fb5f04d SF bug #1178255: 256 should read 255 in operator module docs by Raymond Hettinger · 20 years ago
  14. 99358df Added threadName to LogRecord by Vinay Sajip · 20 years ago
  15. 5c47355 Minor wording fix. by Michael W. Hudson · 20 years ago
  16. 1b17b6b add 2.4.1 to the release history by Fred Drake · 20 years ago
  17. 0f9679d Mention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460. by Martin v. Löwis · 20 years ago
  18. a17fa89 SF #1169212: merge from 2.4 branch: fix silly typo in explaining AFMT by Greg Ward · 20 years ago
  19. 1b2e0d9 Fix whitespace. by Raymond Hettinger · 20 years ago
  20. fdf3bd6 SF patch #1171417: bug fix for islice() in docs by Raymond Hettinger · 20 years ago
  21. 33ceda8 Function signatures for tp_descr_get and tp_descr_set. by Thomas Heller · 20 years ago
  22. 712f070 clean up the underscore mess for the typeset formats so that subscripts by Fred Drake · 20 years ago
  23. c8734a7 Fix typo. by Walter Dörwald · 20 years ago
  24. ae22bbe - fix markup bugs - more consistent markup - elaborate a couple of points by Fred Drake · 20 years ago
  25. 55f1bb8 Add the upload command. Make all dist commands register their by Martin v. Löwis · 20 years ago
  26. 3f8f666 correct ontosys url - closes 1167329 by Skip Montanaro · 20 years ago
  27. dd6f046 fix obscure markup error, wrapping a long line by Fred Drake · 20 years ago
  28. 114b8ca fix environment broken in revision 1.6 by Fred Drake · 20 years ago
  29. db7b002 PEP 314 implementation (client side): by Fred Drake · 20 years ago
  30. b1c96fd Write part of PEP 309 section by Andrew M. Kuchling · 20 years ago
  31. 0c35db9 Describe how to get back lib-old; if this isn't the best way, please let me know by Andrew M. Kuchling · 20 years ago
  32. 511a3a8 Add item by Andrew M. Kuchling · 20 years ago
  33. e9b1bf4 Describe various things by Andrew M. Kuchling · 20 years ago
  34. 582ffe2 Fill-in missing argspec. by Raymond Hettinger · 20 years ago
  35. 4aec61e Add a remove() method to collections.deque objects. by Raymond Hettinger · 20 years ago
  36. 5011c3f add UnicodeReader and UnicodeWriter example classes by Skip Montanaro · 20 years ago
  37. f77d033 Revised the itertools quantifier recipes to match the performance of the by Raymond Hettinger · 20 years ago
  38. 96229b1 Add two new functions, any() and all(). by Raymond Hettinger · 20 years ago
  39. 01668a1 Fix test for socket.getfqdn() to also include the name returned by by Brett Cannon · 20 years ago
  40. 346803e - fix generated Texinfo markup for \deprecated by Fred Drake · 20 years ago
  41. 1592c4c fix broken usage comment by Fred Drake · 20 years ago
  42. cc933af add missing entries from GNU info conversion table by Fred Drake · 20 years ago
  43. 9687b4d correct several markup errors caught by the GNU info conversion by Fred Drake · 20 years ago
  44. 984f9bb operator.itemgetter() and operator.attrgetter() now support extraction by Raymond Hettinger · 20 years ago
  45. 1c7ddb6 hmmm... moving def'n of version makes the __init__ unnecessary for the example by Skip Montanaro · 20 years ago
  46. 8e97fbf Correct description/example of how to override User-agent. by Skip Montanaro · 20 years ago
  47. 3e1dd3b Make functional.partial() more closely match the spec by emulating some useful features of regular functions: by Raymond Hettinger · 20 years ago
  48. ff564d3 SF #1156412: document the __new__() static method by Greg Ward · 20 years ago
  49. 50682d0 SF #818006: merge from release24-maint branch: add useful read-only by Greg Ward · 20 years ago
  50. 78be7df Patch #918101: Add tarfile open mode r|* for auto-detection of the by Martin v. Löwis · 20 years ago
  51. 00a73e7 Patch #1043890: tarfile: add extractall() method. by Martin v. Löwis · 20 years ago
  52. a2a9888 Updates to the exceptions documentation (this is my patch #1156102). by Michael W. Hudson · 20 years ago
  53. c9f8525 Patch #1107221: Updated "Working on Cygwin" section. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  54. b098fd7 minor edits: by Fred Drake · 20 years ago
  55. 7fe60c0 Patches #749830, #1144555: allow UNIX mmap size to default to current file size. by Martin v. Löwis · 20 years ago
  56. 9b62b39 Document quiet parameter to decode. Fixes #803413. by Martin v. Löwis · 20 years ago
  57. 6a458e9 Noted that the module is new in version 2.5. by Raymond Hettinger · 20 years ago
  58. c8c45c2 Improve (?) description of system dependence of access to the pw_passwd by Skip Montanaro · 20 years ago
  59. 3e41b05 Note various changes that need to be described by Andrew M. Kuchling · 20 years ago
  60. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 20 years ago
  61. bc2c21e Update an example to match current output. by Raymond Hettinger · 20 years ago
  62. 2b0d058 Document missing opcodes. by Raymond Hettinger · 20 years ago
  63. 467024c Fix some wording and grammar nits. by Raymond Hettinger · 20 years ago
  64. 84df97f Fixed documentation for SMTPHandler by Vinay Sajip · 20 years ago
  65. 5bbe6ad Fix name for PyDateTime_FromDateAndTime. by Brett Cannon · 20 years ago
  66. 7706c2d Update references specifying "Macintosh" to mean OS X semantics and not Mac OS by Brett Cannon · 20 years ago
  67. 4e9907c SF bug #1119700: list extend() accepts args besides lists by Raymond Hettinger · 20 years ago
  68. 9aa890a add 2.3.5, 2.4 to the history and licensing info by Fred Drake · 20 years ago
  69. d064142 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 20 years ago
  70. b5646aa Bug #1108490: fix broken link. by Johannes Gijsbers · 20 years ago
  71. bc029af SF bug #1108303: fix .split() maxsplit doc by Raymond Hettinger · 20 years ago
  72. 770184b SF bug #1105286: Undocumented implicit strip() in split(None) string method by Raymond Hettinger · 20 years ago
  73. 93f18f6 include each row in the package table, even if there are no packages for by Fred Drake · 20 years ago
  74. c300175 Patch #579435: Shadow Password Support Module by Martin v. Löwis · 20 years ago
  75. 4d394df Truncate st_?time before comparing it with ST_?TIME in the tests. by Martin v. Löwis · 20 years ago
  76. 447083e fix typeset of vertical bar for PDF format (closes SF bug #1008998) by Fred Drake · 20 years ago
  77. ffcbab0 documentation for the zipimport module using contributed patch by Fred Drake · 20 years ago
  78. 5e37d79 Description of args to IMAP4.store() in imaplib by Fred Drake · 20 years ago
  79. 1400424 Clean up discussion of new C thread idiom (closes SF patch #1031233; modified) by Fred Drake · 20 years ago
  80. b184ae8 fix a bunch of spelling errors (closes SF patch #1104868) by Fred Drake · 20 years ago
  81. 9f79dbf remove spurious line from widget variables example (closes SF patch #1094815) by Fred Drake · 20 years ago
  82. 0588581 Document the reconvert module. by Skip Montanaro · 20 years ago
  83. fe33d0b Default stat_float_times to true. by Martin v. Löwis · 20 years ago
  84. 22b457e Added SEEK_* constants. Fixes #711830. by Martin v. Löwis · 20 years ago
  85. 9ba3684 Gave the new datetime.strptime() a versionadded blurb. by Tim Peters · 20 years ago
  86. 0af3ade Add strptime() constructor to datetime class. Thanks to Josh Spoerri for by Skip Montanaro · 20 years ago
  87. 2f8c658 fix typo by Fred Drake · 20 years ago
  88. 8231de0 Many updates to csv module doco. by Andrew McNamara · 20 years ago
  89. d4f5b07 Add duck-typing to the glossary. by Raymond Hettinger · 20 years ago
  90. 97613ad Patch #1051321 (fixes bugs 1010196, 1013525), by Mike Brown: by Johannes Gijsbers · 20 years ago
  91. 158df10 Bug #1098497: various small typo's, grammar and markup nits. by Johannes Gijsbers · 20 years ago
  92. 836f543 Patch #943206: by Johannes Gijsbers · 20 years ago
  93. e4172ea Patch #1094015: by Johannes Gijsbers · 20 years ago
  94. e4f5600 [Bug 1083177] Describe signal() change; add a link by Andrew M. Kuchling · 20 years ago
  95. 97db05d SF #75103: imghdr -- identify JPEGs in EXIF format by Raymond Hettinger · 20 years ago
  96. 72b83c8 SF patch 1094011: Docs for file() vs open(). by Raymond Hettinger · 20 years ago
  97. bccc9a9 Added example to os.stat() by Facundo Batista · 20 years ago
  98. 17a7924 SF bug #1091740: garbage collector still documented as optional by Raymond Hettinger · 20 years ago
  99. becbdec add two missing items by Skip Montanaro · 20 years ago
  100. b80bad4 add descriptions of exported data attributes by Skip Montanaro · 20 years ago