| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179) | ![](//www.gravatar.com/avatar/550ea8787dfd97d73a51a9924fa6ad44?s=13&d=retro) Irit Katriel | 2021-01-14 | 1 | -9/+16 |
* | bpo-42848: remove recursion from TracebackException (GH-24158) | ![](//www.gravatar.com/avatar/550ea8787dfd97d73a51a9924fa6ad44?s=13&d=retro) Irit Katriel | 2021-01-12 | 1 | -46/+69 |
* | bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors ... | ![](//www.gravatar.com/avatar/550ea8787dfd97d73a51a9924fa6ad44?s=13&d=retro) Irit Katriel | 2020-12-22 | 1 | -5/+9 |
* | bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531) | ![](//www.gravatar.com/avatar/550ea8787dfd97d73a51a9924fa6ad44?s=13&d=retro) Irit Katriel | 2020-11-30 | 1 | -3/+2 |
* | bpo-26389: Allow passing an exception object in the traceback module (GH-22610) | ![](//www.gravatar.com/avatar/db1870d67c8cd856f665f448f8103c1a?s=13&d=retro) Zackery Spytz | 2020-11-05 | 1 | -13/+23 |
* | bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072) | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2020-05-14 | 1 | -11/+18 |
* | Fix typo in Lib/tracepack.py (GH-19605) | ![](//www.gravatar.com/avatar/2b66a96e64838e0712787b8538e634fc?s=13&d=retro) Galden | 2020-04-19 | 1 | -1/+1 |
* | bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2019-08-08 | 1 | -1/+3 |
* | bpo-26502: Implement FrameSummary.__len__() (GH-8632) | ![](//www.gravatar.com/avatar/df8e51d7618d5ed7ccbbc8dea9a9afee?s=13&d=retro) Berker Peksag | 2018-09-10 | 1 | -0/+3 |
* | bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077) | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2018-09-10 | 1 | -10/+19 |
* | bpo-27910: Update documentation of traceback module (GH-6116) | ![](//www.gravatar.com/avatar/8b674e9a287c0d9e8f3c6a0a8fa5fb11?s=13&d=retro) torsava | 2018-08-02 | 1 | -13/+16 |
* | bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014) | ![](//www.gravatar.com/avatar/ee42fe801bdc214bcaca3dbe56738e19?s=13&d=retro) Zane Bitter | 2017-10-18 | 1 | -3/+3 |
* | bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) | ![](//www.gravatar.com/avatar/5cea2f3b7f4f6e34fc4d4fdaed37763e?s=13&d=retro) Jon Dufresne | 2017-05-18 | 1 | -2/+1 |
* | Issue #27348: Merge exception formatting fix from 3.5 into 3.6 | ![](//www.gravatar.com/avatar/77935f3976b0afffef709eff905f1df6?s=13&d=retro) Martin Panter | 2016-09-22 | 1 | -1/+1 |
|\ |
|
| * | Issue #27348: Restore “Exception: None” formatting in traceback module | ![](//www.gravatar.com/avatar/77935f3976b0afffef709eff905f1df6?s=13&d=retro) Martin Panter | 2016-09-22 | 1 | -1/+1 |
* | | Issue 27948: Allow backslashes in the literal string portion of f-strings, bu... | ![](//www.gravatar.com/avatar/2828041405aa313004b6549acf918228?s=13&d=retro) Eric V. Smith | 2016-09-09 | 1 | -2/+2 |
* | | Issue 27921: Remove backslash from another f-string. I'll revert this change ... | ![](//www.gravatar.com/avatar/2828041405aa313004b6549acf918228?s=13&d=retro) Eric V. Smith | 2016-09-03 | 1 | -2/+2 |
* | | Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a tem... | ![](//www.gravatar.com/avatar/2828041405aa313004b6549acf918228?s=13&d=retro) Eric V. Smith | 2016-09-03 | 1 | -2/+2 |
* | | Issue #26823: Abbreviate recursive tracebacks | ![](//www.gravatar.com/avatar/f3ba3ecffd20251d73749afbfa636786?s=13&d=retro) Nick Coghlan | 2016-08-15 | 1 | -0/+23 |
* | | Issue #27076: Merge spelling from 3.5 | ![](//www.gravatar.com/avatar/77935f3976b0afffef709eff905f1df6?s=13&d=retro) Martin Panter | 2016-05-26 | 1 | -5/+5 |
|\| |
|
| * | Issue #27076: Doc, comment and tests spelling fixes | ![](//www.gravatar.com/avatar/77935f3976b0afffef709eff905f1df6?s=13&d=retro) Martin Panter | 2016-05-26 | 1 | -5/+5 |
* | | Issue #25111: Fixed comparison of traceback.FrameSummary. | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2015-09-29 | 1 | -4/+8 |
|\| |
|
| * | Issue #25111: Fixed comparison of traceback.FrameSummary. | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2015-09-29 | 1 | -4/+8 |
* | | Issue #25108: Omitted internal frames in traceback functions print_stack(), | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2015-09-18 | 1 | -0/+6 |
|\| |
|
| * | Issue #25108: Omitted internal frames in traceback functions print_stack(), | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2015-09-18 | 1 | -0/+6 |
* | | Issue #24710: Use cls in TracebackException.from_exception. | ![](//www.gravatar.com/avatar/709ff18c649820148f371e41fb95b0b0?s=13&d=retro) Robert Collins | 2015-07-26 | 1 | -3/+2 |
|/ |
|
* | Issue #24695: Fix a regression in traceback.print_exception() | ![](//www.gravatar.com/avatar/df8e51d7618d5ed7ccbbc8dea9a9afee?s=13&d=retro) Berker Peksag | 2015-07-24 | 1 | -1/+3 |
* | Issue #22619: Added negative limit support in the traceback module. | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2015-05-03 | 1 | -4/+10 |
* | Issue #23883: Add missing entries to traceback.__all__. | ![](//www.gravatar.com/avatar/df8e51d7618d5ed7ccbbc8dea9a9afee?s=13&d=retro) Berker Peksag | 2015-04-08 | 1 | -2/+3 |
* | Issue #23631: Fix traceback.format_list when a traceback has been mutated. | ![](//www.gravatar.com/avatar/709ff18c649820148f371e41fb95b0b0?s=13&d=retro) Robert Collins | 2015-03-16 | 1 | -4/+10 |
* | Issue #22936: Make it possible to show local variables in tracebacks. | ![](//www.gravatar.com/avatar/709ff18c649820148f371e41fb95b0b0?s=13&d=retro) Robert Collins | 2015-03-05 | 1 | -16/+32 |
* | Remaining fallout from 17911 | ![](//www.gravatar.com/avatar/709ff18c649820148f371e41fb95b0b0?s=13&d=retro) Robert Collins | 2015-03-05 | 1 | -2/+8 |
* | Issue #17911: traceback module overhaul | ![](//www.gravatar.com/avatar/709ff18c649820148f371e41fb95b0b0?s=13&d=retro) Robert Collins | 2015-03-05 | 1 | -133/+351 |
* | Issue #22032: __qualname__ instead of __name__ is now always used to format | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2014-07-22 | 1 | -1/+1 |
* | Issue #17825: Cursor ^ is correctly positioned for SyntaxError and Indentatio... | ![](//www.gravatar.com/avatar/df4a6858794ecf84eae5afb37bf276ba?s=13&d=retro) Florent Xicluna | 2014-01-22 | 1 | -3/+4 |
|\ |
|
| * | Issue #17825: Cursor ^ is correctly positioned for SyntaxError and Indentatio... | ![](//www.gravatar.com/avatar/df4a6858794ecf84eae5afb37bf276ba?s=13&d=retro) Florent Xicluna | 2014-01-22 | 1 | -3/+4 |
* | | merge with 3.3 | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2013-10-13 | 1 | -1/+1 |
|\| |
|
| * | Closes #16657: fix docstring of traceback.format_tb(). | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2013-10-13 | 1 | -1/+1 |
* | | #1565525: Add traceback.clear_frames() helper function to clear locals ref'd ... | ![](//www.gravatar.com/avatar/e2cb0083d4d61cebb1325281f88f3843?s=13&d=retro) Andrew Kuchling | 2013-09-15 | 1 | -1/+12 |
* | | refactor traceback.py to reduce code duplication (closes #17646) | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2013-04-29 | 1 | -143/+104 |
* | | utilize yield from | ![](//www.gravatar.com/avatar/ef0ed749a263aeefda2a47789f998c1c?s=13&d=retro) Philip Jenvey | 2012-10-01 | 1 | -2/+1 |
|/ |
|
* | PEP 415: Implement suppression of __context__ display with an exception attri... | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2012-05-14 | 1 | -6/+7 |
* | Close issue #6210: Implement PEP 409 | ![](//www.gravatar.com/avatar/f3ba3ecffd20251d73749afbfa636786?s=13&d=retro) Nick Coghlan | 2012-02-26 | 1 | -4/+4 |
* | Issue #4486: When an exception has an explicit cause, do not print its implic... | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2009-11-28 | 1 | -4/+5 |
* | Small PEP8 correction. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2009-09-16 | 1 | -3/+3 |
* | Merged revisions 73186,73206,73212 via svnmerge from | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2009-06-04 | 1 | -1/+1 |
* | Merged revisions 71237-71238 via svnmerge from | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2009-04-05 | 1 | -4/+3 |
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2009-03-28 | 1 | -0/+2 |
* | Remove unnecessary import | ![](//www.gravatar.com/avatar/e6facc7b962c35bc84dd526698529a6b?s=13&d=retro) Neal Norwitz | 2008-12-07 | 1 | -1/+0 |
* | Issue #3812: Failed to build python if configure --without-threads. | ![](//www.gravatar.com/avatar/3345e8e2daf85d0dba02e62b0020bcfb?s=13&d=retro) Hirokazu Yamamoto | 2008-09-09 | 1 | -2/+4 |