COMMITS
/ Lib/traceback.py September 5, 2021
September 3, 2021
I
bpo-45075: distinguish between frame and FrameSummary in traceback mo… (GH-28112)
Irit Katriel committed
August 31, 2021
I
bpo-31299: make it possible to filter out frames from tracebacks (GH-28067)
Irit Katriel committed
July 25, 2021
B
bpo-43950: support some multi-line expressions for PEP 657 (GH-27339)
Batuhan Taskaya committed
July 24, 2021
B
bpo-43950: support long lines in traceback.py (GH-27336)
Batuhan Taskaya committed
July 16, 2021
A
bpo-44569: Decouple frame formatting in traceback.py (GH-27038)
Ammar Askar committed
July 15, 2021
B
bpo-43950: make BinOp specializations more reliable (GH-27126)
Batuhan Taskaya committed
July 12, 2021
B
bpo-43950: Specialize tracebacks for subscripts/binary ops (GH-27037)
Batuhan Taskaya committed
July 8, 2021
F
bpo-44446: support lineno being None in traceback.FrameSummary (GH-26781)
Filipe Laíns committed
July 4, 2021
A
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar committed
June 17, 2021
I
bpo-43024: improve signature (in help, etc) for functions taking sent… (GH-24331)
Irit Katriel committed
May 22, 2021
I
bpo-33809: add the TracebackException.print() method (GH-24231)
Irit Katriel committed
February 23, 2021
I
bpo-43146: fix None-handling in single-arg traceback.print_exception(None) (GH-24629)
Irit Katriel committed
I
bpo-43146: fix regression in traceback.print_exception(None) (GH-24463)
Irit Katriel committed
January 15, 2021
I
bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179)
Irit Katriel committed
January 12, 2021
I
bpo-42848: remove recursion from TracebackException (GH-24158)
Irit Katriel committed
December 22, 2020
December 1, 2020
I
bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531)
Irit Katriel committed
November 5, 2020
Z
bpo-26389: Allow passing an exception object in the traceback module (GH-22610)
Zackery Spytz committed
May 15, 2020
G
bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072)
Guido van Rossum committed
April 20, 2020
G
Fix typo in Lib/tracepack.py (GH-19605)
Galden committed
August 8, 2019
S
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka committed
September 10, 2018
B
bpo-26502: Implement FrameSummary.__len__() (GH-8632)
Berker Peksag committed
B
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
Benjamin Peterson committed
August 2, 2018
T
bpo-27910: Update documentation of traceback module (GH-6116)
torsava committed
October 17, 2017
Z
bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)
Zane Bitter committed
May 18, 2017
J
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne committed
September 22, 2016
M
Issue #27348: Merge exception formatting fix from 3.5 into 3.6
Martin Panter committed
M
Issue #27348: Restore “Exception: None” formatting in traceback module
Martin Panter committed
September 10, 2016
September 3, 2016
E
August 15, 2016
N
Issue #26823: Abbreviate recursive tracebacks
Nick Coghlan committed
May 26, 2016
M
Issue #27076: Merge spelling from 3.5
Martin Panter committed
M
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter committed
September 29, 2015
S
Issue #25111: Fixed comparison of traceback.FrameSummary.
Serhiy Storchaka committed
S
Issue #25111: Fixed comparison of traceback.FrameSummary.
Serhiy Storchaka committed
September 18, 2015
S
Issue #25108: Omitted internal frames in traceback functions print_stack(),
Serhiy Storchaka committed
S
Issue #25108: Omitted internal frames in traceback functions print_stack(),
Serhiy Storchaka committed
July 25, 2015
R
Issue #24710: Use cls in TracebackException.from_exception.
Robert Collins committed
July 24, 2015
B
Issue #24695: Fix a regression in traceback.print_exception()
Berker Peksag committed
May 3, 2015
S
Issue #22619: Added negative limit support in the traceback module.
Serhiy Storchaka committed
April 8, 2015
B
Issue #23883: Add missing entries to traceback.__all__.
Berker Peksag committed
March 16, 2015
R
Issue #23631: Fix traceback.format_list when a traceback has been mutated.
Robert Collins committed
March 5, 2015
R
Issue #22936: Make it possible to show local variables in tracebacks.
Robert Collins committed
R
Remaining fallout from 17911
Robert Collins committed
March 4, 2015
R
Issue #17911: traceback module overhaul
Robert Collins committed
July 22, 2014
S
Issue #22032: __qualname__ instead of __name__ is now always used to format
Serhiy Storchaka committed
January 22, 2014
F
Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError.
Florent Xicluna committed
F
Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError.
Florent Xicluna committed