COMMITS
/ Lib/test/test_syntax.py February 28, 2026
P
gh-145241: specialize SyntaxError for single trailing-comma with item (#145282)
Pablo Galindo Salgado committed
February 14, 2026
M
gh-138912: Improve MATCH_CLASS opcode performance (GH-138915)
Marc Mueller committed
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
December 11, 2025
P
gh-142236: Improve error location for missing comma in string concatenations (#142330)
Pablo Galindo Salgado committed
October 26, 2025
B
October 24, 2025
S
gh-138857: Improve error message for `case` outside of `match` (#138858)
sobolevn committed
October 22, 2025
B
gh-140253: Improve the syntax error from an ill-positioned double-star subpattern (#140254)
Bartosz Sławecki committed
September 10, 2025
S
gh-138716: Fix `assert a := b` syntax error message (#138718)
sobolevn committed
September 9, 2025
S
gh-136616: Improve `assert` syntax error messages (#136653)
sobolevn committed
June 30, 2025
S
gh-135422: Fix regression in `SyntaxError` messages after #134036 (#135423)
sobolevn committed
June 10, 2025
P
gh-130077: Properly match full soft keywords in the parser (#135317)
Pablo Galindo Salgado committed
June 6, 2025
V
gh-134036: Update test_syntax for gh-133999 (#135204)
Victor Stinner committed
S
gh-134036: Improve error messages for invalid `raise` statements (#134077)
sobolevn committed
May 17, 2025
S
gh-133999: Fix `except` parsing regression in 3.14 (#134035)
sobolevn committed
May 10, 2025
S
gh-133379: Fix misuse of the term "arguments" in error messages (GH-133382)
Stan Ulbrych committed
May 2, 2025
S
S
gh-123539: Improve SyntaxError msg for `import as` with not a name (#123629)
sobolevn committed
April 30, 2025
S
gh-133197: Improve error message for `ft""` and `bt""` cases (#133202)
sobolevn committed
L
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou committed
April 25, 2025
S
gh-129858: Special syntax error for `elif` block after `else` (#129902)
Steele Farnsworth committed
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 4, 2025
T
gh-128632: fix segfault on nested __classdict__ type param (#128744)
Tomasz Pytel committed
F
GH-131770: increase assumed WASI stack size to 131072 (wasi-sdk default) (#131844)
Filipe Laíns 🇵🇸 committed
April 1, 2025
P
gh-131831: Implement PEP 758 – Allow except and except* expressions without parentheses (#131833)
Pablo Galindo Salgado committed
March 17, 2025
I
gh-130080: implement PEP 765 (#130087)
Irit Katriel committed
February 18, 2025
S
gh-129515: Clarify syntax error messages for conditional expressions (#129880)
Sergey Miryanov committed
February 13, 2025
P
gh-88535: Improve syntax error for wrongly closed strings (#26633)
Pablo Galindo Salgado committed
September 2, 2024
S
gh-123562: Improve `SyntaxError` message for `case ... as a.b` (#123563)
sobolevn committed
August 30, 2024
S
July 26, 2024
I
gh-122245: Add test case of generic type with __debug__ (#122322)
Irit Katriel committed
I
gh-122245: move checks for writes and shadowing of __debug__ to symtable (#122246)
Irit Katriel committed
June 17, 2024
B
gh-119933: Improve ``SyntaxError`` message for invalid type parameters expressions (#119976)
Bénédikt Tran committed
June 4, 2024
May 7, 2024
N
gh-118090: Improve error message for empty type param brackets (GH-118091)
Nikita Sobolev committed
May 1, 2024
I
gh-116767: fix crash on 'async with' with many context managers (GH-118348)
Irit Katriel committed
April 23, 2024
N
gh-118082: Improve `import` without names syntax error message (#118083)
Nikita Sobolev committed
April 2, 2024
G
gh-109120: Fix syntax error in handlinh of incorrect star expressions (#117444)
Grigoriev Semyon committed
March 26, 2024
P
bpo-24612: Improve syntax error for 'not' after an operator (GH-28170)
Pablo Galindo Salgado committed
January 6, 2024
G
gh-111488: Changed error message in case of no 'in' keyword after 'for' in cmp (#113656)
Grigoriev Semyon committed
January 2, 2024
P
gh-113602: Bail out when the parser tries to override existing errors (#113607)
Pablo Galindo Salgado committed
December 22, 2023
I
gh-113297: Fix segfault in compiler for with statement with 19 context managers (#113327)
Irit Katriel committed
December 11, 2023
A
Fix SyntaxWarning in test_syntax.py (GH-112944)
Anthony Sottile committed
November 27, 2023
P
gh-112387: Fix error positions for decoded strings with backwards tokenize errors (#112409)
Pablo Galindo Salgado committed
P
gh-112388: Fix an error that was causing the parser to try to overwrite tokenizer errors (#112410)
Pablo Galindo Salgado committed
November 20, 2023
C
bpo-45759: Better error messages for non-matching 'elif'/'else' statements (#29513)
Crowthebird committed
October 18, 2023
S
N
gh-110938: More syntax tests for PEP695 funcs and classes (#110986)
Nikita Sobolev committed
October 17, 2023
P
gh-110938: Fix error messages for indented blocks with functions and classes with generic type parameters (#110973)
Pablo Galindo Salgado committed
October 12, 2023
P
gh-110696: Fix incorrect syntax error message for incorrect argument unpacking (#110706)
Pablo Galindo Salgado committed