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-142539: Fix `traceback` caret location calculation for `SyntaxError`s with...
Stan Ulbrych
2025-12-11
1
-5/+6
*
gh-142236: Fix incorrect keyword suggestions for syntax errors (#142328)
Pablo Galindo Salgado
2025-12-06
1
-0/+9
*
gh-139707: Add mechanism for distributors to supply error messages for missin...
Stan Ulbrych
2025-12-01
1
-1/+10
*
gh-139707: Better `ModuleNotFoundError` message for missing stdlib modules (G...
Stan Ulbrych
2025-10-21
1
-5/+8
*
gh-139374: colorize traceback when using `timeit` command-line interface (#13...
yihong
2025-09-28
1
-2/+2
*
gh-137967: Restore suggestions on nested attribute access (#137968)
Pablo Galindo Salgado
2025-08-21
1
-1/+39
*
gh-137078: Fix keyword typo recognition when executed over files (#137079)
Pablo Galindo Salgado
2025-08-15
1
-2/+2
*
gh-137576: Fix for Basic REPL showing incorrect code in tracebacks with `PYTH...
adam j hartz
2025-08-14
1
-1/+1
*
gh-134170: Add colorization to unraisable exceptions (#134183)
Peter Bierma
2025-08-04
1
-2/+3
*
gh-127598: Improve ModuleNotFoundError when -S is passed (GH-136821)
MonadChains
2025-07-20
1
-0/+5
*
fix traceback.FrameSummary docstring by adding end_lineno, colno, and end_col...
Ole Herman Schumacher Elgesem
2025-07-16
1
-0/+6
*
gh-130999: Avoid exiting the new REPL when there are non-string candidates fo...
devdanzin
2025-06-02
1
-2/+11
*
gh-133346: Make theming support in _colorize extensible (GH-133347)
Łukasz Langa
2025-05-05
1
-54/+51
*
gh-132385: Fix instance error suggestions trigger potential exceptions in `tr...
sobolevn
2025-05-02
1
-1/+5
*
gh-132449: Improve the algorithm to detect typos in keywords (#132837)
Pablo Galindo Salgado
2025-04-23
1
-3/+7
*
gh-132449: Improve syntax error messages for keywords with typos (#132450)
Pablo Galindo Salgado
2025-04-22
1
-0/+100
*
gh-132308: prevent `TracebackException` swallowing attributes of a falsey `Ex...
Duprat
2025-04-19
1
-3/+3
*
gh-117174: Add a new route in linecache to fetch interactive source code (#11...
Pablo Galindo Salgado
2025-03-10
1
-6/+14
*
gh-130250: fix regression in traceback.print_last (#130318)
Irit Katriel
2025-02-19
1
-4/+4
*
gh-96092: Fix traceback.walk_stack(None) skipping too many frames (#129330)
Ammar Askar
2025-02-13
1
-4/+8
*
gh-128894: Fix `TracebackException._format_syntax_error` on custom `SyntaxErr...
sobolevn
2025-01-22
1
-3/+10
*
gh-128595: Default to stdout isatty for colour detection instead of stderr (#...
Hugo van Kemenade
2025-01-20
1
-1/+1
*
gh-127347: Document `traceback.print_list` (#127348)
Tomas R.
2024-12-03
1
-1/+1
*
gh-125593: Use colors to highlight error locations in tracebacks from excepti...
Bogdan Romanyuk
2024-10-27
1
-1/+1
*
gh-122145: Handle an empty AST body when reporting tracebacks (#122161)
Bénédikt Tran
2024-09-18
1
-0/+2
*
gh-123123: Fix display of syntax errors covering multiple lines (#123131)
Pablo Galindo Salgado
2024-08-19
1
-3/+7
*
gh-99180: Make `StackSummary.should_show_carets` private (#119554)
Alex Waygood
2024-05-25
1
-2/+2
*
gh-118893: Evaluate all statements in the new REPL separately (#119318)
Pablo Galindo Salgado
2024-05-21
1
-2/+3
*
gh-116871: Improve name suggestions in tracebacks (GH-116930)
Serhiy Storchaka
2024-05-06
1
-0/+11
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
1
-2/+3
*
gh-117225: Move colorize functionality to own internal module (#118283)
Hugo van Kemenade
2024-05-01
1
-69/+27
*
gh-99180: Remove traceback anchors in return and assign statements that cover...
Pablo Galindo Salgado
2024-05-01
1
-5/+33
*
gh-112730: Make the test suite resilient to color-activation environment vari...
Pablo Galindo Salgado
2024-04-24
1
-10/+16
*
gh-117225: Add color to doctest output (#117583)
Hugo van Kemenade
2024-04-24
1
-0/+4
*
gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__...
Jérome Perrin
2024-01-16
1
-1/+5
*
gh-110721: Remove unused code from suggestions.c after moving PyErr_Display t...
Pablo Galindo Salgado
2024-01-08
1
-0/+7
*
gh-112730: Use color to highlight error locations (gh-112732)
Pablo Galindo Salgado
2023-12-06
1
-35/+162
*
gh-106922: Support multi-line error locations in traceback (attempt 2) (#112097)
William Wen
2023-12-01
1
-82/+286
*
gh-112332: Deprecate TracebackException.exc_type, add exc_type_str. (#112333)
Irit Katriel
2023-11-28
1
-12/+38
*
gh-111388: Add `show_group` parameter to `traceback.format_exception_only` (#...
Nikita Sobolev
2023-10-27
1
-6/+25
*
bpo-43950: handle wide unicode characters in tracebacks (#28150)
Batuhan Taskaya
2023-10-26
1
-12/+41
*
gh-67224: Show source lines in tracebacks when using the -c option when runni...
Pablo Galindo Salgado
2023-10-26
1
-6/+5
*
gh-111157: Mention `__notes__` in `traceback.format_exception_only` docstring...
Nikita Sobolev
2023-10-21
1
-15/+12
*
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
Pablo Galindo Salgado
2023-10-13
1
-3/+7
*
gh-110721: Use the traceback module for PyErr_Display() and fallback to the C...
Pablo Galindo Salgado
2023-10-12
1
-5/+21
*
gh-106922: Fix error location for constructs with spaces and parentheses (#10...
Pablo Galindo Salgado
2023-09-08
1
-3/+13
*
gh-105292: Add option to make traceback.TracebackException.format_exception_o...
Irit Katriel
2023-06-06
1
-6/+12
*
gh-89412: Add missing attributes (added in 3.10) to traceback module docs (#1...
Jakub Kuczys
2023-06-05
1
-2/+2
*
GH-89455: Add missing attributes (added in 3.11) to traceback module docs (#1...
Jakub Kuczys
2023-05-29
1
-0/+2
*
gh-102799: replace sys.exc_info by sys.exception in inspect and traceback mod...
Irit Katriel
2023-05-01
1
-3/+3
[next]