1. 018a548 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 21 years ago
  2. 29e932b fix typeset of vertical bar for PDF format (closes SF bug #1008998) by Fred Drake · 21 years ago
  3. 87d3ad6 documentation for the zipimport module using contributed patch by Fred Drake · 21 years ago
  4. f64f450 This commit was manufactured by cvs2svn to create branch 'release23-maint'. by cvs2svn · 21 years ago
  5. a2a0bfe Description of args to IMAP4.store() in imaplib by Fred Drake · 21 years ago
  6. 3fccd95 fix a bunch of spelling errors (closes SF patch #1104868) by Fred Drake · 21 years ago
  7. 519d31d remove spurious line from widget variables example (closes SF patch #1094815) by Fred Drake · 21 years ago
  8. 79c8469 Fix typo about what method to call when expand_tabs is true. by Brett Cannon · 21 years ago
  9. 3f6e8ec backport weekheader() doc fix to 2.3 by Skip Montanaro · 21 years ago
  10. b7754e1 Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet by Fred Drake · 21 years ago
  11. 92dee4b SF bug #1030118, this should have named the email.Utils module as the one by Barry Warsaw · 21 years ago
  12. 35018c7 add missing line break by Fred Drake · 21 years ago
  13. 7d331a8 Typo fixes, and a minor edit to clarify a sentence by Andrew M. Kuchling · 21 years ago
  14. e2f12bb [Bug #1049826] Update version of zlib referenced in text by Andrew M. Kuchling · 21 years ago
  15. 9c183d2 Add support for using %U and %W in strptime when year and day of the week are by Brett Cannon · 21 years ago
  16. f0d0193 SF bug #1048756, Doc typo for pdb by Neal Norwitz · 21 years ago
  17. ede11de SF patch #1047577, typo in liblocale.tex by Neal Norwitz · 21 years ago
  18. c526f9a Fix for SF bug # 1032960. by Barry Warsaw · 21 years ago
  19. a152f72 [Bug #1022311] curses module uses y,x ordering of arguments, not x,y by Andrew M. Kuchling · 21 years ago
  20. 3673c9e [Bug #1041501] Fix example code by Andrew M. Kuchling · 21 years ago
  21. d88c4ea SF bug #1020540: a wrong link from "frame object" in lib index. by Raymond Hettinger · 21 years ago
  22. 0f41072 SF bug #901654: split method documentation can be improved by Raymond Hettinger · 21 years ago
  23. d136880 Use correct constants by Andrew M. Kuchling · 21 years ago
  24. 2c23c9e Patch #1015021: Stop claiming that coerce can return None. by Martin v. Löwis · 21 years ago
  25. b05af4d - make references to the readline module hyperlinks now that there is by Fred Drake · 21 years ago
  26. 8b1d40c minor cleanup of the previous change; now matches corresponding change by Fred Drake · 21 years ago
  27. 1efec02 fix information about what flag database files are opened with by default by Fred Drake · 21 years ago
  28. 11807af Patch #997668: Correct explanation of salts. by Martin v. Löwis · 21 years ago
  29. 309279e Patch #993187: Make rstrip doc similar to lstrip. by Martin v. Löwis · 21 years ago
  30. 8a580c4 Backport: by Guido van Rossum · 21 years ago
  31. df27623 Clarify docs for getargspec() that when there are not default values the fourth by Brett Cannon · 21 years ago
  32. b45670b Add missing word in InvalidStateError definition. by Brett Cannon · 21 years ago
  33. 4c8d256 make a reference to the SimpleHTTPServer module a hyperlink to the docs by Fred Drake · 21 years ago
  34. 67c5b5e [Bug #953177] Mention .getlist(); text from Paul Moore by Andrew M. Kuchling · 21 years ago
  35. 9d1094f SF 964876 mapping a 0 length file by Tim Peters · 21 years ago
  36. cb8e7d0 Document which string methods are locale-dependent. Fixes #935749. by Martin v. Löwis · 21 years ago
  37. 11b3d2f fix various descriptions of "ctime" (closes SF patch #870287) by Fred Drake · 21 years ago
  38. 69faa22 fix various typos; thanks, George Yoshida! (closes SF patch #952047) by Fred Drake · 21 years ago
  39. 9b201fb add note about the __name__ read-only attribute (closes SF bug #952212) by Fred Drake · 21 years ago
  40. 0c16beb markup adjustment by Fred Drake · 21 years ago
  41. bea27f3 Added a note describing how fp should be opened in binary mode, especially on by Barry Warsaw · 21 years ago
  42. 7dea43f fix documentation for ContentHandler.ignorableWhitespace() by Fred Drake · 21 years ago
  43. b3ec007 - note that __getinitargs__() is only for old-style classes by Fred Drake · 21 years ago
  44. 16e1df3 Remove list of pickle protocol names used by the copy module; there by Fred Drake · 21 years ago
  45. 6777b2e note that the error code for socket.gaierror will be one of the EAI_* by Fred Drake · 21 years ago
  46. 2956b68 SF #814606: fix mixer docs to talk about "controls", not "channels". by Greg Ward · 21 years ago
  47. 8bb374b Document readline module functions added in Python 2.3. See: by Phillip J. Eby · 21 years ago
  48. 520c341 the headers in an HTTP request are HTTP headers, not MIME headers by Fred Drake · 21 years ago
  49. e4e110e remove out-of-date count of the functions in winsound by Fred Drake · 21 years ago
  50. e117bde remove bogus markup that caused the docs to be wrong by Fred Drake · 21 years ago
  51. 7eb57e0 give rational filenames to some of the generated HTML by Fred Drake · 21 years ago
  52. 4b9fe25 #928751, fix typos in socket doc by Neal Norwitz · 21 years ago
  53. 5c51de0 remove workarounds to prevent "--" in code from being improperly munged to by Fred Drake · 21 years ago
  54. 3d0c805 Note that reading from a socket may not always return all of the by Fred Drake · 21 years ago
  55. 07d08d9 - make sure the methods minidom adds to the basic DOM are attributed by Fred Drake · 21 years ago
  56. f0deb87 remove out-of-date warning by Fred Drake · 21 years ago
  57. d8ec476 SF bug #918371: hasattr()'s return type by Raymond Hettinger · 21 years ago
  58. 88a0290 fix typo in reference to RFC 3464 DSN MIME type by Fred Drake · 21 years ago
  59. 17b41f4 Update "more info" link to http://www.poynton.com/ColorFAQ.html . by Brett Cannon · 22 years ago
  60. e24a30b SF patch #892821: example for urllib2 has SyntaxError by Raymond Hettinger · 22 years ago
  61. 5d2e842 SF bug #892854: typo in textwrap doc page (Reported by Drew Perttula.) by Raymond Hettinger · 22 years ago
  62. bf96e06 Clarify minor point about the ref() and proxy() constructors. by Fred Drake · 22 years ago
  63. b13bfd5 fix method name in example code by Fred Drake · 22 years ago
  64. 3a23904 add direct link to the article in DDJ closes SF bug #871402 by Fred Drake · 22 years ago
  65. 1cb446e backport some doc fixes by Skip Montanaro · 22 years ago
  66. 8e2fdb4 add link to the red-dove.com page about the logging package by Fred Drake · 22 years ago
  67. e0d2f9f SF bug #872461: list.extend() described as experimental by Raymond Hettinger · 22 years ago
  68. 9280b98 in the section "The interpreter stack": by Fred Drake · 22 years ago
  69. 770563b fix reference to File Object documentation closes SF bug #825810 by Fred Drake · 22 years ago
  70. 62b1f92 minor markup adjustment; will need to re-generate 2.3.3 docs by Fred Drake · 22 years ago
  71. 74397ce fix loss of a space after indexing markup by Fred Drake · 22 years ago
  72. 1789b80 apply hackish work-arounds to make sure double hyphens aren't screwed by Fred Drake · 22 years ago
  73. d1757e2 apply hackish work-around to make sure double hyphens aren't screwed by Fred Drake · 22 years ago
  74. edc0bd3 apply hackish work-arounds to make sure double hyphens aren't screwed 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. e417918 fix typo: added missing word (backported from trunk revision 1.32) by Fred Drake · 22 years ago
  78. 97061ea SF patch #855195: fix typos (Contributed by George Yoshida.) by Raymond Hettinger · 22 years ago
  79. d950d60 Fix double hyphen markup. by Raymond Hettinger · 22 years ago
  80. ed64648 Backport various fixups (with permission from the RM). by Raymond Hettinger · 22 years ago
  81. cb1ffd9 Backports: by Raymond Hettinger · 22 years ago
  82. 5ca2d26 SF bug #855317: unittest: 5.3.9 Getting Extended Error Information by Raymond Hettinger · 22 years ago
  83. 59bd6da - fix markup in the bool() description by Fred Drake · 22 years ago
  84. e8dd5bc Patch #849350: Update to document bool return values. by Martin v. Löwis · 22 years ago
  85. f237c77 More words: gave more motivation, and added cautions about the special by Tim Peters · 22 years ago
  86. 834e2e9 Add a missing import. Closes SF # 816344. Will forward port. by Barry Warsaw · 22 years ago
  87. 9c4a694 Generator's constructor: The documentation was incorrect regarding how by Barry Warsaw · 22 years ago
  88. 59cebed Patch #843088: Fix typos. by Martin v. Löwis · 22 years ago
  89. c61c1b4 Fix typo by Raymond Hettinger · 22 years ago
  90. 5e4f589 add missing "if" by Fred Drake · 22 years ago
  91. 1090df1 fix SF bug # 812818 by Alex Martelli · 22 years ago
  92. c3d3347 Avoid giving advice that's bad for security, as per SF bug #823515 by Alex Martelli · 22 years ago
  93. ee29c74 SF patch #834444: add versionadd to new functions by Raymond Hettinger · 22 years ago
  94. 3b34c65 [Bug #817178] Fix incorrect arguments in example, noted by Terry Reedy by Andrew M. Kuchling · 22 years ago
  95. 718ea1e Patch #830858: Correct the number of is-functions. by Martin v. Löwis · 22 years ago
  96. 3696472 SF bug #827902: ctime is not creation time by Raymond Hettinger · 22 years ago
  97. 78cf303 SF bug #827902: ctime is not creation time by Raymond Hettinger · 22 years ago
  98. c7cd9cf Avoid confusing name for the 3rd argument to str.replace(). by Fred Drake · 22 years ago
  99. eb7a27f This commit was manufactured by cvs2svn to create branch 'release23-maint'. by cvs2svn · 22 years ago
  100. 133b0c8 ConfigParser.items() and SafeConfigParser.items() no longer return a by Fred Drake · 22 years ago