1. 371e4d8 SF bug 1046690: difflib.HtmlDiff doc errors. by Tim Peters · 21 years ago
  2. 9fc9789 Document that on Unix, the 'cmd' argument to the os.popen2/3/4 and by Johannes Gijsbers · 21 years ago
  3. 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 21 years ago
  4. 7a8ce5a [Bug #1022311] curses module uses y,x ordering of arguments, not x,y by Andrew M. Kuchling · 21 years ago
  5. 293dc9d [Bug #1041501] Fix example code by Andrew M. Kuchling · 21 years ago
  6. 77d110d SF patch #1041364: True/False instead of 1/0 in libstdtypes.tex by Raymond Hettinger · 21 years ago
  7. 29978ae The docs claimed a test would pass that actually wouldn't pass. Repaired by Tim Peters · 21 years ago
  8. 1dc5b1e Clarified documentation about exc_info keyword parameter by Vinay Sajip · 21 years ago
  9. 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
  10. bfe5684 typo by Michael W. Hudson · 21 years ago
  11. 8df5921 Blarg, fix the versions. by Barry Warsaw · 21 years ago
  12. 43790b4 Updates for distutils package. by Barry Warsaw · 21 years ago
  13. 2ec4854 Add documentation about as_string() mangling From_ lines. by Barry Warsaw · 21 years ago
  14. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 21 years ago
  15. 565ea5a SF bug#1038917 fix typos (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  16. e644a1b Get references working (except for references to "Extending optparse", by Greg Ward · 21 years ago
  17. 0fe00aa Added 2 notes about the complexities of testing SyntaxErrors. by Edward Loper · 21 years ago
  18. f751fa6 SF bug #1035279: hex() and oct() documentation is incorrect by Raymond Hettinger · 21 years ago
  19. 5497fee minor doc tweaks for writexml by Skip Montanaro · 21 years ago
  20. 67db9a5 typo by Skip Montanaro · 21 years ago
  21. 7d88a58 Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's by Edward Loper · 21 years ago
  22. aec3c9b Added a new NORMALIZE_NUMBERS option, which causes number literals in by Edward Loper · 21 years ago
  23. 1793dd3 Fixed minor typo in interactive example (extra '.'s in '...' prompts) by Edward Loper · 21 years ago
  24. dcdb4b4 Fixed minor typo in interactive example (extra blank line) by Edward Loper · 21 years ago
  25. 78a5271 SF bug #1033038: Misleading error message in random.choice by Raymond Hettinger · 21 years ago
  26. ad51226 Fixed minor typo in interactive example by Edward Loper · 21 years ago
  27. 3077b02 Fixed minor typo in interactive example (backslash shouldn't be doubled) by Edward Loper · 21 years ago
  28. a7f6281 Updated interactive examples in the "Examples" session to reflect the by Edward Loper · 21 years ago
  29. b6f7fb7 Major overhaul to reflect Optik 1.5. Section references currently broken. by Greg Ward · 21 years ago
  30. b6aa856 Patch #1009075, bug #952953: allow execve with empty 2nd argument by Armin Rigo · 21 years ago
  31. a4c6a85 - Added a "parser" option to testfile() and DocFileTest(). by Edward Loper · 21 years ago
  32. 456ff91 - Fixed typo in multi-line exception example by Edward Loper · 21 years ago
  33. 36ee8ce Give a saner example for script_from_examples(); also mention an intended by Tim Peters · 21 years ago
  34. 9463d87 Made most module references "clickable". by Tim Peters · 21 years ago
  35. 0041121 Docs for run_docstring_examples(). by Tim Peters · 21 years ago
  36. 05b05fe Added a lot of new stuff to the debugging section. by Tim Peters · 21 years ago
  37. 16be62f register_optionflag(): Moved from the Debugging section to the section by Tim Peters · 21 years ago
  38. 6a0a64b Document set_unittest_reportflags(). by Tim Peters · 21 years ago
  39. c90ea82 Fix double word error. by Raymond Hettinger · 21 years ago
  40. 3f79125 Assorted minor changes, plus a lot more soap. by Tim Peters · 21 years ago
  41. 8c0a2cf Explain the motivation for the unittest functions, and beef up the by Tim Peters · 21 years ago
  42. b2b26ac Repaired mistakes in the descriptions of testmod()/testfile(), and by Tim Peters · 21 years ago
  43. 2dc8205 Since the doctest warnings section was reduced to one bullet point, by Tim Peters · 21 years ago
  44. 39c5de0 In the "doctest warnings" section, removed obsolete info, and noted that by Tim Peters · 21 years ago
  45. 06cc847 Beef up the section on testfile(), giving a complete example in by Tim Peters · 21 years ago
  46. cac5e7b Typo. by Tim Peters · 21 years ago
  47. 7a08214 Since the LaTeX isn't doctest'ed, examples are always wrong <wink>. by Tim Peters · 21 years ago
  48. 739d49e Added log() function documentation by Vinay Sajip · 21 years ago
  49. 596ba4d Granted Noam Raphael's request for minor improvements to the re module and by Raymond Hettinger · 21 years ago
  50. 4533f1f Improve three recipes in the itertools docs. by Raymond Hettinger · 21 years ago
  51. c6646c0 Added getLoggerClass() by Vinay Sajip · 21 years ago
  52. b3666a3 - Updated docs to reflect changes in 2.4. by Edward Loper · 21 years ago
  53. 6cc1350 - Updated example output to match actual output by Edward Loper · 21 years ago
  54. 33db656 Update Template/PEP 292 documentation to current implementation. by Barry Warsaw · 21 years ago
  55. 39a3178 Patch #1025790: Add status code constants to httplib. by Martin v. Löwis · 21 years ago
  56. 23f1241 SF #1027105: HardwareRandom should be renamed OSRandom by Raymond Hettinger · 21 years ago
  57. 8278860 Document testmod's new exclude_empty argument. by Tim Peters · 21 years ago
  58. 2ee8099 HtmlDiff corrections from Dan Gass, + trimmed trailing whitespace. by Tim Peters · 21 years ago
  59. 2014c03 Patch #1022152: add required 'domain' argument to gettext.translation() examples. by Johannes Gijsbers · 21 years ago
  60. d345225 Patch #1026384: fix two common typo's: by Johannes Gijsbers · 21 years ago
  61. c9c37ca Patch #1025800: remove TeX quoting from verbatim section. Thanks Dima Dorfman! by Johannes Gijsbers · 21 years ago
  62. 55be9ea Typo fix: 'comparisions' is not a word by Andrew M. Kuchling · 21 years ago
  63. 961c288 document the exceptions raised by sgmllib, htmllib, and HTMLParser by Fred Drake · 21 years ago
  64. a2544ee fix typo in markup by Fred Drake · 21 years ago
  65. 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 21 years ago
  66. 8158e84 Fix erroneous docstring comment. by Raymond Hettinger · 21 years ago
  67. 785c65c Markup nits. by Raymond Hettinger · 21 years ago
  68. bb30af4 Add missing close parenthesis. by Raymond Hettinger · 21 years ago
  69. 18c6960 SF bug #901654: split method documentation can be improved by Raymond Hettinger · 21 years ago
  70. 1b26297 Rework some wording. by Brett Cannon · 21 years ago
  71. 2a72f19 SF bug #1020540: a wrong link from "frame object" in lib index by Raymond Hettinger · 21 years ago
  72. 1fbf9c5 Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explained by Tim Peters · 21 years ago
  73. a01a2ee Applying modified version of patch #1018386, which fixes by Gustavo Niemeyer · 21 years ago
  74. 0bbf137 Make the api of the _dispatch() method more concrete. I have no idea if by Skip Montanaro · 21 years ago
  75. ecd5754 Remove rotor reference by Andrew M. Kuchling · 21 years ago
  76. ab459f7 Remove docs for xreadlines, mpz, rotor by Andrew M. Kuchling · 21 years ago
  77. e723863 Remove xreadlines reference by Andrew M. Kuchling · 21 years ago
  78. a46fd84 Remove TERMIOS docs by Andrew M. Kuchling · 21 years ago
  79. e4133d8 Use correct constant; remove reference to TERMIOS.py by Andrew M. Kuchling · 21 years ago
  80. 17952b7 Updated doc for getLogger() by Vinay Sajip · 21 years ago
  81. 38330fe The distinction between comparison flags and reporting flags isn't unique by Tim Peters · 21 years ago
  82. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 21 years ago
  83. 356a459 Teach the random module about os.urandom(). by Raymond Hettinger · 21 years ago
  84. e064b41 Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. by Martin v. Löwis · 21 years ago
  85. dc3883f Patch #934711: Expose platform-specific entropy. by Martin v. Löwis · 21 years ago
  86. 6ab78cd SF feature request #992967: array.array objects should support sequences. by Raymond Hettinger · 21 years ago
  87. 592ef61 Correct incorrect "it's" to "its". by Johannes Gijsbers · 21 years ago
  88. f33683f Fine tune a word. by Tim Peters · 21 years ago
  89. cf53355 Thinko repair. by Tim Peters · 21 years ago
  90. a07bcd4 Reorg of exception section. Now that there are fewer details needing by Tim Peters · 21 years ago
  91. f4fd79c Small wording fixups. by Raymond Hettinger · 21 years ago
  92. a89f88d Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after the by Edward Loper · 21 years ago
  93. 71f55af Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and by Edward Loper · 21 years ago
  94. 0e44807 Restored half of a \versionadded only half of which should have been deleted. by Tim Peters · 21 years ago
  95. e8bbfe4 Patch #1015012. Improve markup and punctuation in libsocket.tex by Dave Cole · 21 years ago
  96. 3203efb Patch #1014930. Expose current parse location to XMLParser. by Dave Cole · 21 years ago
  97. 19b1958 Only recognize the expected output as an exception if it *starts* with by Edward Loper · 21 years ago
  98. be83737 Patch #798244: More urllib2 examples. by Martin v. Löwis · 21 years ago
  99. 8d494f3 Patch #1015021: Stop claiming that coerce can return None. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  100. 08b07de Ah whoops, we didn't turn string into a package (thanks Neal!) by Barry Warsaw · 21 years ago