1. d1c0239 Minor clarification of effective level calculation by Vinay Sajip · 19 years ago
  2. 02cfa0b SF #1297059, doc incorrect return type for search() method. (There is a description of returned values at the top, so just remove the sentance and correct an example.) by Neal Norwitz · 19 years ago
  3. 532dacf patch [ 1277677 ] tkinter hello world example bug by Georg Brandl · 19 years ago
  4. 3225242 bug [ 1274828 ] splitunc not documented by Georg Brandl · 19 years ago
  5. 1166638 Add FAQ entry regarding non-expoential representation. by Raymond Hettinger · 19 years ago
  6. c1c956b Remove statement about meaning of constants; arguably it's incorrect by Andrew M. Kuchling · 19 years ago
  7. 2330e9e From c.l.py comments: link to zlib manual, and disclaim completeness by Andrew M. Kuchling · 19 years ago
  8. e1a385a Explain what file descriptors are; this change has been sitting in my tree for a while by Andrew M. Kuchling · 19 years ago
  9. ff9ca5e SF bug #1277016: Turn sentence fragment into a complete sentence. by Walter Dörwald · 19 years ago
  10. 9a19e5c patch [ 1274550 ] libtarfile.tex: external URL changed by Georg Brandl · 19 years ago
  11. 7f26a62 patch [ 1274630 ] documentation fixes by Georg Brandl · 19 years ago
  12. bd77da6 bug [ 1248199 ] shelve .sync operation not documented by Georg Brandl · 19 years ago
  13. 36be8be Once upon a time, I used to know TeX... by Georg Brandl · 19 years ago
  14. 532efab patch #848017: make Cookie more RFC-compliant. by Georg Brandl · 19 years ago
  15. b925602 Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld by Georg Brandl · 19 years ago
  16. 56066d2 Return complete lines from codec stream readers by Martin v. Löwis · 19 years ago
  17. 79c122f bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows by Georg Brandl · 19 years ago
  18. 6f2bbd3 bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME by Georg Brandl · 19 years ago
  19. 38387b8 bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 19 years ago
  20. 76fb6d8 SF bug #1100368: Wrong "type()" syntax in docs by Raymond Hettinger · 19 years ago
  21. b406905 ord() documentation update; this is what remains applicable from by Fred Drake · 19 years ago
  22. f33d01d bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation by Georg Brandl · 19 years ago
  23. 7208af4 whoops, missed adding this last night in my hashlib commit by Gregory P. Smith · 19 years ago
  24. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago
  25. 1823ae7 SF bug #1121416: zip incorrectly and incompletely documented by Raymond Hettinger · 19 years ago
  26. e024514 Typo fix by Andrew M. Kuchling · 19 years ago
  27. 1a66391 Fix markup. by Raymond Hettinger · 19 years ago
  28. cca3af3 Fix typo (fixes SF bug #1263086). by Walter Dörwald · 19 years ago
  29. ba7d95e Document 'istext' parameter by Andrew M. Kuchling · 19 years ago
  30. 9f3ae3e fix minor markup errors by Fred Drake · 19 years ago
  31. ebd9d5b Patch #1180695: Implement nanosecond stat resolution on FreeBSD, by Martin v. Löwis · 19 years ago
  32. 2772c67 bug [ 1252706 ] poplib list() docstring fix (and docs too) by Georg Brandl · 19 years ago
  33. b370059 bug [ 1250306 ] incorrect description of range function by Georg Brandl · 19 years ago
  34. f13c4ba [ 1243192 ] Incorrect documentation of re.UNICODE by Georg Brandl · 19 years ago
  35. 6a69450 Minor tweak as a side effect of fixing #1243553. The Unicode name for " is by Skip Montanaro · 19 years ago
  36. c320c22 Documentation added about changes in 2.4 to basicConfig(), including documentation of the keyword arguments. A version change note was also added to the basic example. by Vinay Sajip · 19 years ago
  37. 08c02db [ 1243081 ] repair typos by Georg Brandl · 19 years ago
  38. d5ecb51 fix markup nits by Fred Drake · 19 years ago
  39. 2d8cc61 [ 755617 ] os module: Need a better description of "mode" by Georg Brandl · 19 years ago
  40. ca5feab bug [ 957505 ] SocketServer module documentation misleading by Georg Brandl · 19 years ago
  41. b37b8ec bug [ 872769 ] os.access() documentation should stress race conditions by Georg Brandl · 19 years ago
  42. 75d5106 [ 912943 ] 7.5.6 Thread Objects is too vague by Georg Brandl · 19 years ago
  43. 5dbda75 - Bug #1015140: disambiguated the term "article id" in nntplib docs and by Georg Brandl · 19 years ago
  44. 7a7b350 use macro by Skip Montanaro · 19 years ago
  45. bbf74f9 Note that usegmt is new in 2.4. Closes #1239681. by Skip Montanaro · 19 years ago
  46. 5c5fe2f RFE [ 1216944 ] Add Error Code Dictionary to urllib2 by Georg Brandl · 19 years ago
  47. 208eec2 bug [ 1235266 ] debug info file descriptor of tarfile is inconsistent by Georg Brandl · 19 years ago
  48. 290f382 Revert patch for 1162912. by Georg Brandl · 19 years ago
  49. f73b4b0 bug [ 1162912 ] typesseq-mutable lacks note on combined key/cmp usage by Georg Brandl · 19 years ago
  50. 9a65d58 Add doctest for examples in libweakref.tex to test_weakref. by Georg Brandl · 19 years ago
  51. 376e622 bug [ 1228904 ] weakref example broken by Georg Brandl · 19 years ago
  52. 452b683 Cross reference the set built-ins with the sets module. by Raymond Hettinger · 19 years ago
  53. 16ffbc3 Provide a comparison to the builtin set types. by Raymond Hettinger · 19 years ago
  54. 87de8ed More info on rounding modes. Add sections for floating point notes. by Raymond Hettinger · 19 years ago
  55. 3e3b699 add note that os.EX_* constants are subject to availability on the host platform by Fred Drake · 19 years ago
  56. 54d8b68 bug [ 1166582 ] IterableUserDict not in docs by Georg Brandl · 19 years ago
  57. 6df3fd3 bug [ 1186072 ] tempnam doc doesn't include link to tmpfile by Georg Brandl · 19 years ago
  58. e21d9ab bug [ 1175022 ] property example code error by Georg Brandl · 19 years ago
  59. 03dbb4f Bug [ 1190563 ] os.waitpid docs don't specify return value for WNOHANG by Georg Brandl · 19 years ago
  60. 71de040 bug [ 1202475 ] httplib docs mentioning HTTPConnection.getreply by Georg Brandl · 19 years ago
  61. 0929b7e Patch [ 1213031 ] note that os.chown can have -1 as an argument by Georg Brandl · 19 years ago
  62. 3da85ec correcting duplicate TeX markup by Georg Brandl · 19 years ago
  63. 837a976 Bug [ 1225705 ] os.environ documentation should mention unsetenv by Georg Brandl · 19 years ago
  64. 9020a21 Patch #1227442: smtplib.SMTP.sendmail() accepts a string or list as to_addrs. by Georg Brandl · 19 years ago
  65. 2e36f45 Patch #1180012: add documentation for modulefinder by Georg Brandl · 19 years ago
  66. ed65c3a Fix nits. by Raymond Hettinger · 19 years ago
  67. 744ff38 Missed this documentation change about my marshal-floats-binarywise change. by Michael W. Hudson · 19 years ago
  68. 8960c7e [Bug #1219862] Document correct argument range for pair_content() by Andrew M. Kuchling · 19 years ago
  69. 24d7521 SF bug #1215887: String and list methods documentation deeply hidden by Raymond Hettinger · 19 years ago
  70. 2e23e08 fix typo. \var vs \variable by Gregory P. Smith · 19 years ago
  71. debd371 Clarify docs about os.popen[234]. by Georg Brandl · 19 years ago
  72. d6ebb51 The functions audioop.lin2adpcm3() and audioop.adpcm32lin() were removed from by Armin Rigo · 19 years ago
  73. 68c0453 Add untokenize() function to allow full round-trip tokenization. by Raymond Hettinger · 19 years ago
  74. 8dbe1a7 [Bug #1149413] 'psize' argument should be 'pgsize' by Andrew M. Kuchling · 19 years ago
  75. 684364c Tweak note about using os.open to lock files if O_SHLOCK and O_EXLOCK are by Skip Montanaro · 19 years ago
  76. d391d10 Add a decimal FAQ by Raymond Hettinger · 19 years ago
  77. 4c1423b Documentation clarified re. config socket listener protocol by Vinay Sajip · 19 years ago
  78. 89f000e Bug #1210001: typo in email doc by Georg Brandl · 19 years ago
  79. 4c560ea Correct URL to the official UnicodeData 3.2.0 resource. (Reported by Hye-Shik Chang · 19 years ago
  80. 921879a [Bug #1209880] Describe only the True/False return values from lock.acquire() by Andrew M. Kuchling · 19 years ago
  81. 5f937a7 Patch #1212117: Add optional attribute st_flags to os.stat_result by Hye-Shik Chang · 19 years ago
  82. d80ef02 added GET/SETANNOTATION methods by Piers Lauder · 19 years ago
  83. a0abb24 [Bug #1105706] Use correct name for constant by Andrew M. Kuchling · 19 years ago
  84. 79cf9d8 [Bug #1123268] Fix typo by Andrew M. Kuchling · 19 years ago
  85. 1a5152d [Bug #1181939] Remove incorrect text about __init__; move map discussion into a separate paragraph by Andrew M. Kuchling · 19 years ago
  86. 597bd60 [Bug #1194249] Fix duplicate assignment in example code by Andrew M. Kuchling · 19 years ago
  87. dede3bd SF bug #1209411: divmod documentation shd reference // not / by Raymond Hettinger · 19 years ago
  88. 7bebbe7 SF bug #1202395: Description of string.lstrip() needs improvement by Raymond Hettinger · 19 years ago
  89. 631bfe6 SF bug #1209671: dict.popitem documentation should mention empty dict case by Raymond Hettinger · 19 years ago
  90. b141cd0 fix description of the input range of unichr() (closes SF bug #1120777) by Fred Drake · 19 years ago
  91. 5ff1492 Add O_SHLOCK & O_EXLOCK. Closes patch #1103951. by Skip Montanaro · 19 years ago
  92. 174dd22 Add better datetime support to xmlrpclib module. Closes patch #1120353. by Skip Montanaro · 19 years ago
  93. 766349e Incorporate a lightly edited version of the SocketServer module's docstring by Skip Montanaro · 19 years ago
  94. 87bd3fe Correct swapped descriptions of empty string splits. by Raymond Hettinger · 19 years ago
  95. 769f821 SF patch #1180062 by George Yoshida: by Walter Dörwald · 19 years ago
  96. cc97ebf get_method() returns a method name, not take it as an argument by Fred Drake · 19 years ago
  97. fc11383 SF bug #1180392: StringIO's docs should mention overwriting of initial value by Raymond Hettinger · 19 years ago
  98. e490502 SF bug #1179957: Missing def'n of equality for set elements by Raymond Hettinger · 19 years ago
  99. ad351f8 SF bug #1178269 Clarify when isMappingType/isSequenceType is True. by Raymond Hettinger · 19 years ago
  100. fb5f04d SF bug #1178255: 256 should read 255 in operator module docs by Raymond Hettinger · 19 years ago