1. 2e36f45 Patch #1180012: add documentation for modulefinder by Georg Brandl · 19 years ago
  2. ed65c3a Fix nits. by Raymond Hettinger · 19 years ago
  3. 744ff38 Missed this documentation change about my marshal-floats-binarywise change. by Michael W. Hudson · 19 years ago
  4. 8960c7e [Bug #1219862] Document correct argument range for pair_content() by Andrew M. Kuchling · 19 years ago
  5. 24d7521 SF bug #1215887: String and list methods documentation deeply hidden by Raymond Hettinger · 19 years ago
  6. 2e23e08 fix typo. \var vs \variable by Gregory P. Smith · 19 years ago
  7. debd371 Clarify docs about os.popen[234]. by Georg Brandl · 19 years ago
  8. d6ebb51 The functions audioop.lin2adpcm3() and audioop.adpcm32lin() were removed from by Armin Rigo · 19 years ago
  9. 68c0453 Add untokenize() function to allow full round-trip tokenization. by Raymond Hettinger · 19 years ago
  10. 8dbe1a7 [Bug #1149413] 'psize' argument should be 'pgsize' by Andrew M. Kuchling · 19 years ago
  11. 684364c Tweak note about using os.open to lock files if O_SHLOCK and O_EXLOCK are by Skip Montanaro · 19 years ago
  12. d391d10 Add a decimal FAQ by Raymond Hettinger · 19 years ago
  13. 4c1423b Documentation clarified re. config socket listener protocol by Vinay Sajip · 19 years ago
  14. 89f000e Bug #1210001: typo in email doc by Georg Brandl · 19 years ago
  15. 4c560ea Correct URL to the official UnicodeData 3.2.0 resource. (Reported by Hye-Shik Chang · 19 years ago
  16. 921879a [Bug #1209880] Describe only the True/False return values from lock.acquire() by Andrew M. Kuchling · 19 years ago
  17. 5f937a7 Patch #1212117: Add optional attribute st_flags to os.stat_result by Hye-Shik Chang · 19 years ago
  18. d80ef02 added GET/SETANNOTATION methods by Piers Lauder · 19 years ago
  19. a0abb24 [Bug #1105706] Use correct name for constant by Andrew M. Kuchling · 19 years ago
  20. 79cf9d8 [Bug #1123268] Fix typo by Andrew M. Kuchling · 19 years ago
  21. 1a5152d [Bug #1181939] Remove incorrect text about __init__; move map discussion into a separate paragraph by Andrew M. Kuchling · 19 years ago
  22. 597bd60 [Bug #1194249] Fix duplicate assignment in example code by Andrew M. Kuchling · 19 years ago
  23. dede3bd SF bug #1209411: divmod documentation shd reference // not / by Raymond Hettinger · 19 years ago
  24. 7bebbe7 SF bug #1202395: Description of string.lstrip() needs improvement by Raymond Hettinger · 19 years ago
  25. 631bfe6 SF bug #1209671: dict.popitem documentation should mention empty dict case by Raymond Hettinger · 19 years ago
  26. b141cd0 fix description of the input range of unichr() (closes SF bug #1120777) by Fred Drake · 19 years ago
  27. 5ff1492 Add O_SHLOCK & O_EXLOCK. Closes patch #1103951. by Skip Montanaro · 19 years ago
  28. 174dd22 Add better datetime support to xmlrpclib module. Closes patch #1120353. by Skip Montanaro · 19 years ago
  29. 766349e Incorporate a lightly edited version of the SocketServer module's docstring by Skip Montanaro · 19 years ago
  30. 87bd3fe Correct swapped descriptions of empty string splits. by Raymond Hettinger · 19 years ago
  31. 769f821 SF patch #1180062 by George Yoshida: by Walter Dörwald · 19 years ago
  32. cc97ebf get_method() returns a method name, not take it as an argument by Fred Drake · 19 years ago
  33. fc11383 SF bug #1180392: StringIO's docs should mention overwriting of initial value by Raymond Hettinger · 19 years ago
  34. e490502 SF bug #1179957: Missing def'n of equality for set elements by Raymond Hettinger · 19 years ago
  35. ad351f8 SF bug #1178269 Clarify when isMappingType/isSequenceType is True. by Raymond Hettinger · 19 years ago
  36. fb5f04d SF bug #1178255: 256 should read 255 in operator module docs by Raymond Hettinger · 19 years ago
  37. 99358df Added threadName to LogRecord by Vinay Sajip · 19 years ago
  38. 5c47355 Minor wording fix. by Michael W. Hudson · 19 years ago
  39. 0f9679d Mention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460. by Martin v. Löwis · 19 years ago
  40. a17fa89 SF #1169212: merge from 2.4 branch: fix silly typo in explaining AFMT by Greg Ward · 19 years ago
  41. 1b2e0d9 Fix whitespace. by Raymond Hettinger · 19 years ago
  42. fdf3bd6 SF patch #1171417: bug fix for islice() in docs by Raymond Hettinger · 19 years ago
  43. 3f8f666 correct ontosys url - closes 1167329 by Skip Montanaro · 19 years ago
  44. 582ffe2 Fill-in missing argspec. by Raymond Hettinger · 19 years ago
  45. 4aec61e Add a remove() method to collections.deque objects. by Raymond Hettinger · 19 years ago
  46. 5011c3f add UnicodeReader and UnicodeWriter example classes by Skip Montanaro · 19 years ago
  47. f77d033 Revised the itertools quantifier recipes to match the performance of the by Raymond Hettinger · 19 years ago
  48. 96229b1 Add two new functions, any() and all(). by Raymond Hettinger · 19 years ago
  49. 01668a1 Fix test for socket.getfqdn() to also include the name returned by by Brett Cannon · 19 years ago
  50. 984f9bb operator.itemgetter() and operator.attrgetter() now support extraction by Raymond Hettinger · 19 years ago
  51. 1c7ddb6 hmmm... moving def'n of version makes the __init__ unnecessary for the example by Skip Montanaro · 19 years ago
  52. 8e97fbf Correct description/example of how to override User-agent. by Skip Montanaro · 19 years ago
  53. 3e1dd3b Make functional.partial() more closely match the spec by emulating some useful features of regular functions: by Raymond Hettinger · 19 years ago
  54. 50682d0 SF #818006: merge from release24-maint branch: add useful read-only by Greg Ward · 19 years ago
  55. 78be7df Patch #918101: Add tarfile open mode r|* for auto-detection of the by Martin v. Löwis · 19 years ago
  56. 00a73e7 Patch #1043890: tarfile: add extractall() method. by Martin v. Löwis · 19 years ago
  57. b098fd7 minor edits: by Fred Drake · 19 years ago
  58. 7fe60c0 Patches #749830, #1144555: allow UNIX mmap size to default to current file size. by Martin v. Löwis · 19 years ago
  59. 9b62b39 Document quiet parameter to decode. Fixes #803413. by Martin v. Löwis · 19 years ago
  60. 6a458e9 Noted that the module is new in version 2.5. by Raymond Hettinger · 19 years ago
  61. c8c45c2 Improve (?) description of system dependence of access to the pw_passwd by Skip Montanaro · 19 years ago
  62. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 19 years ago
  63. bc2c21e Update an example to match current output. by Raymond Hettinger · 19 years ago
  64. 2b0d058 Document missing opcodes. by Raymond Hettinger · 19 years ago
  65. 467024c Fix some wording and grammar nits. by Raymond Hettinger · 19 years ago
  66. 84df97f Fixed documentation for SMTPHandler by Vinay Sajip · 19 years ago
  67. 7706c2d Update references specifying "Macintosh" to mean OS X semantics and not Mac OS by Brett Cannon · 19 years ago
  68. 4e9907c SF bug #1119700: list extend() accepts args besides lists by Raymond Hettinger · 19 years ago
  69. d064142 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 19 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. c300175 Patch #579435: Shadow Password Support Module by Martin v. Löwis · 20 years ago
  74. 4d394df Truncate st_?time before comparing it with ST_?TIME in the tests. by Martin v. Löwis · 20 years ago
  75. 447083e fix typeset of vertical bar for PDF format (closes SF bug #1008998) by Fred Drake · 20 years ago
  76. ffcbab0 documentation for the zipimport module using contributed patch by Fred Drake · 20 years ago
  77. 5e37d79 Description of args to IMAP4.store() in imaplib by Fred Drake · 20 years ago
  78. b184ae8 fix a bunch of spelling errors (closes SF patch #1104868) by Fred Drake · 20 years ago
  79. 9f79dbf remove spurious line from widget variables example (closes SF patch #1094815) by Fred Drake · 20 years ago
  80. 0588581 Document the reconvert module. by Skip Montanaro · 20 years ago
  81. fe33d0b Default stat_float_times to true. by Martin v. Löwis · 20 years ago
  82. 22b457e Added SEEK_* constants. Fixes #711830. by Martin v. Löwis · 20 years ago
  83. 9ba3684 Gave the new datetime.strptime() a versionadded blurb. by Tim Peters · 20 years ago
  84. 0af3ade Add strptime() constructor to datetime class. Thanks to Josh Spoerri for by Skip Montanaro · 20 years ago
  85. 8231de0 Many updates to csv module doco. by Andrew McNamara · 20 years ago
  86. 97613ad Patch #1051321 (fixes bugs 1010196, 1013525), by Mike Brown: by Johannes Gijsbers · 20 years ago
  87. 836f543 Patch #943206: by Johannes Gijsbers · 20 years ago
  88. e4172ea Patch #1094015: by Johannes Gijsbers · 20 years ago
  89. 97db05d SF #75103: imghdr -- identify JPEGs in EXIF format by Raymond Hettinger · 20 years ago
  90. 72b83c8 SF patch 1094011: Docs for file() vs open(). by Raymond Hettinger · 20 years ago
  91. bccc9a9 Added example to os.stat() by Facundo Batista · 20 years ago
  92. 17a7924 SF bug #1091740: garbage collector still documented as optional by Raymond Hettinger · 20 years ago
  93. becbdec add two missing items by Skip Montanaro · 20 years ago
  94. b80bad4 add descriptions of exported data attributes by Skip Montanaro · 20 years ago
  95. 4f49e7d describe reset() by Skip Montanaro · 20 years ago
  96. bb0c9dc add a couple missing items by Skip Montanaro · 20 years ago
  97. 31043cd Clarify that DictMixin is still useful. Only the UserDict class was supplanted. by Raymond Hettinger · 20 years ago
  98. 454f767 New subprocess utility function: check_call. Closes #1071764. by Peter Astrand · 20 years ago
  99. 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 20 years ago
  100. 79e0531 SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are called by Raymond Hettinger · 20 years ago