COMMITS
/ Lib/traceback.py 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
October 13, 2013
G
merge with 3.3
Georg Brandl committed
G
Closes #16657: fix docstring of traceback.format_tb().
Georg Brandl committed
September 15, 2013
A
#1565525: Add traceback.clear_frames() helper function to clear locals ref'd by a traceback
Andrew Kuchling committed
April 29, 2013
B
refactor traceback.py to reduce code duplication (closes #17646)
Benjamin Peterson committed
October 1, 2012
P
utilize yield from
Philip Jenvey committed
May 15, 2012
B
PEP 415: Implement suppression of __context__ display with an exception attribute
Benjamin Peterson committed
February 26, 2012
N
Close issue #6210: Implement PEP 409
Nick Coghlan committed
November 28, 2009
A
Issue #4486: When an exception has an explicit cause, do not print its implicit context too.
Antoine Pitrou committed
September 16, 2009
G
Small PEP8 correction.
Georg Brandl committed
June 4, 2009
G
Merged revisions 73186,73206,73212 via svnmerge from
Georg Brandl committed
April 5, 2009
G
Merged revisions 71237-71238 via svnmerge from
Georg Brandl committed
March 28, 2009
B
Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from
Benjamin Peterson committed
December 7, 2008
N
Remove unnecessary import
Neal Norwitz committed
September 9, 2008
H
Issue #3812: Failed to build python if configure --without-threads.
Hirokazu Yamamoto committed
July 15, 2008
B
implement chained exception tracebacks
Benjamin Peterson committed
May 12, 2008
G
Remove function obsolete since Python 2.3 from traceback module.
Georg Brandl committed
December 2, 2007
G
#1535: rename __builtin__ module to builtins.
Georg Brandl committed
August 5, 2007
G
Merged revisions 56492-56752 via svnmerge from
Guido van Rossum committed
February 27, 2007
B
Remove the ability to slice/index on exceptions per PEP 352.
Brett Cannon committed
February 26, 2007
N
Remove the exceptions builtin module, all the exceptions are already builtin.
Neal Norwitz committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
August 26, 2006
G
Inspired by SF patch #860326, make the exception formatting by
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 17, 2006
N
Remove sys.exc_type, sys.exc_value, sys.exc_traceback
Neal Norwitz committed