1. 4fd38b3 Fix typo. by Raymond Hettinger · 21 years ago
  2. 23ce584 Clarify the ordering of dictionary keys. by Raymond Hettinger · 21 years ago
  3. 3de9aa4 Make sure the money formatting recipe can doesn't run out of digits by Raymond Hettinger · 21 years ago
  4. 8f2c4ee SF bug #1071566: moneyfmt recipe in decimal documentation has error by Raymond Hettinger · 21 years ago
  5. 7f13cfa os.walk(): Changed the "sum of bytes consumed by files" example to use by Tim Peters · 21 years ago
  6. 919a3b4 SF bug 1071087: os.walk example for deleting a full tree is sometime wrong. by Tim Peters · 21 years ago
  7. 139af02 Fixed quantize syntax. by Facundo Batista · 21 years ago
  8. a2325f6 SF patch #1068456: small update for pdb docs by Raymond Hettinger · 21 years ago
  9. fdc58f2 SF bug 1066438: datetime.replace method description error by Tim Peters · 21 years ago
  10. 4416094 SF bug 1060644. Better explanation of min() and max() methods. Thanks Raymond Hettinger and Tim Peters. by Facundo Batista · 21 years ago
  11. 961eda7 SF #1063757: fix markup error (had LaTeX markup in the reST source, oops!). by Greg Ward · 21 years ago
  12. edde492 Minor grammatical errors fixed by Vinay Sajip · 21 years ago
  13. 2269d86 Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet by Fred Drake · 21 years ago
  14. 758f5ea Replace last two uses of the "list" environment with "description" environments. by Fred Drake · 21 years ago
  15. 8efc80a - remove use of a "list" environment (replace with a table) by Fred Drake · 21 years ago
  16. 4de9374 Patch #1062033 / bug #1027771: clarify what happens when calling by Johannes Gijsbers · 21 years ago
  17. 4f18caa Patch #1062018 / bug #1038693: comment out dead link in tkinter docs. by Johannes Gijsbers · 21 years ago
  18. 3546188 Added more documentation about the executable argument. Fixes #1056441. by Peter Astrand · 21 years ago
  19. f164322 Patch #1061924: add documentation for BaseRotatingHandler and correct by Johannes Gijsbers · 21 years ago
  20. eaaa771 Clarify that it's not necessary to subclass from TestCase to create a by Johannes Gijsbers · 21 years ago
  21. 4f802ac Patch #1061857: add documentation for previously undocumented by Johannes Gijsbers · 21 years ago
  22. 700d9b9 SF patch #1061780: use a new -m option in pdb and profile invocations by Raymond Hettinger · 21 years ago
  23. bb4e859 SF bug #1060825: Error in difflib docs by Raymond Hettinger · 21 years ago
  24. 2cf5e19 Point out some platform vagaries in stat() and utime(). by Tim Peters · 21 years ago
  25. 80adba6 Mistakes in the "sequence types" page: by Armin Rigo · 21 years ago
  26. 99e5ce5 markup nit by Fred Drake · 21 years ago
  27. 599bd5e Fix bug 1052242. Also includes rewrite of test case using unittest and by Skip Montanaro · 21 years ago
  28. 87d6fc5 SF bug #1030118, this should have named the email.Utils module as the one by Barry Warsaw · 21 years ago
  29. 8c72eae SF patch #1056967, changes the semantics of Template.safe_substitute() to not by Barry Warsaw · 21 years ago
  30. 63e2090 Bug #1057535: add link in time module to calendar.timegm(). by Johannes Gijsbers · 21 years ago
  31. 048840c style consistency: by Fred Drake · 21 years ago
  32. 006483b Added network logging example by Vinay Sajip · 21 years ago
  33. 182ac85 SF #737473: Show up-to-date source code in tracebacks always. by Hye-Shik Chang · 21 years ago
  34. 3ed2385 add missing line break by Fred Drake · 21 years ago
  35. 93ae4c1 Added example of multiple destinations by Vinay Sajip · 21 years ago
  36. 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 · 21 years ago
  37. 28d07ab Typo fixes, and a minor edit to clarify a sentence by Andrew M. Kuchling · 21 years ago
  38. 5fcc003 [Bug #1049826] Update version of zlib referenced in text by Andrew M. Kuchling · 21 years ago
  39. 6b1597c Clarify note about using %U and %W with strptime(). by Brett Cannon · 21 years ago
  40. 8abcc5d Add support for %U and %W to contribute to calculating the date when the year by Brett Cannon · 21 years ago
  41. a5c6459 SF bug #1048756, Doc typo for pdb by Neal Norwitz · 21 years ago
  42. 2562ff2 SF patch #1047577, typo in liblocale.tex by Neal Norwitz · 21 years ago
  43. b04b6af SF Patch #1048341: subprocess documentation, based on PEP/docstring by by Fredrik Lundh · 21 years ago
  44. 2784df7 SF Bug #1046800: Importing Tkinter correctly (thanks Vishnu). by Facundo Batista · 21 years ago
  45. 371e4d8 SF bug 1046690: difflib.HtmlDiff doc errors. by Tim Peters · 21 years ago
  46. 9fc9789 Document that on Unix, the 'cmd' argument to the os.popen2/3/4 and by Johannes Gijsbers · 21 years ago
  47. 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 21 years ago
  48. 7a8ce5a [Bug #1022311] curses module uses y,x ordering of arguments, not x,y by Andrew M. Kuchling · 21 years ago
  49. 293dc9d [Bug #1041501] Fix example code by Andrew M. Kuchling · 21 years ago
  50. 77d110d SF patch #1041364: True/False instead of 1/0 in libstdtypes.tex by Raymond Hettinger · 21 years ago
  51. 29978ae The docs claimed a test would pass that actually wouldn't pass. Repaired by Tim Peters · 21 years ago
  52. 1dc5b1e Clarified documentation about exc_info keyword parameter by Vinay Sajip · 21 years ago
  53. 1cbf206 SF bug #997050: Document, test, & check for non-string values in ConfigParser. Moved the new string-only restriction added in rev. 1.65 to the SafeConfigParser class, leaving existing ConfigParser & RawConfigParser behavior alone, and documented the conditions under which non-string values work. by David Goodger · 21 years ago
  54. bfe5684 typo by Michael W. Hudson · 21 years ago
  55. 8df5921 Blarg, fix the versions. by Barry Warsaw · 21 years ago
  56. 43790b4 Updates for distutils package. by Barry Warsaw · 21 years ago
  57. 2ec4854 Add documentation about as_string() mangling From_ lines. by Barry Warsaw · 21 years ago
  58. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 21 years ago
  59. 565ea5a SF bug#1038917 fix typos (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  60. e644a1b Get references working (except for references to "Extending optparse", by Greg Ward · 21 years ago
  61. 0fe00aa Added 2 notes about the complexities of testing SyntaxErrors. by Edward Loper · 21 years ago
  62. f751fa6 SF bug #1035279: hex() and oct() documentation is incorrect by Raymond Hettinger · 21 years ago
  63. 5497fee minor doc tweaks for writexml by Skip Montanaro · 21 years ago
  64. 67db9a5 typo by Skip Montanaro · 21 years ago
  65. 7d88a58 Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's by Edward Loper · 21 years ago
  66. aec3c9b Added a new NORMALIZE_NUMBERS option, which causes number literals in by Edward Loper · 21 years ago
  67. 1793dd3 Fixed minor typo in interactive example (extra '.'s in '...' prompts) by Edward Loper · 21 years ago
  68. dcdb4b4 Fixed minor typo in interactive example (extra blank line) by Edward Loper · 21 years ago
  69. 78a5271 SF bug #1033038: Misleading error message in random.choice by Raymond Hettinger · 21 years ago
  70. ad51226 Fixed minor typo in interactive example by Edward Loper · 21 years ago
  71. 3077b02 Fixed minor typo in interactive example (backslash shouldn't be doubled) by Edward Loper · 21 years ago
  72. a7f6281 Updated interactive examples in the "Examples" session to reflect the by Edward Loper · 21 years ago
  73. b6f7fb7 Major overhaul to reflect Optik 1.5. Section references currently broken. by Greg Ward · 21 years ago
  74. b6aa856 Patch #1009075, bug #952953: allow execve with empty 2nd argument by Armin Rigo · 21 years ago
  75. a4c6a85 - Added a "parser" option to testfile() and DocFileTest(). by Edward Loper · 21 years ago
  76. 456ff91 - Fixed typo in multi-line exception example by Edward Loper · 21 years ago
  77. 36ee8ce Give a saner example for script_from_examples(); also mention an intended by Tim Peters · 21 years ago
  78. 9463d87 Made most module references "clickable". by Tim Peters · 21 years ago
  79. 0041121 Docs for run_docstring_examples(). by Tim Peters · 21 years ago
  80. 05b05fe Added a lot of new stuff to the debugging section. by Tim Peters · 21 years ago
  81. 16be62f register_optionflag(): Moved from the Debugging section to the section by Tim Peters · 21 years ago
  82. 6a0a64b Document set_unittest_reportflags(). by Tim Peters · 21 years ago
  83. c90ea82 Fix double word error. by Raymond Hettinger · 21 years ago
  84. 3f79125 Assorted minor changes, plus a lot more soap. by Tim Peters · 21 years ago
  85. 8c0a2cf Explain the motivation for the unittest functions, and beef up the by Tim Peters · 21 years ago
  86. b2b26ac Repaired mistakes in the descriptions of testmod()/testfile(), and by Tim Peters · 21 years ago
  87. 2dc8205 Since the doctest warnings section was reduced to one bullet point, by Tim Peters · 21 years ago
  88. 39c5de0 In the "doctest warnings" section, removed obsolete info, and noted that by Tim Peters · 21 years ago
  89. 06cc847 Beef up the section on testfile(), giving a complete example in by Tim Peters · 21 years ago
  90. cac5e7b Typo. by Tim Peters · 21 years ago
  91. 7a08214 Since the LaTeX isn't doctest'ed, examples are always wrong <wink>. by Tim Peters · 21 years ago
  92. 739d49e Added log() function documentation by Vinay Sajip · 21 years ago
  93. 596ba4d Granted Noam Raphael's request for minor improvements to the re module and by Raymond Hettinger · 21 years ago
  94. 4533f1f Improve three recipes in the itertools docs. by Raymond Hettinger · 21 years ago
  95. c6646c0 Added getLoggerClass() by Vinay Sajip · 21 years ago
  96. b3666a3 - Updated docs to reflect changes in 2.4. by Edward Loper · 21 years ago
  97. 6cc1350 - Updated example output to match actual output by Edward Loper · 21 years ago
  98. 33db656 Update Template/PEP 292 documentation to current implementation. by Barry Warsaw · 21 years ago
  99. 39a3178 Patch #1025790: Add status code constants to httplib. by Martin v. Löwis · 21 years ago
  100. 23f1241 SF #1027105: HardwareRandom should be renamed OSRandom by Raymond Hettinger · 21 years ago