1. a1a514b set target date for Python 2.3.4 release by Fred Drake · 21 years ago
  2. 11b3d2f fix various descriptions of "ctime" (closes SF patch #870287) by Fred Drake · 21 years ago
  3. e6f36ad backport 1.17, 1.18 from the trunk: PyErr_SetInterrupt not Obsolete by Fred Drake · 21 years ago
  4. 69faa22 fix various typos; thanks, George Yoshida! (closes SF patch #952047) by Fred Drake · 21 years ago
  5. 9b201fb add note about the __name__ read-only attribute (closes SF bug #952212) by Fred Drake · 21 years ago
  6. 72959cc use tools/getversioninfo to extract the version number from the Python sources by Fred Drake · 21 years ago
  7. 04b3734 remove assignment to unused variable by Fred Drake · 21 years ago
  8. fada58f update to reflect the current location of the SF bugs search box by Fred Drake · 21 years ago
  9. 0c16beb markup adjustment by Fred Drake · 21 years ago
  10. bea27f3 Added a note describing how fp should be opened in binary mode, especially on by Barry Warsaw · 21 years ago
  11. af6f374 don't make assumptions about $PATH in Cygwin instructions by Fred Drake · 21 years ago
  12. c17cdd6 note that descriptor objects must be instances of new-style types by Fred Drake · 21 years ago
  13. 7dea43f fix documentation for ContentHandler.ignorableWhitespace() by Fred Drake · 21 years ago
  14. e3ea901 Patch #940026: Explain "in" when it is first used. by Martin v. Löwis · 21 years ago
  15. b3ec007 - note that __getinitargs__() is only for old-style classes by Fred Drake · 21 years ago
  16. 16e1df3 Remove list of pickle protocol names used by the copy module; there by Fred Drake · 21 years ago
  17. 6777b2e note that the error code for socket.gaierror will be one of the EAI_* by Fred Drake · 21 years ago
  18. 2956b68 SF #814606: fix mixer docs to talk about "controls", not "channels". by Greg Ward · 21 years ago
  19. 8bb374b Document readline module functions added in Python 2.3. See: by Phillip J. Eby · 21 years ago
  20. 520c341 the headers in an HTTP request are HTTP headers, not MIME headers by Fred Drake · 21 years ago
  21. e4e110e remove out-of-date count of the functions in winsound by Fred Drake · 21 years ago
  22. 21527f7 fix typo reported in a long-buried email by Fred Drake · 21 years ago
  23. 335cdc0 SF bug #940579: section 5.10: 'not' returns boolean, not int by Raymond Hettinger · 21 years ago
  24. 202b6fb SF bug #936827: PyNumber_And() 's description by Raymond Hettinger · 21 years ago
  25. e117bde remove bogus markup that caused the docs to be wrong by Fred Drake · 21 years ago
  26. 7eb57e0 give rational filenames to some of the generated HTML by Fred Drake · 21 years ago
  27. e52aa4f include both the GIF and PNG icons in the HTML package by Fred Drake · 21 years ago
  28. 820fd04 avoid stripping space after indexing macros by Fred Drake · 21 years ago
  29. 4b9fe25 #928751, fix typos in socket doc by Neal Norwitz · 21 years ago
  30. 5c51de0 remove workarounds to prevent "--" in code from being improperly munged to by Fred Drake · 21 years ago
  31. 7e87944 backport trunk revision 1.144, closing SF bug #793702: by Fred Drake · 21 years ago
  32. 3d0c805 Note that reading from a socket may not always return all of the by Fred Drake · 21 years ago
  33. 07d08d9 - make sure the methods minidom adds to the basic DOM are attributed by Fred Drake · 21 years ago
  34. 40039f2 backport fix for SF bug #796042: sdist ignores scripts argument in setup by Fred Drake · 21 years ago
  35. 3337eb7 add missing and forthcoming releases by Fred Drake · 21 years ago
  36. 797ded0 Emphasize the requirement that Python.h be included first more strongly. by Fred Drake · 21 years ago
  37. f0deb87 remove out-of-date warning by Fred Drake · 21 years ago
  38. 7c28696 SF bug #921927: Fixed a typo/thinko spelling "parameter" as "paramter" by Raymond Hettinger · 21 years ago
  39. d8ec476 SF bug #918371: hasattr()'s return type by Raymond Hettinger · 21 years ago
  40. 88a0290 fix typo in reference to RFC 3464 DSN MIME type by Fred Drake · 21 years ago
  41. 6daaa2d fix English usage error reported by Ken Fuchs by Fred Drake · 21 years ago
  42. bf14d94 backport of concrete.tex v1.35: by Andrew MacIntyre · 22 years ago
  43. d7a4da4 fix minor markup error: \code{for} --> \keyword{for} by Fred Drake · 22 years ago
  44. 21995ad SF 895560: minor typo by Raymond Hettinger · 22 years ago
  45. 7453478 SF #894428, fix typo by Neal Norwitz · 22 years ago
  46. 17b41f4 Update "more info" link to http://www.poynton.com/ColorFAQ.html . by Brett Cannon · 22 years ago
  47. d79a047 Documentation for PyDescr_NewClassMethod was missing - here's at least by Thomas Heller · 22 years ago
  48. e24a30b SF patch #892821: example for urllib2 has SyntaxError by Raymond Hettinger · 22 years ago
  49. 6a547d9 Fix misspelled name. by Raymond Hettinger · 22 years ago
  50. aa33a77 Fix typo by Raymond Hettinger · 22 years ago
  51. 385bbf9 SF patch #880552: Fix typo in usage message(prechm.py) by Raymond Hettinger · 22 years ago
  52. 5d2e842 SF bug #892854: typo in textwrap doc page (Reported by Drew Perttula.) by Raymond Hettinger · 22 years ago
  53. bf96e06 Clarify minor point about the ref() and proxy() constructors. by Fred Drake · 22 years ago
  54. b13bfd5 fix method name in example code by Fred Drake · 22 years ago
  55. 3a23904 add direct link to the article in DDJ closes SF bug #871402 by Fred Drake · 22 years ago
  56. 1cb446e backport some doc fixes by Skip Montanaro · 22 years ago
  57. 8e2fdb4 add link to the red-dove.com page about the logging package by Fred Drake · 22 years ago
  58. 72c75c0 add new reference macro: \seelink by Fred Drake · 22 years ago
  59. e0d2f9f SF bug #872461: list.extend() described as experimental by Raymond Hettinger · 22 years ago
  60. f29d58a Fix small factual error. by Raymond Hettinger · 22 years ago
  61. 9280b98 in the section "The interpreter stack": by Fred Drake · 22 years ago
  62. d90520d clean up indexing for None, NotImplemented closes SF bug #820344 by Fred Drake · 22 years ago
  63. 770563b fix reference to File Object documentation closes SF bug #825810 by Fred Drake · 22 years ago
  64. 36b2384 [Bug #864029] Fix silly typo by Andrew M. Kuchling · 22 years ago
  65. 92fce53 Undo one backport too many. by Raymond Hettinger · 22 years ago
  66. 62b1f92 minor markup adjustment; will need to re-generate 2.3.3 docs by Fred Drake · 22 years ago
  67. 92be58b set release date by Fred Drake · 22 years ago
  68. 74397ce fix loss of a space after indexing markup by Fred Drake · 22 years ago
  69. fbffc29 - use correct markup - re-wrap resulting long lines by Fred Drake · 22 years ago
  70. 1789b80 apply hackish work-arounds to make sure double hyphens aren't screwed by Fred Drake · 22 years ago
  71. d1757e2 apply hackish work-around to make sure double hyphens aren't screwed by Fred Drake · 22 years ago
  72. edc0bd3 apply hackish work-arounds to make sure double hyphens aren't screwed by Fred Drake · 22 years ago
  73. 3e1d026 fix weird sh-bang line by Fred Drake · 22 years ago
  74. 97090d2 avoid bash-isms by Fred Drake · 22 years ago
  75. ed3fc49 fix typo by Fred Drake · 22 years ago
  76. 797dcea quick workaround to make "--" in a code sample not be treated wrongly by Fred Drake · 22 years ago
  77. a68af6d fix typo (backported from trunk revision 1.3) by Fred Drake · 22 years ago
  78. 61dcc4b - fix typo (backported from trunk revision 1.10) - wrap long lines by Fred Drake · 22 years ago
  79. 2ea6aae fix typo (backported from trunk revision 1.22) by Fred Drake · 22 years ago
  80. de21dc7 fix typo: added missing letter (backported from trunk revision 1.21) by Fred Drake · 22 years ago
  81. e417918 fix typo: added missing word (backported from trunk revision 1.32) by Fred Drake · 22 years ago
  82. 32c6f7f fix typo and join two paragraphs by Fred Drake · 22 years ago
  83. 97061ea SF patch #855195: fix typos (Contributed by George Yoshida.) by Raymond Hettinger · 22 years ago
  84. d950d60 Fix double hyphen markup. by Raymond Hettinger · 22 years ago
  85. 741db6f Fixed unmatched paren. by Raymond Hettinger · 22 years ago
  86. 8e784de SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API) by Raymond Hettinger · 22 years ago
  87. 4690922 Backport various tutorial fixups (with permission from the RM). by Raymond Hettinger · 22 years ago
  88. ed64648 Backport various fixups (with permission from the RM). by Raymond Hettinger · 22 years ago
  89. cb1ffd9 Backports: by Raymond Hettinger · 22 years ago
  90. 5ca2d26 SF bug #855317: unittest: 5.3.9 Getting Extended Error Information by Raymond Hettinger · 22 years ago
  91. 59bd6da - fix markup in the bool() description by Fred Drake · 22 years ago
  92. 77a7a5a One more backported patch related to the removal of version numbers from by Fred Drake · 22 years ago
  93. 303e5bb Anthony started backporting the changes needed to remove version numbers by Fred Drake · 22 years ago
  94. 9648462 Fix links and typos. by Raymond Hettinger · 22 years ago
  95. 62e68f8 Fix nits by Raymond Hettinger · 22 years ago
  96. 37991cf Fix typo by Raymond Hettinger · 22 years ago
  97. 5115a30 Backport library tour, glossary, and small fixups to the tutorial. by Raymond Hettinger · 22 years ago
  98. cd9ae54 Bump some version numbers. by Fred Drake · 22 years ago
  99. bc9aebd Backport checkin: Fix typo. (From SF bug #853064) by Walter Dörwald · 22 years ago
  100. e8dd5bc Patch #849350: Update to document bool return values. by Martin v. Löwis · 22 years ago