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