COMMITS
/ Lib/test/test_traceback.py April 7, 2026
G
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 28, 2026
B
gh-145334: Make lazy import tests discoverable (#145336)
Bartosz Sławecki committed
February 25, 2026
F
GH-145006: add ModuleNotFoundError hints when a module for a differen… (#145007)
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 15, 2025
B
gh-142737: Handle lost `io.open` in `_Py_FindSourceFile` (GH-142747)
Bartosz Sławecki 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
August 22, 2025
P
gh-130425: Add "Did you mean [...]" suggestions for `del obj.attr` (GH-136588)
Pranjal Prajapati committed
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
July 20, 2025
M
gh-127598: Improve ModuleNotFoundError when -S is passed (GH-136821)
MonadChains committed
June 2, 2025
Ł
gh-130999: Fix globals() poisoning in test_traceback (gh-135030)
Łukasz Langa committed
May 5, 2025
Ł
gh-133346: Make theming support in _colorize extensible (GH-133347)
Łukasz Langa committed
May 2, 2025
April 19, 2025
April 1, 2025
M
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage committed
March 31, 2025
P
gh-131936: Strengthen check in `_suggestions._generate_suggestions` (#131945)
Peter Bierma committed
March 27, 2025
V
gh-131712: Build _suggestions extension on Windows (#131759)
Victor Stinner committed
February 20, 2025
I
I
gh-130250: fix cleanup in test (impacts refleaks runs) (#130329)
Irit Katriel 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 25, 2025
I
gh-128799: Add frame of except* to traceback when wrapping a naked exception (#128971)
Irit Katriel committed
January 22, 2025
January 20, 2025
S
gh-71339: Use new assertion methods in test_traceback (GH-128848)
Serhiy Storchaka committed
January 13, 2025
H
gh-128595: Add test class helper to force no terminal colour (#128687)
Hugo van Kemenade committed
December 5, 2024
H
gh-127146: Emscripten: Skip segfaults in test suite (#127151)
Hood Chatham 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
October 15, 2024
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
June 11, 2024
J
gh-119180: PEP 649 compiler changes (#119361)
Jelle Zijlstra 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 26, 2024
P
gh-112730: Respect tests that require environment variables with no-colorize fixes (#118288)
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
February 11, 2024
N
gh-115282: Fix direct invocation of `test_traceback.py` (#115283)
Nikita Sobolev committed
January 16, 2024
J
gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__ (GH-113359)
Jérome Perrin committed