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