1. b0907bf - fix generated Texinfo markup for \deprecated by Fred Drake · 20 years ago
  2. 9e9d858 fix broken usage comment (ported from trunk revision 1.112) by Fred Drake · 20 years ago
  3. 1698d59 add missing entries from GNU info conversion table by Fred Drake · 20 years ago
  4. ce0e3bd correct several markup errors caught by the GNU info conversion by Fred Drake · 20 years ago
  5. 1e90144 backport by Skip Montanaro · 20 years ago
  6. 2a7522b backport from head by Skip Montanaro · 20 years ago
  7. 777374e SF #818006: revert addition of 'closed', 'mode', and 'name' attributes by Greg Ward · 20 years ago
  8. 6349e89 SF #1156412: document the __new__() static method. by Greg Ward · 20 years ago
  9. aa3bb89 SF #818006: add useful read-only attributes to oss_audio_device object: by Greg Ward · 20 years ago
  10. eb08d7e Patch #1107221: Updated "Working on Cygwin" section. by Martin v. Löwis · 20 years ago
  11. acfb5bd minor edits: by Fred Drake · 20 years ago
  12. 4338765 Document quiet parameter to decode. Fixes #803413. by Martin v. Löwis · 20 years ago
  13. 98e7508 Backport the non-spwd part of the change on head. by Skip Montanaro · 20 years ago
  14. fa141f3 Document missing opcodes. by Raymond Hettinger · 20 years ago
  15. 8d751fa Fix name from PyDate_FromDateAndTime to PyDateTime_FromDateAndTime. by Brett Cannon · 21 years ago
  16. 150d61d Update refences to "Macintosh" to reflect the state of affairs for OS X and not by Brett Cannon · 21 years ago
  17. 5c44cb3 SF bug #1119700: list extend() accepts args besides lists by Raymond Hettinger · 21 years ago
  18. b07b5f7 add 2.3.5, 2.4 to the history and licensing info by Fred Drake · 21 years ago
  19. 9ee3fb3 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 21 years ago
  20. 28624fd Backport for bug #1108490: fix broken link. by Johannes Gijsbers · 21 years ago
  21. ad5a0f8 SF bug #1108303: fix .split() maxsplit doc by Raymond Hettinger · 21 years ago
  22. 27b8260 SF bug #1105286: Undocumented implicit strip() in split(None) string method by Raymond Hettinger · 21 years ago
  23. c8502dd fix typeset of vertical bar for PDF format (closes SF bug #1008998) by Fred Drake · 21 years ago
  24. 1404d51 documentation for the zipimport module using contributed patch by Fred Drake · 21 years ago
  25. 82d1220 This commit was manufactured by cvs2svn to create branch 'release24-maint'. by cvs2svn · 21 years ago
  26. 09ff91b Description of args to IMAP4.store() in imaplib by Fred Drake · 21 years ago
  27. 96ee1c4 Clean up discussion of new C thread idiom (closes SF patch #1031233; modified) by Fred Drake · 21 years ago
  28. 94505a7 fix a bunch of spelling errors (closes SF patch #1104868) by Fred Drake · 21 years ago
  29. 623273e remove spurious line from widget variables example (closes SF patch #1094815) by Fred Drake · 21 years ago
  30. bf1155c fix typo by Fred Drake · 21 years ago
  31. edce313 Add duck-typing to the glossary. by Raymond Hettinger · 21 years ago
  32. af8d7a9 Backport patch #1051321 (fixes bugs 1010196, 1013525), by Mike Brown: by Johannes Gijsbers · 21 years ago
  33. 105a2e2 SF patch 1094011: Docs for file() vs open(). by Raymond Hettinger · 21 years ago
  34. 46cfa39 SF bug #1091740: garbage collector still documented as optional by Raymond Hettinger · 21 years ago
  35. 34006aa Clarify that DictMixin is still useful. Only the UserDict class was supplanted. by Raymond Hettinger · 21 years ago
  36. b33a323 Fix typo. by Martin v. Löwis · 21 years ago
  37. 1498d63 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 21 years ago
  38. 4dc49d6 SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are called by Raymond Hettinger · 21 years ago
  39. 372e0ec Update to VC 7.1. by Martin v. Löwis · 21 years ago
  40. 56deca5 Fix mention of TextEdit to state it can save in plaintext. by Brett Cannon · 21 years ago
  41. 2a3a7ae discuss how the __builtin__ module is normally used, and try to clarify the by Fred Drake · 21 years ago
  42. 8f6cd73 Remove outdated comments about Macintosh for expanduser and expandvars. by Brett Cannon · 21 years ago
  43. 09b28e9 Backport from trunk: add accidentally removed \end{description} back in. by Johannes Gijsbers · 21 years ago
  44. 21905e3 Back-ported: marshal.dumps() with the new optional argument 'version' just by Armin Rigo · 21 years ago
  45. ed92aff Bug #1088206: zlib decompressobj documentation typo by Raymond Hettinger · 21 years ago
  46. a5debf7 * reworked berkeleydb include and library detection code in setup.py by Gregory P. Smith · 21 years ago
  47. f437e09 Bug #1066607: "Limitations" section of profiler docs is incorrect by Raymond Hettinger · 21 years ago
  48. e3c2237 Backport checkin: Fix typo (from SF bug #1086127). by Walter Dörwald · 21 years ago
  49. 0c790f3 SF bug #1084457: ossaudiodev no longer undocumented by Raymond Hettinger · 21 years ago
  50. 4b600b3 This commit was manufactured by cvs2svn to create branch 'release24-maint'. by cvs2svn · 21 years ago
  51. 04081ea Patch #1080684: typo repair. Thanks George Yoshida! by Johannes Gijsbers · 21 years ago
  52. f9828d0 Fix typo for what method is called when expand_tabs is true. by Brett Cannon · 21 years ago
  53. 62770af SF bug #1081370: Bad reference in whrandom docs by Raymond Hettinger · 21 years ago
  54. e0c80c3 SF bug #1082944: Incorrect docs for PyUnicode_TailMatch by Raymond Hettinger · 21 years ago
  55. 5a2a08b Backport: Fix for SF bug #947894: calendar.weekheader() undocumented by Walter Dörwald · 21 years ago
  56. c0331de more version cruft by Fred Drake · 21 years ago
  57. 8e07c62 Fixed errors reported in SF bug #1074693 by Vinay Sajip · 21 years ago
  58. 5a5bbfb Backport minor documentation fixups. by Raymond Hettinger · 21 years ago
  59. 48352e4 - fix up internal hyperlink generation in PDF formatting so that links at by Fred Drake · 21 years ago
  60. 61daf0b Corrected example for replacing shell pipeline. Fixes bug 1073790. by Peter Astrand · 21 years ago
  61. 6e3fa29 REVERT revision 1.260; the trunk is FROZEN. by Fred Drake · 21 years ago
  62. a98825c Fix a nit. by Raymond Hettinger · 21 years ago
  63. 4fd38b3 Fix typo. by Raymond Hettinger · 21 years ago
  64. 23ce584 Clarify the ordering of dictionary keys. by Raymond Hettinger · 21 years ago
  65. 3de9aa4 Make sure the money formatting recipe can doesn't run out of digits by Raymond Hettinger · 21 years ago
  66. 536183b Following a LtU thread, change introductory paragraph of decimal section by Andrew M. Kuchling · 21 years ago
  67. f8c6e6a add missing dependency by Fred Drake · 21 years ago
  68. 8f2c4ee SF bug #1071566: moneyfmt recipe in decimal documentation has error by Raymond Hettinger · 21 years ago
  69. 7f13cfa os.walk(): Changed the "sum of bytes consumed by files" example to use by Tim Peters · 21 years ago
  70. 919a3b4 SF bug 1071087: os.walk example for deleting a full tree is sometime wrong. by Tim Peters · 21 years ago
  71. a9cadcd Correct the handling of 0-termination of PyUnicode_AsWideChar() by Marc-André Lemburg · 21 years ago
  72. 139af02 Fixed quantize syntax. by Facundo Batista · 21 years ago
  73. bae8f37 Fill in the benchmark figures, bogus or not; add a disclaimer by Andrew M. Kuchling · 21 years ago
  74. 067947e Last pass to fill in contributor names; remove stray 'contributed by' from the incompatible changes section; remove some XXX comments by Andrew M. Kuchling · 21 years ago
  75. c64be94 It's GTK+, apparently; remove XXX comment by Andrew M. Kuchling · 21 years ago
  76. 7466659 Bump version number; update patch/bug counts; bet that the final release will be in December by Andrew M. Kuchling · 21 years ago
  77. a2325f6 SF patch #1068456: small update for pdb docs by Raymond Hettinger · 21 years ago
  78. 2a21679 SF bug #1066036: Typo about PyErr_WriteUnraisable() by Raymond Hettinger · 21 years ago
  79. 83e4a14 SF bug #1067018: Obsolete info in Tutorial 9.1 by Raymond Hettinger · 21 years ago
  80. 88c2595 SF bug #1067023: A small typo by Raymond Hettinger · 21 years ago
  81. b2d5a8e Comment for performance measurement. by Raymond Hettinger · 21 years ago
  82. fdc58f2 SF bug 1066438: datetime.replace method description error by Tim Peters · 21 years ago
  83. 5895481 avoid applying :active to anchors that are only link targets (no href attribute) by Fred Drake · 21 years ago
  84. 1681b62 add another way to specify an alternate name for the documentation set, by Fred Drake · 21 years ago
  85. deb39b5 if we treat \LaTeX specially, we need to do the same for \TeX by Fred Drake · 21 years ago
  86. 64f164e - wrap a long line - add directory information for the "What's New" document by Fred Drake · 21 years ago
  87. 9103ec5 avoid the inane markup generated by LaTeX2HTML for \LaTeX; that simply by Fred Drake · 21 years ago
  88. 4416094 SF bug 1060644. Better explanation of min() and max() methods. Thanks Raymond Hettinger and Tim Peters. by Facundo Batista · 21 years ago
  89. 961eda7 SF #1063757: fix markup error (had LaTeX markup in the reST source, oops!). by Greg Ward · 21 years ago
  90. edde492 Minor grammatical errors fixed by Vinay Sajip · 21 years ago
  91. af305b1 remove some generated cruft now that we avoid the removal of elements by Fred Drake · 21 years ago
  92. 2269d86 Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet by Fred Drake · 21 years ago
  93. c686483 add a comment explaining a particular text transformation by Fred Drake · 21 years ago
  94. 758f5ea Replace last two uses of the "list" environment with "description" environments. by Fred Drake · 21 years ago
  95. 52c937d remove unhelpful property setting that overrides the right setting for by Fred Drake · 21 years ago
  96. 8efc80a - remove use of a "list" environment (replace with a table) by Fred Drake · 21 years ago
  97. 0a3c818 - hack for MSIE5 to make (real) tables center by Fred Drake · 21 years ago
  98. 9c8149a more HTML styling detail changes by Fred Drake · 21 years ago
  99. 5d93eef move table formatting for grammar productions from HTML to CSS by Fred Drake · 21 years ago
  100. 5b00059 minor markup nits; fix missing whitespace by Fred Drake · 21 years ago