1. 770acc2 Remove unnecessary line. by Raymond Hettinger · 20 years ago
  2. f4fd79c Small wording fixups. by Raymond Hettinger · 20 years ago
  3. ca9111e Changed OutputChecker.output_difference to expect an Example object, by Edward Loper · 20 years ago
  4. a89f88d Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after the by Edward Loper · 20 years ago
  5. cc8a4f6 When building with --disable-toolbox-glue under Darwin, skip building any by Brett Cannon · 20 years ago
  6. 71f55af Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and by Edward Loper · 20 years ago
  7. 5662929 Shortened diff output for unified & context diffs by Edward Loper · 20 years ago
  8. aacf083 - Changed the output of report_start() and report_unexpected_exception() by Edward Loper · 20 years ago
  9. 0e44807 Restored half of a \versionadded only half of which should have been deleted. by Tim Peters · 20 years ago
  10. e8bbfe4 Patch #1015012. Improve markup and punctuation in libsocket.tex by Dave Cole · 20 years ago
  11. 3203efb Patch #1014930. Expose current parse location to XMLParser. by Dave Cole · 20 years ago
  12. 0d58e2b Minor improvements to the template code. by Raymond Hettinger · 20 years ago
  13. a6b6832 Added an "exc_msg" attribute to Example (containing the expected by Edward Loper · 20 years ago
  14. c5625ba Re-generate configure with recent configure.in change (for patch #1016224). by Trent Mick · 20 years ago
  15. af16e8c Apply patch #1016224: configure.in change to allow build of _bsddb module on by Trent Mick · 20 years ago
  16. 19b1958 Only recognize the expected output as an exception if it *starts* with by Edward Loper · 20 years ago
  17. d2afee4 Fix docstring typo. by Raymond Hettinger · 20 years ago
  18. 1792bfb Bypass peepholing of code with lineno tables having intervals >= 255. by Raymond Hettinger · 20 years ago
  19. 65d3c05 Fix typo in comment and add clarification. by Raymond Hettinger · 20 years ago
  20. e3a1b48 clean up markup for --executable description by Fred Drake · 20 years ago
  21. 87c98b2 Add various items by Andrew M. Kuchling · 20 years ago
  22. cae9e67 Patch #970015: Replace - by _ in version and release. by Martin v. Löwis · 20 years ago
  23. cf52524 Patch #970019: Include version and release in the BuildRoot. by Martin v. Löwis · 20 years ago
  24. 9f5c0c4 Patch #736857, #736859: Add -e option to build_scripts. by Martin v. Löwis · 20 years ago
  25. be83737 Patch #798244: More urllib2 examples. by Martin v. Löwis · 20 years ago
  26. c11d6f1 Patch #1014992: Never return more than a line from readline. by Martin v. Löwis · 20 years ago
  27. 8d494f3 Patch #1015021: Stop claiming that coerce can return None. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  28. b92b7ed Back out 1.289, which breaks platforms needing addrinfo.h, and by Martin v. Löwis · 20 years ago
  29. ef0a82b Simplify chains of conditional jumps. (Suggested by Neal Norwitz.) by Raymond Hettinger · 20 years ago
  30. 08b07de Ah whoops, we didn't turn string into a package (thanks Neal!) by Barry Warsaw · 20 years ago
  31. 8bee761 PEP 292 classes Template and SafeTemplate are added to the string module. by Barry Warsaw · 20 years ago
  32. c885443 Stop producing or using OverflowWarning. PEP 237 thought this would by Tim Peters · 20 years ago
  33. 1fa040b SF #1015517, get readline to compile with older compilers by Neal Norwitz · 20 years ago
  34. eb619bb Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(), by Mark Hammond · 20 years ago
  35. 8107ca4 Keep option parser from gobbling up the filename to be profiled and the by Skip Montanaro · 20 years ago
  36. fb15417 Fixed bug in DatagramHandler.send() by Vinay Sajip · 20 years ago
  37. a12fa14 Incorporate review comments courtesy of Neal Norwitz: by Raymond Hettinger · 20 years ago
  38. fd2d1f7 SF Patch #1013667: Cleanup Peepholer Output by Raymond Hettinger · 20 years ago
  39. 08158a0 Add Nick Coghlan for his patch solving an issue with joining string subclasses. by Raymond Hettinger · 20 years ago
  40. 674f241 SF Patch #1007087: Return new string for single subclass joins (Bug #1001011) by Raymond Hettinger · 20 years ago
  41. dd50cb7 The attempt to shut up deprecation warnings for doctest's own use of by Tim Peters · 20 years ago
  42. 4de7c5c test_DocTestFinder(): This test failed when test_doctest was run by Tim Peters · 20 years ago
  43. a7def72 Moved some test cases from doctest to test_doctest. by Tim Peters · 20 years ago
  44. 3fa8c20 Misc cleanups. by Tim Peters · 20 years ago
  45. b6a04d6 debug_script(): I changed this in haste before to take out the use of by Tim Peters · 20 years ago
  46. 31bd529 Patch #1014237: Consistently return booleans throughout. by Martin v. Löwis · 20 years ago
  47. 07fda7e Updated the socketpair() docstring and documentation to explain that the by Dave Cole · 20 years ago
  48. 0fc8575 Removed unnecessary calls to signal() to ignore SIGPIPE. SIGPIPE is ignored by Dave Cole · 20 years ago
  49. 656f7e4 Removed redundant versionadded{} for NDIFF_DIFF. Virtually everything by Tim Peters · 20 years ago
  50. 8bd5cb3 Add version info by Neal Norwitz · 20 years ago
  51. c234a52 Flush bz2 data even if nothing had been written so far. Fixes #1013882. by Martin v. Löwis · 20 years ago
  52. 70aa1f2 Fix repr for negative imaginary part. Fixes #1013908. by Martin v. Löwis · 20 years ago
  53. f82a9de Start deferring to the LaTeX docs for details. I'd like to move the by Tim Peters · 20 years ago
  54. c6cbab0 Added NDIFF_DIFF option. by Tim Peters · 20 years ago
  55. 94607dd Whitespace normalization. by Tim Peters · 20 years ago
  56. 75dc5e1 Type in docstring. by Tim Peters · 20 years ago
  57. c504915 _parse_example(): Simplified new code to preserve trailing spaces before by Tim Peters · 20 years ago
  58. 2dd2a28 Add acknowledgements to ExitDialog. by Martin v. Löwis · 20 years ago
  59. e09bd93 Patch #997284: Allow pydoc to work with XP Themes (.manifest file) by Martin v. Löwis · 20 years ago
  60. ac37f3d Patch #1009389: Make __credits__ a Unicode object. by Martin v. Löwis · 20 years ago
  61. 12237b3 Replace yield with sequence class. Fixes #1009803. by Martin v. Löwis · 20 years ago
  62. d3b0bab SF bug #1013760: Error in Chapter 4 of Tutorial by Raymond Hettinger · 20 years ago
  63. 07a349c Bugs fixed: by Jim Fulton · 20 years ago
  64. 8ffe9ab Move msi from sandbox to Tools. by Martin v. Löwis · 20 years ago
  65. 183403a 1. If user passes a non-existant filename on the commandline, just open by Kurt B. Kaiser · 20 years ago
  66. e594bee _ellipsis_match(): Removed special-casing of "...\n". The semantics by Tim Peters · 20 years ago
  67. 5268c39 sf #1009373, #1005936. fix underscores in index entries in PDF files. by Neal Norwitz · 20 years ago
  68. 6abc685 Patch #880621: the last message of a Babyl mailbox ends in '\037' instead of by Johannes Gijsbers · 20 years ago
  69. 6d63a8d Patch #1011123: Use urllib.quote() instead of cgi.escape() for encoding the by Johannes Gijsbers · 20 years ago
  70. 037b3ee Patch 1012740: cStringIO's truncate doesn't by Tim Peters · 20 years ago
  71. 7109b28 Fix grammar, spotted by Hye-Shik Chang by Neal Norwitz · 20 years ago
  72. 8e3bec5 Correct argument specifications of load_compiled and load_source: the file by Johannes Gijsbers · 20 years ago
  73. c890618 Quote # as \# to make lib compile again. by Johannes Gijsbers · 20 years ago
  74. 37af986 Bump minimum Python version to 2.1. Fixes #1009803. by Martin v. Löwis · 20 years ago
  75. 61d77e0 Replace tricky and/or with straight-forward if:else: by Martin v. Löwis · 20 years ago
  76. 701abe7 Fail fatally if strdup fails. by Martin v. Löwis · 20 years ago
  77. cd4d297 Remove debug print. by Martin v. Löwis · 20 years ago
  78. a45cacf Whitespace normalization. by Tim Peters · 20 years ago
  79. 8d7626c Stab at SF 1010777: test_queue fails occasionally by Tim Peters · 20 years ago
  80. afe5297 Semantic-neutral format and comment changes. by Tim Peters · 20 years ago
  81. 8623b36 Try to improve grammar and use versionadded by Neal Norwitz · 20 years ago
  82. b0a04e1 Gave _ellipsis_match() an attractive new leading underscore. by Tim Peters · 20 years ago
  83. 525b315 Fix markup. versionchanged automatically adds a period, so remove the extra one. by Neal Norwitz · 20 years ago
  84. 27dbcf2 Establish policies with respect to 2.3 compatibilty and treated spec by Raymond Hettinger · 20 years ago
  85. 6114679 SF bug #1012315: weakref.WeakValueDictionary should override .has_key() by Raymond Hettinger · 20 years ago
  86. 3a3817f Got rid of nooutput() (was used by DocTestCase.debug()) by Edward Loper · 20 years ago
  87. b7503ff Updated __all__ to include every non-underscored class, function, and by Edward Loper · 20 years ago
  88. 3ba5bfc Bug #1005737, #1007249: Fix several build problems and warnings by Hye-Shik Chang · 20 years ago
  89. f5a149a Bug #1005737, #1007249: Fix several build problems and warnings by Hye-Shik Chang · 20 years ago
  90. 026f8dc Now that they've settled down, document doctest directives. by Tim Peters · 20 years ago
  91. 3caf9c1 Port test_zipfile to unittest (patch #736962). by Johannes Gijsbers · 20 years ago
  92. dc5de3b ellipsis_match(): Changed treatment of start- and end-of-string exact by Tim Peters · 20 years ago
  93. 336e85f Patch #900727: Add Py_InitializeEx to allow embedding without signals. by Martin v. Löwis · 20 years ago
  94. 4d4dfb7 Patch #1011822: Display errno/strerror for inaccessible files. by Martin v. Löwis · 20 years ago
  95. 26b3ebb Replaced the ELLIPSIS implementation with a worst-case linear-time one. by Tim Peters · 20 years ago
  96. 1cf3aa6 ELLIPSIS implementation: an ellipsis couldn't match nothing if it by Tim Peters · 20 years ago
  97. caa9798 Rewrite test_order so as to be more "proper". Originally relied on an by Brett Cannon · 20 years ago
  98. c6f3c8b fix SF bug #1008690: Incorrect <link rel="index"> href in Tutorial by Fred Drake · 20 years ago
  99. cf02e31 Remove commented definition of the MKHOWTO macro. by Matthias Klose · 20 years ago
  100. 5b75f7d Remove zero-byte gif files from generated html docs by Matthias Klose · 20 years ago