COMMITS
/ Lib/test/test_exceptions.py March 27, 2026
B
gh-146250: Fix memory leak in re-initialization of `SyntaxError` (#146251)
Brij Kapadia committed
January 31, 2026
A
gh-143055: Implementation of PEP 798 (#143056)
adam j hartz committed
November 11, 2025
Y
October 22, 2025
B
gh-140253: Improve the syntax error from an ill-positioned double-star subpattern (#140254)
Bartosz Sławecki committed
October 10, 2025
S
gh-63161: Fix PEP 263 support (GH-139481)
Serhiy Storchaka committed
August 14, 2025
Y
June 19, 2025
H
gh-127146: Add skip_emscripten_stack_overflow in a few places (#135722)
Hood Chatham committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
May 20, 2025
H
gh-127146: xfail more Emscripten stack overflows (#134358)
Hood Chatham committed
April 22, 2025
P
gh-132449: Improve syntax error messages for keywords with typos (#132450)
Pablo Galindo Salgado committed
March 1, 2025
B
gh-128974: Fix `UnicodeError.__str__` when custom attributes have side-effects (#128975)
Bénédikt Tran committed
February 25, 2025
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 24, 2025
February 19, 2025
M
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon committed
February 13, 2025
P
gh-88535: Improve syntax error for wrongly closed strings (#26633)
Pablo Galindo Salgado committed
February 5, 2025
V
gh-129354: Use PyErr_FormatUnraisable() function (#129523)
Victor Stinner committed
January 21, 2025
H
gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env vars (#127877)
Hugo van Kemenade committed
January 13, 2025
H
gh-128595: Add test class helper to force no terminal colour (#128687)
Hugo van Kemenade committed
December 11, 2024
N
gh-111609: Test `end_offset` in SyntaxError subclass (#127830)
Nice Zombies committed
October 29, 2024
B
gh-126139: Improve error message location for future statement with unknown feature (#126140)
Brian Schubert committed
October 8, 2024
B
gh-123378: fix a crash in `UnicodeError.__str__` (#124935)
Bénédikt Tran committed
September 24, 2024
S
gh-124188: Fix PyErr_ProgramTextObject() (GH-124189)
Serhiy Storchaka committed
June 15, 2024
N
gh-120544: Add `else: fail()` to tests where exception is expected (#120545)
Nikita Sobolev committed
May 10, 2024
V
gh-118702: Implement vectorcall for BaseException (#118703)
Victor Stinner committed
April 24, 2024
P
gh-112730: Make the test suite resilient to color-activation environment variables (#117672)
Pablo Galindo Salgado committed
April 11, 2024
N
gh-117606: Truncate extremely long error message in `test_exceptions` (#117670)
Nice Zombies committed
April 8, 2024
E
gh-116303: Skip tests if C recursion limit is unavailable (GH-117368)
Erlend E. Aasland committed
April 3, 2024
E
gh-116303: Skip test module dependent tests if test modules are unavailable (#117341)
Erlend E. Aasland committed
February 26, 2024
P
gh-115823: Calculate correctly error locations when dealing with implicit encodings (#115824)
Pablo Galindo Salgado committed
February 8, 2024
S
December 1, 2023
W
gh-106922: Support multi-line error locations in traceback (attempt 2) (#112097)
William Wen committed
November 3, 2023
A
gh-111654: remove redundant decref in LOAD_FROM_DICT_OR_DEREF (#111655)
AN Long committed
October 23, 2023
R
gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-110911)
Radislav Chugunov committed
October 16, 2023
L
gh-107450: Check for overflow in the tokenizer and fix overflow test (#110832)
Lysandros Nikolaou committed
October 13, 2023
L
gh-107450: Fix testMemoryErrorBigSource using the bigmemtest decorator (GH-110810)
Lysandros Nikolaou committed
L
gh-107450: Fix parser column offset overflow test on Windows (#110768)
Lysandros Nikolaou committed
October 12, 2023
L
gh-107450: Raise OverflowError when parser column offset overflows (#110754)
Lysandros Nikolaou committed
L
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
Lysandros Nikolaou committed
September 2, 2023
S
gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)
Serhiy Storchaka committed
August 31, 2023
V
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner committed
August 16, 2023
N
gh-105724: Add location information to `assert` errors (GH-105935)
Nikita Sobolev committed
May 12, 2023
C
gh-103333: Pickle the keyword attributes of AttributeError (#103352)
Charles Machalow committed
April 19, 2023
P
gh-102856: Initial implementation of PEP 701 (#102855)
Pablo Galindo Salgado committed
April 6, 2023
I
gh-102799: use sys.exception() instead of sys.exc_info() in tests (#103293)
Irit Katriel committed
April 5, 2023
I
gh-89058: remove skip from test_no_hang_on_context_chain_cycle2 (#102903)
Irit Katriel committed
March 18, 2023
I
gh-102799: remove unnecessary calls to sys.exc_info() in tests (#102800)
Irit Katriel committed
February 8, 2023
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
December 23, 2022
N
gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)
Nikita Sobolev committed
October 5, 2022
M
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
Mark Shannon committed
October 4, 2022
Ł
gh-97008: Add a Python implementation of AttributeError and NameError suggestions (#97022)
Łukasz Langa committed