summaryrefslogtreecommitdiffstats
path: root/Lib/traceback.py
Commit message (Expand)AuthorAgeFilesLines
* gh-142539: Fix `traceback` caret location calculation for `SyntaxError`s with...Stan Ulbrych2025-12-111-5/+6
* gh-142236: Fix incorrect keyword suggestions for syntax errors (#142328)Pablo Galindo Salgado2025-12-061-0/+9
* gh-139707: Add mechanism for distributors to supply error messages for missin...Stan Ulbrych2025-12-011-1/+10
* gh-139707: Better `ModuleNotFoundError` message for missing stdlib modules (G...Stan Ulbrych2025-10-211-5/+8
* gh-139374: colorize traceback when using `timeit` command-line interface (#13...yihong2025-09-281-2/+2
* gh-137967: Restore suggestions on nested attribute access (#137968)Pablo Galindo Salgado2025-08-211-1/+39
* gh-137078: Fix keyword typo recognition when executed over files (#137079)Pablo Galindo Salgado2025-08-151-2/+2
* gh-137576: Fix for Basic REPL showing incorrect code in tracebacks with `PYTH...adam j hartz2025-08-141-1/+1
* gh-134170: Add colorization to unraisable exceptions (#134183)Peter Bierma2025-08-041-2/+3
* gh-127598: Improve ModuleNotFoundError when -S is passed (GH-136821)MonadChains2025-07-201-0/+5
* fix traceback.FrameSummary docstring by adding end_lineno, colno, and end_col...Ole Herman Schumacher Elgesem2025-07-161-0/+6
* gh-130999: Avoid exiting the new REPL when there are non-string candidates fo...devdanzin2025-06-021-2/+11
* gh-133346: Make theming support in _colorize extensible (GH-133347)Łukasz Langa2025-05-051-54/+51
* gh-132385: Fix instance error suggestions trigger potential exceptions in `tr...sobolevn2025-05-021-1/+5
* gh-132449: Improve the algorithm to detect typos in keywords (#132837)Pablo Galindo Salgado2025-04-231-3/+7
* gh-132449: Improve syntax error messages for keywords with typos (#132450)Pablo Galindo Salgado2025-04-221-0/+100
* gh-132308: prevent `TracebackException` swallowing attributes of a falsey `Ex...Duprat2025-04-191-3/+3
* gh-117174: Add a new route in linecache to fetch interactive source code (#11...Pablo Galindo Salgado2025-03-101-6/+14
* gh-130250: fix regression in traceback.print_last (#130318)Irit Katriel2025-02-191-4/+4
* gh-96092: Fix traceback.walk_stack(None) skipping too many frames (#129330)Ammar Askar2025-02-131-4/+8
* gh-128894: Fix `TracebackException._format_syntax_error` on custom `SyntaxErr...sobolevn2025-01-221-3/+10
* gh-128595: Default to stdout isatty for colour detection instead of stderr (#...Hugo van Kemenade2025-01-201-1/+1
* gh-127347: Document `traceback.print_list` (#127348)Tomas R.2024-12-031-1/+1
* gh-125593: Use colors to highlight error locations in tracebacks from excepti...Bogdan Romanyuk2024-10-271-1/+1
* gh-122145: Handle an empty AST body when reporting tracebacks (#122161)Bénédikt Tran2024-09-181-0/+2
* gh-123123: Fix display of syntax errors covering multiple lines (#123131)Pablo Galindo Salgado2024-08-191-3/+7
* gh-99180: Make `StackSummary.should_show_carets` private (#119554)Alex Waygood2024-05-251-2/+2
* gh-118893: Evaluate all statements in the new REPL separately (#119318)Pablo Galindo Salgado2024-05-211-2/+3
* gh-116871: Improve name suggestions in tracebacks (GH-116930)Serhiy Storchaka2024-05-061-0/+11
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-051-2/+3
* gh-117225: Move colorize functionality to own internal module (#118283)Hugo van Kemenade2024-05-011-69/+27
* gh-99180: Remove traceback anchors in return and assign statements that cover...Pablo Galindo Salgado2024-05-011-5/+33
* gh-112730: Make the test suite resilient to color-activation environment vari...Pablo Galindo Salgado2024-04-241-10/+16
* gh-117225: Add color to doctest output (#117583)Hugo van Kemenade2024-04-241-0/+4
* gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__...Jérome Perrin2024-01-161-1/+5
* gh-110721: Remove unused code from suggestions.c after moving PyErr_Display t...Pablo Galindo Salgado2024-01-081-0/+7
* gh-112730: Use color to highlight error locations (gh-112732)Pablo Galindo Salgado2023-12-061-35/+162
* gh-106922: Support multi-line error locations in traceback (attempt 2) (#112097)William Wen2023-12-011-82/+286
* gh-112332: Deprecate TracebackException.exc_type, add exc_type_str. (#112333)Irit Katriel2023-11-281-12/+38
* gh-111388: Add `show_group` parameter to `traceback.format_exception_only` (#...Nikita Sobolev2023-10-271-6/+25
* bpo-43950: handle wide unicode characters in tracebacks (#28150)Batuhan Taskaya2023-10-261-12/+41
* gh-67224: Show source lines in tracebacks when using the -c option when runni...Pablo Galindo Salgado2023-10-261-6/+5
* gh-111157: Mention `__notes__` in `traceback.format_exception_only` docstring...Nikita Sobolev2023-10-211-15/+12
* gh-110805: Allow the repl to show source code and complete tracebacks (#110775)Pablo Galindo Salgado2023-10-131-3/+7
* gh-110721: Use the traceback module for PyErr_Display() and fallback to the C...Pablo Galindo Salgado2023-10-121-5/+21
* gh-106922: Fix error location for constructs with spaces and parentheses (#10...Pablo Galindo Salgado2023-09-081-3/+13
* gh-105292: Add option to make traceback.TracebackException.format_exception_o...Irit Katriel2023-06-061-6/+12
* gh-89412: Add missing attributes (added in 3.10) to traceback module docs (#1...Jakub Kuczys2023-06-051-2/+2
* GH-89455: Add missing attributes (added in 3.11) to traceback module docs (#1...Jakub Kuczys2023-05-291-0/+2
* gh-102799: replace sys.exc_info by sys.exception in inspect and traceback mod...Irit Katriel2023-05-011-3/+3