1. 6fdf3cb Corrected example for replacing shell pipeline. Fixes bug 1073790. by Peter Astrand · 20 years ago
  2. 4871535 Update release date. by Andrew M. Kuchling · 20 years ago
  3. 02d74f6 Hear the #error: change the default value of the mutable_arg argument by Michael W. Hudson · 20 years ago
  4. 6e3fa29 REVERT revision 1.260; the trunk is FROZEN. by Fred Drake · 20 years ago
  5. a98825c Fix a nit. by Raymond Hettinger · 20 years ago
  6. 4fd38b3 Fix typo. by Raymond Hettinger · 20 years ago
  7. 23ce584 Clarify the ordering of dictionary keys. by Raymond Hettinger · 20 years ago
  8. 3de9aa4 Make sure the money formatting recipe can doesn't run out of digits by Raymond Hettinger · 20 years ago
  9. 536183b Following a LtU thread, change introductory paragraph of decimal section by Andrew M. Kuchling · 20 years ago
  10. f8c6e6a add missing dependency by Fred Drake · 20 years ago
  11. 8f2c4ee SF bug #1071566: moneyfmt recipe in decimal documentation has error by Raymond Hettinger · 20 years ago
  12. 7f13cfa os.walk(): Changed the "sum of bytes consumed by files" example to use by Tim Peters · 20 years ago
  13. 919a3b4 SF bug 1071087: os.walk example for deleting a full tree is sometime wrong. by Tim Peters · 20 years ago
  14. a9cadcd Correct the handling of 0-termination of PyUnicode_AsWideChar() by Marc-André Lemburg · 20 years ago
  15. 139af02 Fixed quantize syntax. by Facundo Batista · 20 years ago
  16. bae8f37 Fill in the benchmark figures, bogus or not; add a disclaimer by Andrew M. Kuchling · 20 years ago
  17. 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 · 20 years ago
  18. c64be94 It's GTK+, apparently; remove XXX comment by Andrew M. Kuchling · 20 years ago
  19. 7466659 Bump version number; update patch/bug counts; bet that the final release will be in December by Andrew M. Kuchling · 20 years ago
  20. a2325f6 SF patch #1068456: small update for pdb docs by Raymond Hettinger · 20 years ago
  21. 2a21679 SF bug #1066036: Typo about PyErr_WriteUnraisable() by Raymond Hettinger · 20 years ago
  22. 83e4a14 SF bug #1067018: Obsolete info in Tutorial 9.1 by Raymond Hettinger · 20 years ago
  23. 88c2595 SF bug #1067023: A small typo by Raymond Hettinger · 20 years ago
  24. b2d5a8e Comment for performance measurement. by Raymond Hettinger · 20 years ago
  25. fdc58f2 SF bug 1066438: datetime.replace method description error by Tim Peters · 20 years ago
  26. 5895481 avoid applying :active to anchors that are only link targets (no href attribute) by Fred Drake · 20 years ago
  27. 1681b62 add another way to specify an alternate name for the documentation set, by Fred Drake · 20 years ago
  28. deb39b5 if we treat \LaTeX specially, we need to do the same for \TeX by Fred Drake · 20 years ago
  29. 64f164e - wrap a long line - add directory information for the "What's New" document by Fred Drake · 20 years ago
  30. 9103ec5 avoid the inane markup generated by LaTeX2HTML for \LaTeX; that simply by Fred Drake · 20 years ago
  31. 4416094 SF bug 1060644. Better explanation of min() and max() methods. Thanks Raymond Hettinger and Tim Peters. by Facundo Batista · 20 years ago
  32. 961eda7 SF #1063757: fix markup error (had LaTeX markup in the reST source, oops!). by Greg Ward · 20 years ago
  33. edde492 Minor grammatical errors fixed by Vinay Sajip · 20 years ago
  34. af305b1 remove some generated cruft now that we avoid the removal of elements by Fred Drake · 20 years ago
  35. 2269d86 Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet by Fred Drake · 20 years ago
  36. c686483 add a comment explaining a particular text transformation by Fred Drake · 20 years ago
  37. 758f5ea Replace last two uses of the "list" environment with "description" environments. by Fred Drake · 20 years ago
  38. 52c937d remove unhelpful property setting that overrides the right setting for by Fred Drake · 20 years ago
  39. 8efc80a - remove use of a "list" environment (replace with a table) by Fred Drake · 20 years ago
  40. 0a3c818 - hack for MSIE5 to make (real) tables center by Fred Drake · 20 years ago
  41. 9c8149a more HTML styling detail changes by Fred Drake · 20 years ago
  42. 5d93eef move table formatting for grammar productions from HTML to CSS by Fred Drake · 20 years ago
  43. 5b00059 minor markup nits; fix missing whitespace by Fred Drake · 20 years ago
  44. 179b39a remove unreachable cruft by Fred Drake · 20 years ago
  45. 9e927f1 add a comment about one of the remaining warts in the table formatting by Fred Drake · 20 years ago
  46. b194b5b remove comment that seems to be wrong after all; browsers do implement by Fred Drake · 20 years ago
  47. 39a6a6d move much of the table styling out of the HTML and into the CSS; by Fred Drake · 20 years ago
  48. 0cf87be more more styling to the CSS by Fred Drake · 20 years ago
  49. d7a5bca more XHTML friendliness: <dl compact> becomes well-formed by Fred Drake · 20 years ago
  50. dcb16ac override a bit of LaTeX2HTML so empty table cells don't disappear from by Fred Drake · 20 years ago
  51. f8c075c Bump version number Add doctest section Wordsmithing by Andrew M. Kuchling · 20 years ago
  52. 4de9374 Patch #1062033 / bug #1027771: clarify what happens when calling by Johannes Gijsbers · 20 years ago
  53. 4f18caa Patch #1062018 / bug #1038693: comment out dead link in tkinter docs. by Johannes Gijsbers · 20 years ago
  54. 3546188 Added more documentation about the executable argument. Fixes #1056441. by Peter Astrand · 20 years ago
  55. f164322 Patch #1061924: add documentation for BaseRotatingHandler and correct by Johannes Gijsbers · 20 years ago
  56. eaaa771 Clarify that it's not necessary to subclass from TestCase to create a by Johannes Gijsbers · 20 years ago
  57. 4f802ac Patch #1061857: add documentation for previously undocumented by Johannes Gijsbers · 20 years ago
  58. 700d9b9 SF patch #1061780: use a new -m option in pdb and profile invocations by Raymond Hettinger · 20 years ago
  59. bb4e859 SF bug #1060825: Error in difflib docs by Raymond Hettinger · 20 years ago
  60. e0bdaef - remove some bogus <meta> tags from the document head by Fred Drake · 20 years ago
  61. 0384be3 generate the "type" attribute on the favicon link by Fred Drake · 20 years ago
  62. 6e2e90d switch remaining icon references to the PNG icons by Fred Drake · 20 years ago
  63. 8aebe19 add encouragement to contribute without learning LaTeX (closes SF bug #948517) by Fred Drake · 20 years ago
  64. 5c0ebdc - make the default image type PNG, to match mkhowto by Fred Drake · 20 years ago
  65. 2cf5e19 Point out some platform vagaries in stat() and utime(). by Tim Peters · 20 years ago
  66. 80adba6 Mistakes in the "sequence types" page: by Armin Rigo · 20 years ago
  67. 99e5ce5 markup nit by Fred Drake · 20 years ago
  68. 599bd5e Fix bug 1052242. Also includes rewrite of test case using unittest and by Skip Montanaro · 20 years ago
  69. ed30629 fix markup in "title" attribute for \citetitle{} by Fred Drake · 20 years ago
  70. eac00ed fix accidental commit by Fred Drake · 20 years ago
  71. 7fabaf8 clarify discussion of iteration in the section on the "for" statement by Fred Drake · 20 years ago
  72. 303e30e clarify discussion of iteration in the section on the "for" statement by Fred Drake · 20 years ago
  73. 9a40851 clarify trailing comma in function argument list (SF bug #798652) by Fred Drake · 20 years ago
  74. e808c23 - show how to use file.write() with a non-string value by Fred Drake · 20 years ago
  75. 87d6fc5 SF bug #1030118, this should have named the email.Utils module as the one by Barry Warsaw · 20 years ago
  76. 8c72eae SF patch #1056967, changes the semantics of Template.safe_substitute() to not by Barry Warsaw · 20 years ago
  77. 63e2090 Bug #1057535: add link in time module to calendar.timegm(). by Johannes Gijsbers · 20 years ago
  78. 0c1b253 add xml:id attributes wherever we generate the IDs (old patch saved up) by Fred Drake · 20 years ago
  79. 048840c style consistency: by Fred Drake · 20 years ago
  80. 006483b Added network logging example by Vinay Sajip · 20 years ago
  81. 182ac85 SF #737473: Show up-to-date source code in tracebacks always. by Hye-Shik Chang · 20 years ago
  82. df8a003 SF 1053956: help() not in tutorial index by Raymond Hettinger · 20 years ago
  83. 3ed2385 add missing line break by Fred Drake · 20 years ago
  84. afe73c0 - improve the explanation of the -*- coding: ... -*- marker by Fred Drake · 20 years ago
  85. 93ae4c1 Added example of multiple destinations by Vinay Sajip · 20 years ago
  86. 57712b3 Remove the current version of zlib (we'll just have to keep updating it); rewrite following sentence to make sense without the previous one by Andrew M. Kuchling · 20 years ago
  87. 28d07ab Typo fixes, and a minor edit to clarify a sentence by Andrew M. Kuchling · 20 years ago
  88. 5fcc003 [Bug #1049826] Update version of zlib referenced in text by Andrew M. Kuchling · 20 years ago
  89. 972c9e8 Rely on the style sheet more for the distutils markup. by Fred Drake · 20 years ago
  90. 20a175a made it clear that this isn't a complete reference to by Fred Drake · 20 years ago
  91. 8b94dc6 Bump version by Andrew M. Kuchling · 20 years ago
  92. 6b1597c Clarify note about using %U and %W with strptime(). by Brett Cannon · 20 years ago
  93. 8abcc5d Add support for %U and %W to contribute to calculating the date when the year by Brett Cannon · 20 years ago
  94. a5c6459 SF bug #1048756, Doc typo for pdb by Neal Norwitz · 20 years ago
  95. 2562ff2 SF patch #1047577, typo in liblocale.tex by Neal Norwitz · 20 years ago
  96. b04b6af SF Patch #1048341: subprocess documentation, based on PEP/docstring by by Fredrik Lundh · 20 years ago
  97. 2784df7 SF Bug #1046800: Importing Tkinter correctly (thanks Vishnu). by Facundo Batista · 20 years ago
  98. 371e4d8 SF bug 1046690: difflib.HtmlDiff doc errors. by Tim Peters · 20 years ago
  99. b6ffc27 Finish off PEP 324 section; fix Peter's last name by Andrew M. Kuchling · 20 years ago
  100. c9e7d77 Start section for PEP 324 by Andrew M. Kuchling · 20 years ago