1. e8f44d6 Commit the howto source to the main Python repository, with Fred's approval by Andrew M. Kuchling · 20 years ago
  2. c203370 Add missing \end, noted by George Yoshida by Andrew M. Kuchling · 20 years ago
  3. 0738206 Write section on PEP 342 by Andrew M. Kuchling · 20 years ago
  4. 9a19e5c patch [ 1274550 ] libtarfile.tex: external URL changed by Georg Brandl · 20 years ago
  5. 7f26a62 patch [ 1274630 ] documentation fixes by Georg Brandl · 20 years ago
  6. 375f83c patch [ 1274630 ] documentation fixes by Georg Brandl · 20 years ago
  7. 15ad935 __new__ is a static method by Georg Brandl · 20 years ago
  8. bd77da6 bug [ 1248199 ] shelve .sync operation not documented by Georg Brandl · 20 years ago
  9. 8fc18a2 bug [ 1261229 ] __new__ is class method by Georg Brandl · 20 years ago
  10. 36be8be Once upon a time, I used to know TeX... by Georg Brandl · 20 years ago
  11. 532efab patch #848017: make Cookie more RFC-compliant. by Georg Brandl · 20 years ago
  12. b925602 Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld by Georg Brandl · 20 years ago
  13. 56066d2 Return complete lines from codec stream readers by Martin v. Löwis · 20 years ago
  14. 79c122f bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows by Georg Brandl · 20 years ago
  15. 6f2bbd3 bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME by Georg Brandl · 20 years ago
  16. 38387b8 bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 20 years ago
  17. 76fb6d8 SF bug #1100368: Wrong "type()" syntax in docs by Raymond Hettinger · 20 years ago
  18. 2e8665a More tutorial nits. by Raymond Hettinger · 20 years ago
  19. 71da38b SF bug #1168135: Python 2.5a0 Tutorial errors and observations (Contributed by Michael R Bax.) by Raymond Hettinger · 20 years ago
  20. e66d437 SF bug #1168135: Python 2.5a0 Tutorial errors and observations by Raymond Hettinger · 20 years ago
  21. 5c419a9 In an e-mail to the webmaster alias, some suggested adding this text. Windows users, please correct/expand as necessary. by Andrew M. Kuchling · 20 years ago
  22. b406905 ord() documentation update; this is what remains applicable from by Fred Drake · 20 years ago
  23. 150e349 Note various items; write some shorter sections by Andrew M. Kuchling · 20 years ago
  24. f33d01d bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation by Georg Brandl · 20 years ago
  25. 7208af4 whoops, missed adding this last night in my hashlib commit by Gregory P. Smith · 20 years ago
  26. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 20 years ago
  27. f755432 SF bug #1168135: Python 2.5a0 Tutorial errors and observations by Raymond Hettinger · 20 years ago
  28. 6cd5377 Empty sets and frozensets are also false. by Georg Brandl · 20 years ago
  29. 1823ae7 SF bug #1121416: zip incorrectly and incompletely documented by Raymond Hettinger · 20 years ago
  30. a30616a SF bug #1249837: container methods raise KeyError not IndexError by Raymond Hettinger · 20 years ago
  31. b285974 Mention explicitly the False is considered false. by Georg Brandl · 20 years ago
  32. 7638249 Fix PySet_Pop() notes. by Raymond Hettinger · 20 years ago
  33. 0cbf400 Add info about the set API. by Raymond Hettinger · 20 years ago
  34. e024514 Typo fix by Andrew M. Kuchling · 20 years ago
  35. 1a66391 Fix markup. by Raymond Hettinger · 20 years ago
  36. cca3af3 Fix typo (fixes SF bug #1263086). by Walter Dörwald · 20 years ago
  37. 94fedf9 Expand the API notes. by Raymond Hettinger · 20 years ago
  38. 0c230b9 Note that the PyNumber protocol can access most set methods directly. by Raymond Hettinger · 20 years ago
  39. c47e01d Numerous fix-ups to C API and docs. Added tests for C API. by Raymond Hettinger · 20 years ago
  40. beb3101 Add a C API for sets and frozensets. by Raymond Hettinger · 20 years ago
  41. ba7d95e Document 'istext' parameter by Andrew M. Kuchling · 20 years ago
  42. 9f3ae3e fix minor markup errors by Fred Drake · 20 years ago
  43. ebd9d5b Patch #1180695: Implement nanosecond stat resolution on FreeBSD, by Martin v. Löwis · 20 years ago
  44. 2772c67 bug [ 1252706 ] poplib list() docstring fix (and docs too) by Georg Brandl · 20 years ago
  45. b370059 bug [ 1250306 ] incorrect description of range function by Georg Brandl · 20 years ago
  46. 6af7fe0 Add example by Andrew M. Kuchling · 20 years ago
  47. a2e21cb Add note by Andrew M. Kuchling · 20 years ago
  48. f13c4ba [ 1243192 ] Incorrect documentation of re.UNICODE by Georg Brandl · 20 years ago
  49. 6a69450 Minor tweak as a side effect of fixing #1243553. The Unicode name for " is by Skip Montanaro · 20 years ago
  50. fe25643 use a test for PDF support that is more portable across teTeX major versions by Fred Drake · 20 years ago
  51. 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 · 20 years ago
  52. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 20 years ago
  53. 08c02db [ 1243081 ] repair typos by Georg Brandl · 20 years ago
  54. 21c8254 add information about alternate implementations, noting that documentation by Fred Drake · 20 years ago
  55. d5ecb51 fix markup nits by Fred Drake · 20 years ago
  56. 2d8cc61 [ 755617 ] os module: Need a better description of "mode" by Georg Brandl · 20 years ago
  57. 2982252 bug [ 850238 ] unclear documentation/missing command? by Georg Brandl · 20 years ago
  58. ca5feab bug [ 957505 ] SocketServer module documentation misleading by Georg Brandl · 20 years ago
  59. c48a740 bug [ 1021621 ] use first_name, not first, in code samples by Georg Brandl · 20 years ago
  60. b37b8ec bug [ 872769 ] os.access() documentation should stress race conditions by Georg Brandl · 20 years ago
  61. 75d5106 [ 912943 ] 7.5.6 Thread Objects is too vague by Georg Brandl · 20 years ago
  62. 5dbda75 - Bug #1015140: disambiguated the term "article id" in nntplib docs and by Georg Brandl · 20 years ago
  63. 0e03272 bug [ 1061920 ] "k" specifier in PyArg_ParseTuple incomplete documentated by Georg Brandl · 20 years ago
  64. 7a7b350 use macro by Skip Montanaro · 20 years ago
  65. bbf74f9 Note that usegmt is new in 2.4. Closes #1239681. by Skip Montanaro · 20 years ago
  66. 5c5fe2f RFE [ 1216944 ] Add Error Code Dictionary to urllib2 by Georg Brandl · 20 years ago
  67. b9ab7a5 Oops. by Georg Brandl · 20 years ago
  68. 9abfa90 bug [ 1232768 ] Mistakes in online docs under "5.3 Pure Embedding" by Georg Brandl · 20 years ago
  69. 208eec2 bug [ 1235266 ] debug info file descriptor of tarfile is inconsistent by Georg Brandl · 20 years ago
  70. 8b687cf6 bug [ 969757 ] function and method objects confounded in Tutorial by Georg Brandl · 20 years ago
  71. 290f382 Revert patch for 1162912. by Georg Brandl · 20 years ago
  72. f73b4b0 bug [ 1162912 ] typesseq-mutable lacks note on combined key/cmp usage by Georg Brandl · 20 years ago
  73. 9a65d58 Add doctest for examples in libweakref.tex to test_weakref. by Georg Brandl · 20 years ago
  74. 376e622 bug [ 1228904 ] weakref example broken by Georg Brandl · 20 years ago
  75. 1c330eb Patch [ 1230615 ] Patch for (Doc) #1168746 by Georg Brandl · 20 years ago
  76. 452b683 Cross reference the set built-ins with the sets module. by Raymond Hettinger · 20 years ago
  77. 16ffbc3 Provide a comparison to the builtin set types. by Raymond Hettinger · 20 years ago
  78. 87de8ed More info on rounding modes. Add sections for floating point notes. by Raymond Hettinger · 20 years ago
  79. 02c64d5 Note that files are iterable. by Raymond Hettinger · 20 years ago
  80. 5a34afb * Show the keyword argument form of dict(). by Raymond Hettinger · 20 years ago
  81. 3e3b699 add note that os.EX_* constants are subject to availability on the host platform by Fred Drake · 20 years ago
  82. 54d8b68 bug [ 1166582 ] IterableUserDict not in docs by Georg Brandl · 20 years ago
  83. 6df3fd3 bug [ 1186072 ] tempnam doc doesn't include link to tmpfile by Georg Brandl · 20 years ago
  84. e21d9ab bug [ 1175022 ] property example code error by Georg Brandl · 20 years ago
  85. 03dbb4f Bug [ 1190563 ] os.waitpid docs don't specify return value for WNOHANG by Georg Brandl · 20 years ago
  86. 71de040 bug [ 1202475 ] httplib docs mentioning HTTPConnection.getreply by Georg Brandl · 20 years ago
  87. 0929b7e Patch [ 1213031 ] note that os.chown can have -1 as an argument by Georg Brandl · 20 years ago
  88. 3da85ec correcting duplicate TeX markup by Georg Brandl · 20 years ago
  89. 837a976 Bug [ 1225705 ] os.environ documentation should mention unsetenv by Georg Brandl · 20 years ago
  90. 9020a21 Patch #1227442: smtplib.SMTP.sendmail() accepts a string or list as to_addrs. by Georg Brandl · 20 years ago
  91. fb66297 Add a(nother) warning about mixing Py_NewInterpreter and the by Michael W. Hudson · 20 years ago
  92. 7b27907 fix some silly whitespace stuff (must have hit M-q or something?) by Michael W. Hudson · 20 years ago
  93. f33f5e9 Bug #1209560: spurious blank page in dist.pdf by Georg Brandl · 20 years ago
  94. 2e36f45 Patch #1180012: add documentation for modulefinder by Georg Brandl · 20 years ago
  95. c493229 Fix grammar (it's -> its). by Neil Schemenauer · 20 years ago
  96. 610d9dd Fix typo. by Raymond Hettinger · 20 years ago
  97. ed65c3a Fix nits. by Raymond Hettinger · 20 years ago
  98. 744ff38 Missed this documentation change about my marshal-floats-binarywise change. by Michael W. Hudson · 20 years ago
  99. 8960c7e [Bug #1219862] Document correct argument range for pair_content() by Andrew M. Kuchling · 20 years ago
  100. eeed58c SF bug #1219448: small output bug by Raymond Hettinger · 20 years ago