1. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 18 years ago
  2. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 18 years ago
  3. 44c5261 Tweak the fix for test_traceback since the fix for it to run on its own broke by Brett Cannon · 18 years ago
  4. dfb2a8a Fix a broken test in test_traceback where the module name was being tacked on by Brett Cannon · 18 years ago
  5. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
  6. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  7. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 19 years ago
  8. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  9. 6a2a2a0 Inspired by SF patch #860326, make the exception formatting by by Guido van Rossum · 19 years ago
  10. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 19 years ago
  11. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  12. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
  13. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  14. c85c74c Increase code coverage in Python/structmember.c from 33% to 40% by Walter Dörwald · 20 years ago
  15. f7010be * Bumped up the sleep() delay to four seconds so this test will run by Raymond Hettinger · 21 years ago
  16. 4a8d851 Bug #1057993: Use sleep() always instead of os.utime() possibly broken by Hye-Shik Chang · 21 years ago
  17. 7afa64e Add a comment explains why we should modify mtime here. by Hye-Shik Chang · 21 years ago
  18. 1816d79 Removed newly redundant embedded import. by Tim Peters · 21 years ago
  19. 10d59f3 Whitespace normalization. by Tim Peters · 21 years ago
  20. f1af9c0 Paper over bug 1054615 by passing sane values to os.utime(). by Tim Peters · 21 years ago
  21. 182ac85 SF #737473: Show up-to-date source code in tracebacks always. by Hye-Shik Chang · 21 years ago
  22. 57f0f34 Skip the test_nocaret test when running as jython. Jython happens to add by Finn Bock · 23 years ago
  23. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  24. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  25. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  26. 3090694 Fix compileall.py so that it fails on SyntaxErrors by Jeremy Hylton · 24 years ago
  27. 7e01e28 Whitespace normalization. by Tim Peters · 24 years ago
  28. 09ccc3a Test that traceback module works with SyntaxErrors with or without carets. by Jeremy Hylton · 24 years ago