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
/
test
/
test_traceback.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45249: Ensure the traceback module prints correctly syntax errors with ra...
Pablo Galindo Salgado
2021-09-27
1
-0/+13
*
bpo-41031: Match C and Python code formatting of unprintable exceptions and e...
Irit Katriel
2021-09-05
1
-3/+29
*
bpo-45075: distinguish between frame and FrameSummary in traceback mo… (GH-...
Irit Katriel
2021-09-03
1
-5/+5
*
bpo-45083: Include the exception class qualname when formatting an exception ...
Irit Katriel
2021-09-03
1
-0/+13
*
bpo-31299: make it possible to filter out frames from tracebacks (GH-28067)
Irit Katriel
2021-08-31
1
-0/+28
*
bpo-43950: support some multi-line expressions for PEP 657 (GH-27339)
Batuhan Taskaya
2021-07-25
1
-0/+24
*
bpo-43950: support long lines in traceback.py (GH-27336)
Batuhan Taskaya
2021-07-24
1
-0/+22
*
bpo-43950: ensure source_line is present when specialising the traceback (GH-...
Batuhan Taskaya
2021-07-24
1
-0/+25
*
bpo-44569: Decouple frame formatting in traceback.py (GH-27038)
Ammar Askar
2021-07-16
1
-0/+15
*
bpo-43950: make BinOp specializations more reliable (GH-27126)
Batuhan Taskaya
2021-07-15
1
-0/+38
*
bpo-43950: Specialize tracebacks for subscripts/binary ops (GH-27037)
Batuhan Taskaya
2021-07-12
1
-2/+80
*
bpo-44446: support lineno being None in traceback.FrameSummary (GH-26781)
Filipe Laíns
2021-07-08
1
-0/+4
*
Remove __cleanenv from PEP-657 tests (GH-27060)
Ammar Askar
2021-07-07
1
-2/+2
*
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar
2021-07-07
1
-17/+88
*
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar
2021-07-04
1
-21/+155
*
bpo-43024: improve signature (in help, etc) for functions taking sent… (GH-...
Irit Katriel
2021-06-17
1
-0/+16
*
bpo-33809: add the TracebackException.print() method (GH-24231)
Irit Katriel
2021-05-22
1
-0/+17
*
bpo-43146: fix None-handling in single-arg traceback.print_exception(None) (G...
Irit Katriel
2021-02-23
1
-0/+5
*
bpo-43146: fix regression in traceback.print_exception(None) (GH-24463)
Irit Katriel
2021-02-23
1
-0/+18
*
bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179)
Irit Katriel
2021-01-15
1
-0/+40
*
bpo-42848: remove recursion from TracebackException (GH-24158)
Irit Katriel
2021-01-12
1
-0/+25
*
bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors ...
Irit Katriel
2020-12-22
1
-0/+25
*
bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531)
Irit Katriel
2020-12-01
1
-0/+22
*
bpo-42474: test TracebackException comparison to non-equal instances (GH-23522)
Irit Katriel
2020-11-27
1
-2/+39
*
bpo-26389: Allow passing an exception object in the traceback module (GH-22610)
Zackery Spytz
2020-11-05
1
-0/+20
*
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
Victor Stinner
2020-08-11
1
-2/+2
*
bpo-40275: Use new test.support helper submodules in tests (GH-21317)
Hai Shi
2020-07-06
1
-1/+2
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
1
-1/+0
*
bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072)
Guido van Rossum
2020-05-15
1
-8/+26
*
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner
2020-04-23
1
-2/+1
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-0/+2
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
1
-1/+0
*
Remove binding of captured exceptions when not used to reduce the chances of ...
Pablo Galindo
2019-11-19
1
-5/+5
*
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka
2019-08-08
1
-1/+15
*
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-16
1
-1/+1
*
bpo-12458: Fix line numbers for multiline expressions. (GH-8774)
Serhiy Storchaka
2018-09-17
1
-2/+2
*
bpo-26502: Implement FrameSummary.__len__() (GH-8632)
Berker Peksag
2018-09-10
1
-0/+5
*
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
Benjamin Peterson
2018-09-10
1
-2/+59
*
bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)
Zane Bitter
2017-10-17
1
-0/+46
*
bpo-30445: Allow appended output in RecursionError message
codedragon
2017-05-24
1
-1/+2
*
Issue #25783: Fixed test_traceback when run directly (without regrtest).
Serhiy Storchaka
2016-10-07
1
-2/+6
|
\
|
*
Issue #25783: Fixed test_traceback when run directly (without regrtest).
Serhiy Storchaka
2016-10-07
1
-2/+6
*
|
Issue #27348: Merge exception formatting fix from 3.5 into 3.6
Martin Panter
2016-09-22
1
-5/+12
|
\
\
|
|
/
|
*
Issue #27348: Restore “Exception: None” formatting in traceback module
Martin Panter
2016-09-22
1
-5/+12
*
|
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
Serhiy Storchaka
2016-09-11
1
-2/+1
*
|
Issue 27948: Allow backslashes in the literal string portion of f-strings, bu...
Eric V. Smith
2016-09-10
1
-14/+14
*
|
Rework CALL_FUNCTION* opcodes
Victor Stinner
2016-09-09
1
-0/+1
*
|
Issue 27921: Remove backslash from another f-string. I'll revert this change ...
Eric V. Smith
2016-09-03
1
-14/+14
*
|
Issue #26823: Abbreviate recursive tracebacks
Nick Coghlan
2016-08-15
1
-0/+131
*
|
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
Serhiy Storchaka
2016-07-03
1
-0/+1
|
\
\
|
|
/
[next]