1. f33f5e9 Bug #1209560: spurious blank page in dist.pdf by Georg Brandl · 19 years ago
  2. 2e36f45 Patch #1180012: add documentation for modulefinder by Georg Brandl · 19 years ago
  3. c493229 Fix grammar (it's -> its). by Neil Schemenauer · 19 years ago
  4. 610d9dd Fix typo. by Raymond Hettinger · 19 years ago
  5. ed65c3a Fix nits. by Raymond Hettinger · 19 years ago
  6. 744ff38 Missed this documentation change about my marshal-floats-binarywise change. by Michael W. Hudson · 19 years ago
  7. 8960c7e [Bug #1219862] Document correct argument range for pair_content() by Andrew M. Kuchling · 19 years ago
  8. eeed58c SF bug #1219448: small output bug by Raymond Hettinger · 19 years ago
  9. 24d7521 SF bug #1215887: String and list methods documentation deeply hidden by Raymond Hettinger · 19 years ago
  10. 2e23e08 fix typo. \var vs \variable by Gregory P. Smith · 19 years ago
  11. debd371 Clarify docs about os.popen[234]. by Georg Brandl · 19 years ago
  12. d6ebb51 The functions audioop.lin2adpcm3() and audioop.adpcm32lin() were removed from by Armin Rigo · 19 years ago
  13. 68c0453 Add untokenize() function to allow full round-trip tokenization. by Raymond Hettinger · 19 years ago
  14. 4aef245 [Bug #1079134] Mention change to date comparisons; bump version info and release date to 2.4.1 by Andrew M. Kuchling · 19 years ago
  15. 8dbe1a7 [Bug #1149413] 'psize' argument should be 'pgsize' by Andrew M. Kuchling · 19 years ago
  16. 684364c Tweak note about using os.open to lock files if O_SHLOCK and O_EXLOCK are by Skip Montanaro · 19 years ago
  17. 8f6f08c [Bug #1170422] Use correct option name by Andrew M. Kuchling · 19 years ago
  18. d391d10 Add a decimal FAQ by Raymond Hettinger · 19 years ago
  19. 4c1423b Documentation clarified re. config socket listener protocol by Vinay Sajip · 19 years ago
  20. b6c1bb8 Bug #1184380: extending&embedding example broken by Georg Brandl · 19 years ago
  21. 89f000e Bug #1210001: typo in email doc by Georg Brandl · 19 years ago
  22. 4c560ea Correct URL to the official UnicodeData 3.2.0 resource. (Reported by Hye-Shik Chang · 19 years ago
  23. 921879a [Bug #1209880] Describe only the True/False return values from lock.acquire() by Andrew M. Kuchling · 19 years ago
  24. 6a15c5d [Bug #1193001] Make the notation section use the same productionlist env. as other grammar rules by Andrew M. Kuchling · 19 years ago
  25. 5f937a7 Patch #1212117: Add optional attribute st_flags to os.stat_result by Hye-Shik Chang · 19 years ago
  26. d80ef02 added GET/SETANNOTATION methods by Piers Lauder · 19 years ago
  27. a0abb24 [Bug #1105706] Use correct name for constant by Andrew M. Kuchling · 19 years ago
  28. 79cf9d8 [Bug #1123268] Fix typo by Andrew M. Kuchling · 19 years ago
  29. 1a5152d [Bug #1181939] Remove incorrect text about __init__; move map discussion into a separate paragraph by Andrew M. Kuchling · 19 years ago
  30. 597bd60 [Bug #1194249] Fix duplicate assignment in example code by Andrew M. Kuchling · 19 years ago
  31. dede3bd SF bug #1209411: divmod documentation shd reference // not / by Raymond Hettinger · 19 years ago
  32. 7bebbe7 SF bug #1202395: Description of string.lstrip() needs improvement by Raymond Hettinger · 19 years ago
  33. 631bfe6 SF bug #1209671: dict.popitem documentation should mention empty dict case by Raymond Hettinger · 19 years ago
  34. 2f475a7 Fix: by Michael W. Hudson · 19 years ago
  35. b141cd0 fix description of the input range of unichr() (closes SF bug #1120777) by Fred Drake · 19 years ago
  36. db22958 update documentation on what constitutes a line in a source file by Fred Drake · 19 years ago
  37. 5ff1492 Add O_SHLOCK & O_EXLOCK. Closes patch #1103951. by Skip Montanaro · 19 years ago
  38. 174dd22 Add better datetime support to xmlrpclib module. Closes patch #1120353. by Skip Montanaro · 19 years ago
  39. 0f43983 SF bug #1201807: Glossary listing bug by Raymond Hettinger · 19 years ago
  40. 766349e Incorporate a lightly edited version of the SocketServer module's docstring by Skip Montanaro · 19 years ago
  41. b56b494 SF bug #1190451: 6.9 First sentence is confusing by Raymond Hettinger · 19 years ago
  42. e8dead4 Fix by Michael W. Hudson · 19 years ago
  43. f21569e Fix typo. by Raymond Hettinger · 19 years ago
  44. 87bd3fe Correct swapped descriptions of empty string splits. by Raymond Hettinger · 19 years ago
  45. 769f821 SF patch #1180062 by George Yoshida: by Walter Dörwald · 19 years ago
  46. cc97ebf get_method() returns a method name, not take it as an argument by Fred Drake · 19 years ago
  47. fc11383 SF bug #1180392: StringIO's docs should mention overwriting of initial value by Raymond Hettinger · 19 years ago
  48. e490502 SF bug #1179957: Missing def'n of equality for set elements by Raymond Hettinger · 19 years ago
  49. d8d732e Fill out one section by Andrew M. Kuchling · 19 years ago
  50. 4b000cd Add more text by Andrew M. Kuchling · 19 years ago
  51. 629496b Add grammar change for allowing ``class B(): pass`` syntax. by Brett Cannon · 19 years ago
  52. ad351f8 SF bug #1178269 Clarify when isMappingType/isSequenceType is True. by Raymond Hettinger · 19 years ago
  53. fb5f04d SF bug #1178255: 256 should read 255 in operator module docs by Raymond Hettinger · 19 years ago
  54. 99358df Added threadName to LogRecord by Vinay Sajip · 19 years ago
  55. 5c47355 Minor wording fix. by Michael W. Hudson · 19 years ago
  56. 1b17b6b add 2.4.1 to the release history by Fred Drake · 19 years ago
  57. 0f9679d Mention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460. by Martin v. Löwis · 19 years ago
  58. a17fa89 SF #1169212: merge from 2.4 branch: fix silly typo in explaining AFMT by Greg Ward · 19 years ago
  59. 1b2e0d9 Fix whitespace. by Raymond Hettinger · 19 years ago
  60. fdf3bd6 SF patch #1171417: bug fix for islice() in docs by Raymond Hettinger · 19 years ago
  61. 33ceda8 Function signatures for tp_descr_get and tp_descr_set. by Thomas Heller · 19 years ago
  62. 712f070 clean up the underscore mess for the typeset formats so that subscripts by Fred Drake · 19 years ago
  63. c8734a7 Fix typo. by Walter Dörwald · 19 years ago
  64. ae22bbe - fix markup bugs - more consistent markup - elaborate a couple of points by Fred Drake · 19 years ago
  65. 55f1bb8 Add the upload command. Make all dist commands register their by Martin v. Löwis · 19 years ago
  66. 3f8f666 correct ontosys url - closes 1167329 by Skip Montanaro · 19 years ago
  67. dd6f046 fix obscure markup error, wrapping a long line by Fred Drake · 19 years ago
  68. 114b8ca fix environment broken in revision 1.6 by Fred Drake · 19 years ago
  69. db7b002 PEP 314 implementation (client side): by Fred Drake · 19 years ago
  70. b1c96fd Write part of PEP 309 section by Andrew M. Kuchling · 19 years ago
  71. 0c35db9 Describe how to get back lib-old; if this isn't the best way, please let me know by Andrew M. Kuchling · 19 years ago
  72. 511a3a8 Add item by Andrew M. Kuchling · 19 years ago
  73. e9b1bf4 Describe various things by Andrew M. Kuchling · 19 years ago
  74. 582ffe2 Fill-in missing argspec. by Raymond Hettinger · 19 years ago
  75. 4aec61e Add a remove() method to collections.deque objects. by Raymond Hettinger · 19 years ago
  76. 5011c3f add UnicodeReader and UnicodeWriter example classes by Skip Montanaro · 19 years ago
  77. f77d033 Revised the itertools quantifier recipes to match the performance of the by Raymond Hettinger · 19 years ago
  78. 96229b1 Add two new functions, any() and all(). by Raymond Hettinger · 19 years ago
  79. 01668a1 Fix test for socket.getfqdn() to also include the name returned by by Brett Cannon · 19 years ago
  80. 346803e - fix generated Texinfo markup for \deprecated by Fred Drake · 19 years ago
  81. 1592c4c fix broken usage comment by Fred Drake · 19 years ago
  82. cc933af add missing entries from GNU info conversion table by Fred Drake · 19 years ago
  83. 9687b4d correct several markup errors caught by the GNU info conversion by Fred Drake · 19 years ago
  84. 984f9bb operator.itemgetter() and operator.attrgetter() now support extraction by Raymond Hettinger · 19 years ago
  85. 1c7ddb6 hmmm... moving def'n of version makes the __init__ unnecessary for the example by Skip Montanaro · 19 years ago
  86. 8e97fbf Correct description/example of how to override User-agent. by Skip Montanaro · 19 years ago
  87. 3e1dd3b Make functional.partial() more closely match the spec by emulating some useful features of regular functions: by Raymond Hettinger · 19 years ago
  88. ff564d3 SF #1156412: document the __new__() static method by Greg Ward · 19 years ago
  89. 50682d0 SF #818006: merge from release24-maint branch: add useful read-only by Greg Ward · 19 years ago
  90. 78be7df Patch #918101: Add tarfile open mode r|* for auto-detection of the by Martin v. Löwis · 19 years ago
  91. 00a73e7 Patch #1043890: tarfile: add extractall() method. by Martin v. Löwis · 19 years ago
  92. a2a9888 Updates to the exceptions documentation (this is my patch #1156102). by Michael W. Hudson · 19 years ago
  93. c9f8525 Patch #1107221: Updated "Working on Cygwin" section. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  94. b098fd7 minor edits: by Fred Drake · 19 years ago
  95. 7fe60c0 Patches #749830, #1144555: allow UNIX mmap size to default to current file size. by Martin v. Löwis · 19 years ago
  96. 9b62b39 Document quiet parameter to decode. Fixes #803413. by Martin v. Löwis · 19 years ago
  97. 6a458e9 Noted that the module is new in version 2.5. by Raymond Hettinger · 19 years ago
  98. c8c45c2 Improve (?) description of system dependence of access to the pw_passwd by Skip Montanaro · 19 years ago
  99. 3e41b05 Note various changes that need to be described by Andrew M. Kuchling · 19 years ago
  100. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 19 years ago