COMMITS
/ Lib/traceback.py March 22, 2026
S
gh-140049: Colorize exception notes in `traceback.py` (#140051)
Stan Ulbrych committed
March 20, 2026
P
gh-146171: Fix nested AttributeError suggestions (#146188)
Pablo Galindo Salgado committed
March 11, 2026
B
gh-139933: correctly suggest attributes for classes with a custom `__dir__` (GH-139950)
Bénédikt Tran committed
February 25, 2026
F
GH-145006: add ModuleNotFoundError hints when a module for a differen… (#145007)
Filipe Laíns committed
February 19, 2026
F
GH-134872: add ModuleNotFoundError suggestions (#142512)
Filipe Laíns committed
February 12, 2026
B
gh-144285: Improve `AttributeError` attribute suggestions (#144299)
Bartosz Sławecki committed
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
February 4, 2026
S
gh-143962: Improve name suggestions for not normalized names (GH-144154)
Serhiy Storchaka committed
December 11, 2025
December 6, 2025
P
gh-142236: Fix incorrect keyword suggestions for syntax errors (#142328)
Pablo Galindo Salgado committed
December 1, 2025
October 21, 2025
S
gh-139707: Better `ModuleNotFoundError` message for missing stdlib modules (GH-140219)
Stan Ulbrych committed
September 28, 2025
August 21, 2025
P
gh-137967: Restore suggestions on nested attribute access (#137968)
Pablo Galindo Salgado committed
August 15, 2025
P
gh-137078: Fix keyword typo recognition when executed over files (#137079)
Pablo Galindo Salgado committed
August 14, 2025
A
August 4, 2025
P
gh-134170: Add colorization to unraisable exceptions (#134183)
Peter Bierma committed
July 20, 2025
M
gh-127598: Improve ModuleNotFoundError when -S is passed (GH-136821)
MonadChains committed
July 16, 2025
O
fix traceback.FrameSummary docstring by adding end_lineno, colno, and end_colno (#136716)
Ole Herman Schumacher Elgesem committed
June 2, 2025
May 5, 2025
Ł
gh-133346: Make theming support in _colorize extensible (GH-133347)
Łukasz Langa committed
May 2, 2025
April 23, 2025
P
gh-132449: Improve the algorithm to detect typos in keywords (#132837)
Pablo Galindo Salgado committed
April 22, 2025
P
gh-132449: Improve syntax error messages for keywords with typos (#132450)
Pablo Galindo Salgado committed
April 19, 2025
March 10, 2025
P
gh-117174: Add a new route in linecache to fetch interactive source code (#117500)
Pablo Galindo Salgado committed
February 19, 2025
I
gh-130250: fix regression in traceback.print_last (#130318)
Irit Katriel committed
February 13, 2025
A
gh-96092: Fix traceback.walk_stack(None) skipping too many frames (#129330)
Ammar Askar committed
January 22, 2025
January 20, 2025
H
gh-128595: Default to stdout isatty for colour detection instead of stderr (#128498)
Hugo van Kemenade committed
December 3, 2024
T
gh-127347: Document `traceback.print_list` (#127348)
Tomas R. committed
October 27, 2024
B
gh-125593: Use colors to highlight error locations in tracebacks from exception group (#125681)
Bogdan Romanyuk committed
September 18, 2024
B
gh-122145: Handle an empty AST body when reporting tracebacks (#122161)
Bénédikt Tran committed
August 19, 2024
P
gh-123123: Fix display of syntax errors covering multiple lines (#123131)
Pablo Galindo Salgado committed
May 25, 2024
A
gh-99180: Make `StackSummary.should_show_carets` private (#119554)
Alex Waygood committed
May 21, 2024
P
gh-118893: Evaluate all statements in the new REPL separately (#119318)
Pablo Galindo Salgado committed
May 6, 2024
S
gh-116871: Improve name suggestions in tracebacks (GH-116930)
Serhiy Storchaka committed
May 5, 2024
P
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado committed
May 1, 2024
H
gh-117225: Move colorize functionality to own internal module (#118283)
Hugo van Kemenade committed
P
gh-99180: Remove traceback anchors in return and assign statements that cover all the displayed range (#112670)
Pablo Galindo Salgado committed
April 24, 2024
P
gh-112730: Make the test suite resilient to color-activation environment variables (#117672)
Pablo Galindo Salgado committed
H
gh-117225: Add color to doctest output (#117583)
Hugo van Kemenade committed
January 16, 2024
J
gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__ (GH-113359)
Jérome Perrin committed
January 8, 2024
P
gh-110721: Remove unused code from suggestions.c after moving PyErr_Display to use the traceback module (#113712)
Pablo Galindo Salgado committed
December 6, 2023
P
gh-112730: Use color to highlight error locations (gh-112732)
Pablo Galindo Salgado committed
December 1, 2023
W
gh-106922: Support multi-line error locations in traceback (attempt 2) (#112097)
William Wen committed
November 28, 2023
I
gh-112332: Deprecate TracebackException.exc_type, add exc_type_str. (#112333)
Irit Katriel committed
October 27, 2023
N
gh-111388: Add `show_group` parameter to `traceback.format_exception_only` (#111390)
Nikita Sobolev committed
October 26, 2023
B
bpo-43950: handle wide unicode characters in tracebacks (#28150)
Batuhan Taskaya committed
P
gh-67224: Show source lines in tracebacks when using the -c option when running Python (#111200)
Pablo Galindo Salgado committed