index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
traceback.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-87822: Make traceback module robust to exceptions from repr() of local val...
Simon-Martin Schröder
2022-07-11
1
-1/+2
*
gh-93883: elide traceback indicators when possible (#93994)
John Belmonte
2022-07-11
1
-13/+17
*
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
Irit Katriel
2022-04-16
1
-10/+14
*
bpo-45615: Add missing test for printing traceback for non-exception. Fix tra...
Irit Katriel
2022-01-02
1
-1/+5
*
bpo-45607: Make it possible to enrich exception displays via setting their __...
Irit Katriel
2021-12-03
1
-0/+4
*
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-...
Irit Katriel
2021-11-27
1
-0/+2
*
bpo-45292: [PEP 654] Update traceback display code to work with exception gro...
Irit Katriel
2021-11-05
1
-13/+128
*
bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)
Pablo Galindo Salgado
2021-10-16
1
-1/+1
*
bpo-45249: Ensure the traceback module prints correctly syntax errors with ra...
Pablo Galindo Salgado
2021-09-27
1
-6/+21
*
bpo-41031: Match C and Python code formatting of unprintable exceptions and e...
Irit Katriel
2021-09-05
1
-1/+1
*
bpo-45075: distinguish between frame and FrameSummary in traceback mo… (GH-...
Irit Katriel
2021-09-03
1
-29/+33
*
bpo-31299: make it possible to filter out frames from tracebacks (GH-28067)
Irit Katriel
2021-08-31
1
-0/+3
*
bpo-43950: support some multi-line expressions for PEP 657 (GH-27339)
Batuhan Taskaya
2021-07-25
1
-8/+10
*
bpo-43950: support long lines in traceback.py (GH-27336)
Batuhan Taskaya
2021-07-24
1
-1/+5
*
bpo-44569: Decouple frame formatting in traceback.py (GH-27038)
Ammar Askar
2021-07-16
1
-34/+44
*
bpo-43950: make BinOp specializations more reliable (GH-27126)
Batuhan Taskaya
2021-07-15
1
-1/+1
*
bpo-43950: Specialize tracebacks for subscripts/binary ops (GH-27037)
Batuhan Taskaya
2021-07-12
1
-1/+59
*
bpo-44446: support lineno being None in traceback.FrameSummary (GH-26781)
Filipe Laíns
2021-07-08
1
-0/+2
*
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar
2021-07-04
1
-10/+79
*
bpo-43024: improve signature (in help, etc) for functions taking sent… (GH-...
Irit Katriel
2021-06-17
1
-1/+4
*
bpo-33809: add the TracebackException.print() method (GH-24231)
Irit Katriel
2021-05-22
1
-4/+8
*
bpo-43146: fix None-handling in single-arg traceback.print_exception(None) (G...
Irit Katriel
2021-02-23
1
-1/+4
*
bpo-43146: fix regression in traceback.print_exception(None) (GH-24463)
Irit Katriel
2021-02-23
1
-1/+3
*
bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179)
Irit Katriel
2021-01-15
1
-9/+16
*
bpo-42848: remove recursion from TracebackException (GH-24158)
Irit Katriel
2021-01-12
1
-46/+69
*
bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors ...
Irit Katriel
2020-12-22
1
-5/+9
*
bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531)
Irit Katriel
2020-12-01
1
-3/+2
*
bpo-26389: Allow passing an exception object in the traceback module (GH-22610)
Zackery Spytz
2020-11-05
1
-13/+23
*
bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072)
Guido van Rossum
2020-05-15
1
-11/+18
*
Fix typo in Lib/tracepack.py (GH-19605)
Galden
2020-04-20
1
-1/+1
*
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka
2019-08-08
1
-1/+3
*
bpo-26502: Implement FrameSummary.__len__() (GH-8632)
Berker Peksag
2018-09-10
1
-0/+3
*
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
Benjamin Peterson
2018-09-10
1
-10/+19
*
bpo-27910: Update documentation of traceback module (GH-6116)
torsava
2018-08-02
1
-13/+16
*
bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)
Zane Bitter
2017-10-17
1
-3/+3
*
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne
2017-05-18
1
-2/+1
*
Issue #27348: Merge exception formatting fix from 3.5 into 3.6
Martin Panter
2016-09-22
1
-1/+1
|
\
|
*
Issue #27348: Restore “Exception: None” formatting in traceback module
Martin Panter
2016-09-22
1
-1/+1
*
|
Issue 27948: Allow backslashes in the literal string portion of f-strings, bu...
Eric V. Smith
2016-09-10
1
-2/+2
*
|
Issue 27921: Remove backslash from another f-string. I'll revert this change ...
Eric V. Smith
2016-09-03
1
-2/+2
*
|
Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a tem...
Eric V. Smith
2016-09-03
1
-2/+2
*
|
Issue #26823: Abbreviate recursive tracebacks
Nick Coghlan
2016-08-15
1
-0/+23
*
|
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
1
-5/+5
|
\
\
|
|
/
|
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-5/+5
*
|
Issue #25111: Fixed comparison of traceback.FrameSummary.
Serhiy Storchaka
2015-09-29
1
-4/+8
|
\
\
|
|
/
|
*
Issue #25111: Fixed comparison of traceback.FrameSummary.
Serhiy Storchaka
2015-09-29
1
-4/+8
*
|
Issue #25108: Omitted internal frames in traceback functions print_stack(),
Serhiy Storchaka
2015-09-18
1
-0/+6
|
\
\
|
|
/
|
*
Issue #25108: Omitted internal frames in traceback functions print_stack(),
Serhiy Storchaka
2015-09-18
1
-0/+6
*
|
Issue #24710: Use cls in TracebackException.from_exception.
Robert Collins
2015-07-25
1
-3/+2
|
/
*
Issue #24695: Fix a regression in traceback.print_exception()
Berker Peksag
2015-07-24
1
-1/+3
[next]