1. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  2. 7c2a85b HardwareRandom: Go back to multiplying by 2**-BPF instead of using by Tim Peters · 20 years ago
  3. 3fa19d7 Take advantage of the math library's ldexp for assembling a float by by Raymond Hettinger · 20 years ago
  4. daec961 Changed Karatsuba cutoff to match current reality. by Tim Peters · 20 years ago
  5. 38330fe The distinction between comparison flags and reporting flags isn't unique by Tim Peters · 20 years ago
  6. 4c11f60 Patch #934356: if a module defines __all__, believe that rather than using by Johannes Gijsbers · 20 years ago
  7. d2a1aa4 Whitespace normalization. by Johannes Gijsbers · 20 years ago
  8. 4a9faa1 Patch #1003640: replace checkline() function parsing with new breakpoint logic: by Johannes Gijsbers · 20 years ago
  9. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 20 years ago
  10. 356a459 Teach the random module about os.urandom(). by Raymond Hettinger · 20 years ago
  11. 48bd7f3 Whitespace normalization. test_difflib passes again. by Tim Peters · 20 years ago
  12. afb5f94 Reverting whitespace normalization. test_difflib fails with it -- the by Tim Peters · 20 years ago
  13. 45e77c5 Whitespace normalization. by Tim Peters · 20 years ago
  14. a28b3e6 Patch #727483: Add AUTH_TYPE and REMOTE_USER. by Martin v. Löwis · 20 years ago
  15. 061f132 Patch #973204: Use -rpath instead of -R on Irix and Tru64. by Martin v. Löwis · 20 years ago
  16. e064b41 Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. by Martin v. Löwis · 20 years ago
  17. dc3883f Patch #934711: Expose platform-specific entropy. by Martin v. Löwis · 20 years ago
  18. 6ab78cd SF feature request #992967: array.array objects should support sequences. by Raymond Hettinger · 20 years ago
  19. df7a208 Whitespace normalization. by Tim Peters · 20 years ago
  20. fafd874 Added an __iter__ method for test suites. by Jim Fulton · 20 years ago
  21. 9f556a4 setUp and tearDown functions are now passed the test object by Jim Fulton · 20 years ago
  22. f54bad4 - setUp and tearDown functions are now passed the test object by Jim Fulton · 20 years ago
  23. cca0183 Removed old "if 0:" block for leak detection; wouldn't work anymore anyway. by Tim Peters · 20 years ago
  24. aef8cfa Don't really need ellipsis doctests for the syntax errors, because by Tim Peters · 20 years ago
  25. 0fafacc Removed outdated comment by Edward Loper · 20 years ago
  26. 77dcccc Fixed 6 failures due to doctest changes. by Tim Peters · 20 years ago
  27. 108f137 test_bug1001011(): Verify that by Tim Peters · 20 years ago
  28. 12a4baf Remove unused method _OutputRedirectingPdb.resume by Edward Loper · 20 years ago
  29. 2de91ba - Removed redundant call to expandtabs in DocTestParesr. by Edward Loper · 20 years ago
  30. 00f8da7 - Added DocTestParser.parse(), which parses a docstring into Examples by Edward Loper · 20 years ago
  31. 57d88e5 Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that by Walter Dörwald · 20 years ago
  32. e7edcb8 output_difference(): In fancy-diff cases, the way this split expected & by Tim Peters · 20 years ago
  33. 4085f03 Add missing executable option to DummyCommand. by Martin v. Löwis · 20 years ago
  34. 66cb018 Whitespace normalization. by Tim Peters · 20 years ago
  35. 5b799c1 _do_a_fancy_diff(): Pay no attention to the ellipses behind the curtain. by Tim Peters · 20 years ago
  36. 770acc2 Remove unnecessary line. by Raymond Hettinger · 20 years ago
  37. ca9111e Changed OutputChecker.output_difference to expect an Example object, by Edward Loper · 20 years ago
  38. a89f88d Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after the by Edward Loper · 20 years ago
  39. 71f55af Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and by Edward Loper · 20 years ago
  40. 5662929 Shortened diff output for unified & context diffs by Edward Loper · 20 years ago
  41. aacf083 - Changed the output of report_start() and report_unexpected_exception() by Edward Loper · 20 years ago
  42. 3203efb Patch #1014930. Expose current parse location to XMLParser. by Dave Cole · 20 years ago
  43. 0d58e2b Minor improvements to the template code. by Raymond Hettinger · 20 years ago
  44. a6b6832 Added an "exc_msg" attribute to Example (containing the expected by Edward Loper · 20 years ago
  45. 19b1958 Only recognize the expected output as an exception if it *starts* with by Edward Loper · 20 years ago
  46. cae9e67 Patch #970015: Replace - by _ in version and release. by Martin v. Löwis · 20 years ago
  47. cf52524 Patch #970019: Include version and release in the BuildRoot. by Martin v. Löwis · 20 years ago
  48. 9f5c0c4 Patch #736857, #736859: Add -e option to build_scripts. by Martin v. Löwis · 20 years ago
  49. c11d6f1 Patch #1014992: Never return more than a line from readline. by Martin v. Löwis · 20 years ago
  50. 8bee761 PEP 292 classes Template and SafeTemplate are added to the string module. by Barry Warsaw · 20 years ago
  51. c885443 Stop producing or using OverflowWarning. PEP 237 thought this would by Tim Peters · 20 years ago
  52. eb619bb Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(), by Mark Hammond · 20 years ago
  53. fb15417 Fixed bug in DatagramHandler.send() by Vinay Sajip · 20 years ago
  54. fd2d1f7 SF Patch #1013667: Cleanup Peepholer Output by Raymond Hettinger · 20 years ago
  55. 674f241 SF Patch #1007087: Return new string for single subclass joins (Bug #1001011) by Raymond Hettinger · 20 years ago
  56. dd50cb7 The attempt to shut up deprecation warnings for doctest's own use of by Tim Peters · 20 years ago
  57. 4de7c5c test_DocTestFinder(): This test failed when test_doctest was run by Tim Peters · 20 years ago
  58. a7def72 Moved some test cases from doctest to test_doctest. by Tim Peters · 20 years ago
  59. 3fa8c20 Misc cleanups. by Tim Peters · 20 years ago
  60. b6a04d6 debug_script(): I changed this in haste before to take out the use of by Tim Peters · 20 years ago
  61. 31bd529 Patch #1014237: Consistently return booleans throughout. by Martin v. Löwis · 20 years ago
  62. c234a52 Flush bz2 data even if nothing had been written so far. Fixes #1013882. by Martin v. Löwis · 20 years ago
  63. 70aa1f2 Fix repr for negative imaginary part. Fixes #1013908. by Martin v. Löwis · 20 years ago
  64. f82a9de Start deferring to the LaTeX docs for details. I'd like to move the by Tim Peters · 20 years ago
  65. c6cbab0 Added NDIFF_DIFF option. by Tim Peters · 20 years ago
  66. 75dc5e1 Type in docstring. by Tim Peters · 20 years ago
  67. c504915 _parse_example(): Simplified new code to preserve trailing spaces before by Tim Peters · 20 years ago
  68. e09bd93 Patch #997284: Allow pydoc to work with XP Themes (.manifest file) by Martin v. Löwis · 20 years ago
  69. ac37f3d Patch #1009389: Make __credits__ a Unicode object. by Martin v. Löwis · 20 years ago
  70. 12237b3 Replace yield with sequence class. Fixes #1009803. by Martin v. Löwis · 20 years ago
  71. 07a349c Bugs fixed: by Jim Fulton · 20 years ago
  72. 183403a 1. If user passes a non-existant filename on the commandline, just open by Kurt B. Kaiser · 20 years ago
  73. e594bee _ellipsis_match(): Removed special-casing of "...\n". The semantics by Tim Peters · 20 years ago
  74. 6abc685 Patch #880621: the last message of a Babyl mailbox ends in '\037' instead of by Johannes Gijsbers · 20 years ago
  75. 6d63a8d Patch #1011123: Use urllib.quote() instead of cgi.escape() for encoding the by Johannes Gijsbers · 20 years ago
  76. 037b3ee Patch 1012740: cStringIO's truncate doesn't by Tim Peters · 20 years ago
  77. 37af986 Bump minimum Python version to 2.1. Fixes #1009803. by Martin v. Löwis · 20 years ago
  78. 61d77e0 Replace tricky and/or with straight-forward if:else: by Martin v. Löwis · 20 years ago
  79. cd4d297 Remove debug print. by Martin v. Löwis · 20 years ago
  80. a45cacf Whitespace normalization. by Tim Peters · 20 years ago
  81. 8d7626c Stab at SF 1010777: test_queue fails occasionally by Tim Peters · 20 years ago
  82. afe5297 Semantic-neutral format and comment changes. by Tim Peters · 20 years ago
  83. b0a04e1 Gave _ellipsis_match() an attractive new leading underscore. by Tim Peters · 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. 026f8dc Now that they've settled down, document doctest directives. by Tim Peters · 20 years ago
  89. 3caf9c1 Port test_zipfile to unittest (patch #736962). by Johannes Gijsbers · 20 years ago
  90. dc5de3b ellipsis_match(): Changed treatment of start- and end-of-string exact by Tim Peters · 20 years ago
  91. 26b3ebb Replaced the ELLIPSIS implementation with a worst-case linear-time one. by Tim Peters · 20 years ago
  92. 1cf3aa6 ELLIPSIS implementation: an ellipsis couldn't match nothing if it by Tim Peters · 20 years ago
  93. caa9798 Rewrite test_order so as to be more "proper". Originally relied on an by Brett Cannon · 20 years ago
  94. babc5ec Expand tabs. by Martin v. Löwis · 20 years ago
  95. f64700a Add support for FreeBSD 6. by Hye-Shik Chang · 20 years ago
  96. 75b9da4 Patch #995126: Correct directory size, and generate GNU tarfiles by default. by Martin v. Löwis · 20 years ago
  97. deacce2 Patch #800236: add HTTPResponse.getheaders(). by Martin v. Löwis · 20 years ago
  98. c473c99 Patch #1006219: let inspect.getsource show '@' decorators and add tests for by Johannes Gijsbers · 20 years ago
  99. 318a12e Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate. by Martin v. Löwis · 20 years ago
  100. fe84d17 Patch #764217: Add nametofont function, exists parameter. by Martin v. Löwis · 20 years ago