summaryrefslogtreecommitdiff
path: root/Lib/traceback.py
Commit message (Expand)AuthorAgeFilesLines
* [3.9] bpo-43048: RecursionError traceback RecursionError bugfix for cpy3.9 (G...Vladimir Feinberg2021-07-121-22/+35
* bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors ...Miss Islington (bot)2020-12-221-5/+9
* [3.9] bpo-42482: remove reference to exc_traceback from TracebackException (G...Miss Islington (bot)2020-12-041-3/+2
* bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072)Guido van Rossum2020-05-141-11/+18
* Fix typo in Lib/tracepack.py (GH-19605)Galden2020-04-191-1/+1
* bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)Serhiy Storchaka2019-08-081-1/+3
* bpo-26502: Implement FrameSummary.__len__() (GH-8632)Berker Peksag2018-09-101-0/+3
* bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)Benjamin Peterson2018-09-101-10/+19
* bpo-27910: Update documentation of traceback module (GH-6116)torsava2018-08-021-13/+16
* bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)Zane Bitter2017-10-181-3/+3
* bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)Jon Dufresne2017-05-181-2/+1
* Issue #27348: Merge exception formatting fix from 3.5 into 3.6Martin Panter2016-09-221-1/+1
|\
| * Issue #27348: Restore “Exception: None” formatting in traceback moduleMartin Panter2016-09-221-1/+1
* | Issue 27948: Allow backslashes in the literal string portion of f-strings, bu...Eric V. Smith2016-09-091-2/+2
* | Issue 27921: Remove backslash from another f-string. I'll revert this change ...Eric V. Smith2016-09-031-2/+2
* | Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a tem...Eric V. Smith2016-09-031-2/+2
* | Issue #26823: Abbreviate recursive tracebacksNick Coghlan2016-08-151-0/+23
* | Issue #27076: Merge spelling from 3.5Martin Panter2016-05-261-5/+5
|\ \ | |/
| * Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-5/+5
* | Issue #25111: Fixed comparison of traceback.FrameSummary.Serhiy Storchaka2015-09-291-4/+8
|\ \ | |/
| * Issue #25111: Fixed comparison of traceback.FrameSummary.Serhiy Storchaka2015-09-291-4/+8
* | Issue #25108: Omitted internal frames in traceback functions print_stack(),Serhiy Storchaka2015-09-181-0/+6
|\ \ | |/
| * Issue #25108: Omitted internal frames in traceback functions print_stack(),Serhiy Storchaka2015-09-181-0/+6
* | Issue #24710: Use cls in TracebackException.from_exception.Robert Collins2015-07-261-3/+2
|/
* Issue #24695: Fix a regression in traceback.print_exception()Berker Peksag2015-07-241-1/+3
* Issue #22619: Added negative limit support in the traceback module.Serhiy Storchaka2015-05-031-4/+10
* Issue #23883: Add missing entries to traceback.__all__.Berker Peksag2015-04-081-2/+3
* Issue #23631: Fix traceback.format_list when a traceback has been mutated.Robert Collins2015-03-161-4/+10
* Issue #22936: Make it possible to show local variables in tracebacks.Robert Collins2015-03-051-16/+32
* Remaining fallout from 17911Robert Collins2015-03-051-2/+8
* Issue #17911: traceback module overhaulRobert Collins2015-03-051-133/+351
* Issue #22032: __qualname__ instead of __name__ is now always used to formatSerhiy Storchaka2014-07-221-1/+1
* Issue #17825: Cursor ^ is correctly positioned for SyntaxError and Indentatio...Florent Xicluna2014-01-221-3/+4
|\
| * Issue #17825: Cursor ^ is correctly positioned for SyntaxError and Indentatio...Florent Xicluna2014-01-221-3/+4
* | merge with 3.3Georg Brandl2013-10-131-1/+1
|\ \ | |/
| * Closes #16657: fix docstring of traceback.format_tb().Georg Brandl2013-10-131-1/+1
* | #1565525: Add traceback.clear_frames() helper function to clear locals ref'd ...Andrew Kuchling2013-09-151-1/+12
* | refactor traceback.py to reduce code duplication (closes #17646)Benjamin Peterson2013-04-291-143/+104
* | utilize yield fromPhilip Jenvey2012-10-011-2/+1
|/
* PEP 415: Implement suppression of __context__ display with an exception attri...Benjamin Peterson2012-05-141-6/+7
* Close issue #6210: Implement PEP 409Nick Coghlan2012-02-261-4/+4
* Issue #4486: When an exception has an explicit cause, do not print its implic...Antoine Pitrou2009-11-281-4/+5
* Small PEP8 correction.Georg Brandl2009-09-161-3/+3
* Merged revisions 73186,73206,73212 via svnmerge fromGeorg Brandl2009-06-041-1/+1
* Merged revisions 71237-71238 via svnmerge fromGeorg Brandl2009-04-051-4/+3
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-0/+2
* Remove unnecessary importNeal Norwitz2008-12-071-1/+0
* Issue #3812: Failed to build python if configure --without-threads.Hirokazu Yamamoto2008-09-091-2/+4
* implement chained exception tracebacksBenjamin Peterson2008-07-151-21/+63
* Remove function obsolete since Python 2.3 from traceback module.Georg Brandl2008-05-121-8/+1