1. bbb8ade Issue #23631: Fix traceback.format_list when a traceback has been mutated. by Robert Collins · 10 years ago
  2. d7c7e0e Issue #22936: Make it possible to show local variables in tracebacks. by Robert Collins · 10 years ago
  3. 07ff167 Fix brownbag in issue 17911 commit by Robert Collins · 10 years ago
  4. 6bc2c1e Issue #17911: traceback module overhaul by Robert Collins · 10 years ago
  5. 9d279b8 (Merge 3.4) Issue #22599: Enhance tokenize.open() to be able to call it during by Victor Stinner · 10 years ago
  6. 521e586 Issue #22032: __qualname__ instead of __name__ is now always used to format by Serhiy Storchaka · 10 years ago
  7. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  8. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  9. 45e124e Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 11 years ago
  10. 758fa5e Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 11 years ago
  11. 2bd59da Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 11 years ago
  12. 65fd059 Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 11 years ago
  13. 5940b92 Do not reset the line number because we already set file position to correct by Serhiy Storchaka · 11 years ago
  14. 1064a13 Do not reset the line number because we already set file position to correct by Serhiy Storchaka · 11 years ago
  15. 173a157 #1565525: Add traceback.clear_frames() helper function to clear locals ref'd by a traceback by Andrew Kuchling · 11 years ago
  16. 58720d6 Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles. by Antoine Pitrou · 11 years ago
  17. d9fec15 refactor traceback.py to reduce code duplication (closes #17646) by Benjamin Peterson · 11 years ago
  18. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 13 years ago
  19. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  20. a95e977 decrement offset when it points to a newline (#10186 followup) by Benjamin Peterson · 14 years ago
  21. 503d6c5 remove broken code accounting an offset the size of the line #10186 by Benjamin Peterson · 14 years ago
  22. 26d64ae rewrite nocaret test to not rely on a specific SyntaxError by Benjamin Peterson · 14 years ago
  23. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  24. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  25. 7b0d4a2 Issue #4486: When an exception has an explicit cause, do not print its implicit context too. by Antoine Pitrou · 15 years ago
  26. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  27. 751899a Merged revisions 73232 via svnmerge from by Georg Brandl · 15 years ago
  28. 236f797 Merged revisions 71237-71238 via svnmerge from by Georg Brandl · 16 years ago
  29. cf8016a Issues #2384 and #3975: Tracebacks were not correctly printed when the source file by Amaury Forgeot d'Arc · 16 years ago
  30. e652821 implement chained exception tracebacks by Benjamin Peterson · 16 years ago
  31. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  32. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  33. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  34. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  35. 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
  36. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  37. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  38. 44c5261 Tweak the fix for test_traceback since the fix for it to run on its own broke by Brett Cannon · 18 years ago
  39. dfb2a8a Fix a broken test in test_traceback where the module name was being tacked on by Brett Cannon · 18 years ago
  40. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
  41. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  42. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  43. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  44. 6a2a2a0 Inspired by SF patch #860326, make the exception formatting by by Guido van Rossum · 18 years ago
  45. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
  46. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  47. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  48. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  49. c85c74c Increase code coverage in Python/structmember.c from 33% to 40% by Walter Dörwald · 19 years ago
  50. f7010be * Bumped up the sleep() delay to four seconds so this test will run by Raymond Hettinger · 20 years ago
  51. 4a8d851 Bug #1057993: Use sleep() always instead of os.utime() possibly broken by Hye-Shik Chang · 20 years ago
  52. 7afa64e Add a comment explains why we should modify mtime here. by Hye-Shik Chang · 20 years ago
  53. 1816d79 Removed newly redundant embedded import. by Tim Peters · 20 years ago
  54. 10d59f3 Whitespace normalization. by Tim Peters · 20 years ago
  55. f1af9c0 Paper over bug 1054615 by passing sane values to os.utime(). by Tim Peters · 20 years ago
  56. 182ac85 SF #737473: Show up-to-date source code in tracebacks always. by Hye-Shik Chang · 20 years ago
  57. 57f0f34 Skip the test_nocaret test when running as jython. Jython happens to add by Finn Bock · 22 years ago
  58. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  59. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  60. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  61. 3090694 Fix compileall.py so that it fails on SyntaxErrors by Jeremy Hylton · 23 years ago
  62. 7e01e28 Whitespace normalization. by Tim Peters · 24 years ago
  63. 09ccc3a Test that traceback module works with SyntaxErrors with or without carets. by Jeremy Hylton · 24 years ago