summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_traceback.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-43146: fix None-handling in single-arg traceback.print_exception(None) (G...Irit Katriel2021-02-231-0/+5
* bpo-43146: fix regression in traceback.print_exception(None) (GH-24463)Irit Katriel2021-02-231-0/+18
* bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179)Irit Katriel2021-01-151-0/+40
* bpo-42848: remove recursion from TracebackException (GH-24158)Irit Katriel2021-01-121-0/+25
* bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors ...Irit Katriel2020-12-221-0/+25
* bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531)Irit Katriel2020-12-011-0/+22
* bpo-42474: test TracebackException comparison to non-equal instances (GH-23522)Irit Katriel2020-11-271-2/+39
* bpo-26389: Allow passing an exception object in the traceback module (GH-22610)Zackery Spytz2020-11-051-0/+20
* bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)Victor Stinner2020-08-111-2/+2
* bpo-40275: Use new test.support helper submodules in tests (GH-21317)Hai Shi2020-07-061-1/+2
* bpo-40939: Remove the old parser (GH-20768)Pablo Galindo2020-06-111-1/+0
* bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072)Guido van Rossum2020-05-151-8/+26
* bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)Victor Stinner2020-04-231-2/+1
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-221-0/+2
* bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)Victor Stinner2020-02-031-1/+0
* Remove binding of captured exceptions when not used to reduce the chances of ...Pablo Galindo2019-11-191-5/+5
* bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)Serhiy Storchaka2019-08-081-1/+15
* bpo-35202: Remove unused imports in tests. (GH-10561)Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-161-1/+1
* bpo-12458: Fix line numbers for multiline expressions. (GH-8774)Serhiy Storchaka2018-09-171-2/+2
* bpo-26502: Implement FrameSummary.__len__() (GH-8632)Berker Peksag2018-09-101-0/+5
* bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)Benjamin Peterson2018-09-101-2/+59
* bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)Zane Bitter2017-10-171-0/+46
* bpo-30445: Allow appended output in RecursionError messagecodedragon2017-05-241-1/+2
* Issue #25783: Fixed test_traceback when run directly (without regrtest).Serhiy Storchaka2016-10-071-2/+6
|\
| * Issue #25783: Fixed test_traceback when run directly (without regrtest).Serhiy Storchaka2016-10-071-2/+6
* | Issue #27348: Merge exception formatting fix from 3.5 into 3.6Martin Panter2016-09-221-5/+12
|\ \ | |/
| * Issue #27348: Restore “Exception: None” formatting in traceback moduleMartin Panter2016-09-221-5/+12
* | Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.Serhiy Storchaka2016-09-111-2/+1
* | Issue 27948: Allow backslashes in the literal string portion of f-strings, bu...Eric V. Smith2016-09-101-14/+14
* | Rework CALL_FUNCTION* opcodesVictor Stinner2016-09-091-0/+1
* | Issue 27921: Remove backslash from another f-string. I'll revert this change ...Eric V. Smith2016-09-031-14/+14
* | Issue #26823: Abbreviate recursive tracebacksNick Coghlan2016-08-151-0/+131
* | Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-031-0/+1
|\ \ | |/
| * Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-031-0/+1
* | Additional grammar fixMartin Panter2016-04-191-1/+1
* | Replace noop constant statement with expressionVictor Stinner2016-02-081-7/+7
|/
* Issue #25111: Fixed comparison of traceback.FrameSummary.Serhiy Storchaka2015-09-291-5/+11
* Issue #25108: Omitted internal frames in traceback functions print_stack(),Serhiy Storchaka2015-09-181-0/+35
* Issue #24695: Fix a regression in traceback.print_exception()Berker Peksag2015-07-241-0/+13
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+1
* Issue #22619: Added negative limit support in the traceback module.Serhiy Storchaka2015-05-031-4/+123
* Issue #23883: Add missing entries to traceback.__all__.Berker Peksag2015-04-081-7/+16
* Issue #23631: Fix traceback.format_list when a traceback has been mutated.Robert Collins2015-03-161-1/+9
* Issue #22936: Make it possible to show local variables in tracebacks.Robert Collins2015-03-051-8/+60
* Fix brownbag in issue 17911 commitRobert Collins2015-03-041-3/+2
* Issue #17911: traceback module overhaulRobert Collins2015-03-041-0/+196
* (Merge 3.4) Issue #22599: Enhance tokenize.open() to be able to call it duringVictor Stinner2014-12-051-0/+33
|\
* | Issue #22032: __qualname__ instead of __name__ is now always used to formatSerhiy Storchaka2014-07-221-2/+2
|/
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-2/+5
|\
| * Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-2/+5