1. c7986ce Fix a bug in traceback.format_exception_only() that led to an error by Georg Brandl · 19 years ago
  2. ff4b63b Bug #1531405, format_exception no longer raises an exception if by Neal Norwitz · 19 years ago
  3. 0bbfd83 Whitespace normalization. by Tim Peters · 19 years ago
  4. c13c34c Patch #1515343: Fix printing of deprecated string exceptions with a by Georg Brandl · 19 years ago
  5. 8f6cbe1 Fix the formatting of KeyboardInterrupt -- a bad issubclass() call. by Guido van Rossum · 19 years ago
  6. 57fdcbc reverting r45321: Patch #860326: traceback.format_exception_only() now by Anthony Baxter · 19 years ago
  7. 24c274f Patch #860326: traceback.format_exception_only() now prepends the by Georg Brandl · 19 years ago
  8. 480725d Whitespace normalization. by Tim Peters · 19 years ago
  9. 51dbc4c traceback now shows error position for all SyntaxError subclasses, by Georg Brandl · 19 years ago
  10. c85c74c Increase code coverage in Python/structmember.c from 33% to 40% by Walter Dörwald · 20 years ago
  11. f7010be * Bumped up the sleep() delay to four seconds so this test will run by Raymond Hettinger · 21 years ago
  12. 4a8d851 Bug #1057993: Use sleep() always instead of os.utime() possibly broken by Hye-Shik Chang · 21 years ago
  13. 7afa64e Add a comment explains why we should modify mtime here. by Hye-Shik Chang · 21 years ago
  14. 1816d79 Removed newly redundant embedded import. by Tim Peters · 21 years ago
  15. 10d59f3 Whitespace normalization. by Tim Peters · 21 years ago
  16. f1af9c0 Paper over bug 1054615 by passing sane values to os.utime(). by Tim Peters · 21 years ago
  17. 182ac85 SF #737473: Show up-to-date source code in tracebacks always. by Hye-Shik Chang · 21 years ago
  18. 57f0f34 Skip the test_nocaret test when running as jython. Jython happens to add by Finn Bock · 23 years ago
  19. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  20. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  21. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  22. 3090694 Fix compileall.py so that it fails on SyntaxErrors by Jeremy Hylton · 24 years ago
  23. 7e01e28 Whitespace normalization. by Tim Peters · 24 years ago
  24. 09ccc3a Test that traceback module works with SyntaxErrors with or without carets. by Jeremy Hylton · 24 years ago