1. 926fd4e Issue #8313: traceback.format_exception_only() encodes unicode message to by Victor Stinner · 15 years ago
  2. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  3. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  4. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  5. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  6. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  7. 93ed820 revert unintended changes by Benjamin Peterson · 16 years ago
  8. 8246968 tabbify by Benjamin Peterson · 16 years ago
  9. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  10. 4da2fa5 Add test for #3684. by Georg Brandl · 16 years ago
  11. dc4a771 #1326077: fix traceback formatting of SyntaxErrors. This fixes two differences with formatting coming from Python: a) the reproduction of location details in the error message if no line text is given, b) the prefixing of the last line by one space. by Georg Brandl · 16 years ago
  12. 6ffe852 fix strange errors when setting attributes on tracebacks #4034 by Benjamin Peterson · 16 years ago
  13. 2252d11 #3342: In tracebacks, printed source lines were not indented since r62555. by Amaury Forgeot d'Arc · 17 years ago
  14. 8dc4303 Rename the test_traceback_print() function to traceback_print() to prevent by Brett Cannon · 17 years ago
  15. 141534e Fix a bug introduced by the warnings rewrite where tracebacks were being by Brett Cannon · 17 years ago
  16. c7986ce Fix a bug in traceback.format_exception_only() that led to an error by Georg Brandl · 19 years ago
  17. ff4b63b Bug #1531405, format_exception no longer raises an exception if by Neal Norwitz · 19 years ago
  18. 0bbfd83 Whitespace normalization. by Tim Peters · 19 years ago
  19. c13c34c Patch #1515343: Fix printing of deprecated string exceptions with a by Georg Brandl · 19 years ago
  20. 8f6cbe1 Fix the formatting of KeyboardInterrupt -- a bad issubclass() call. by Guido van Rossum · 19 years ago
  21. 57fdcbc reverting r45321: Patch #860326: traceback.format_exception_only() now by Anthony Baxter · 19 years ago
  22. 24c274f Patch #860326: traceback.format_exception_only() now prepends the by Georg Brandl · 19 years ago
  23. 480725d Whitespace normalization. by Tim Peters · 19 years ago
  24. 51dbc4c traceback now shows error position for all SyntaxError subclasses, by Georg Brandl · 19 years ago
  25. c85c74c Increase code coverage in Python/structmember.c from 33% to 40% by Walter Dörwald · 19 years ago
  26. f7010be * Bumped up the sleep() delay to four seconds so this test will run by Raymond Hettinger · 21 years ago
  27. 4a8d851 Bug #1057993: Use sleep() always instead of os.utime() possibly broken by Hye-Shik Chang · 21 years ago
  28. 7afa64e Add a comment explains why we should modify mtime here. by Hye-Shik Chang · 21 years ago
  29. 1816d79 Removed newly redundant embedded import. by Tim Peters · 21 years ago
  30. 10d59f3 Whitespace normalization. by Tim Peters · 21 years ago
  31. f1af9c0 Paper over bug 1054615 by passing sane values to os.utime(). by Tim Peters · 21 years ago
  32. 182ac85 SF #737473: Show up-to-date source code in tracebacks always. by Hye-Shik Chang · 21 years ago
  33. 57f0f34 Skip the test_nocaret test when running as jython. Jython happens to add by Finn Bock · 23 years ago
  34. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  35. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  36. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  37. 3090694 Fix compileall.py so that it fails on SyntaxErrors by Jeremy Hylton · 24 years ago
  38. 7e01e28 Whitespace normalization. by Tim Peters · 24 years ago
  39. 09ccc3a Test that traceback module works with SyntaxErrors with or without carets. by Jeremy Hylton · 24 years ago