index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_syntax.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-142236: Improve error location for missing comma in string concatenations ...
Pablo Galindo Salgado
2025-12-11
1
-0/+14
*
gh-138944: Fix `SyntaxError` message for invalid syntax following valid impor...
Brian Schubert
2025-10-26
1
-0/+19
*
gh-138857: Improve error message for `case` outside of `match` (#138858)
sobolevn
2025-10-24
1
-0/+36
*
gh-140253: Improve the syntax error from an ill-positioned double-star subpat...
Bartosz Sławecki
2025-10-22
1
-7/+19
*
gh-138716: Fix `assert a := b` syntax error message (#138718)
sobolevn
2025-09-10
1
-2/+7
*
gh-136616: Improve `assert` syntax error messages (#136653)
sobolevn
2025-09-09
1
-0/+65
*
gh-135422: Fix regression in `SyntaxError` messages after #134036 (#135423)
sobolevn
2025-06-30
1
-0/+7
*
gh-130077: Properly match full soft keywords in the parser (#135317)
Pablo Galindo Salgado
2025-06-10
1
-0/+7
*
gh-134036: Update test_syntax for gh-133999 (#135204)
Victor Stinner
2025-06-06
1
-3/+3
*
gh-134036: Improve error messages for invalid `raise` statements (#134077)
sobolevn
2025-06-06
1
-0/+22
*
gh-133999: Fix `except` parsing regression in 3.14 (#134035)
sobolevn
2025-05-17
1
-0/+17
*
gh-133379: Fix misuse of the term "arguments" in error messages (GH-133382)
Stan Ulbrych
2025-05-10
1
-28/+28
*
gh-133197: Improve error message for incompatible string / bytes prefixes (#1...
sobolevn
2025-05-02
1
-7/+63
*
gh-123539: Improve SyntaxError msg for `import as` with not a name (#123629)
sobolevn
2025-05-02
1
-0/+50
*
gh-133197: Improve error message for `ft""` and `bt""` cases (#133202)
sobolevn
2025-04-30
1
-0/+16
*
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou
2025-04-30
1
-0/+8
*
gh-129858: Special syntax error for `elif` block after `else` (#129902)
Steele Farnsworth
2025-04-25
1
-0/+12
*
gh-132449: Improve the algorithm to detect typos in keywords (#132837)
Pablo Galindo Salgado
2025-04-23
1
-0/+6
*
gh-132449: Improve syntax error messages for keywords with typos (#132450)
Pablo Galindo Salgado
2025-04-22
1
-1/+125
*
gh-128632: fix segfault on nested __classdict__ type param (#128744)
Tomasz Pytel
2025-04-04
1
-0/+19
*
GH-131770: increase assumed WASI stack size to 131072 (wasi-sdk default) (#13...
Filipe Laíns 🇵🇸
2025-04-04
1
-0/+1
*
gh-131831: Implement PEP 758 – Allow except and except* expressions without...
Pablo Galindo Salgado
2025-04-01
1
-33/+5
*
gh-130080: implement PEP 765 (#130087)
Irit Katriel
2025-03-17
1
-33/+126
*
gh-129515: Clarify syntax error messages for conditional expressions (#129880)
Sergey Miryanov
2025-02-18
1
-0/+50
*
gh-88535: Improve syntax error for wrongly closed strings (#26633)
Pablo Galindo Salgado
2025-02-13
1
-0/+6
*
gh-123562: Improve `SyntaxError` message for `case ... as a.b` (#123563)
sobolevn
2024-09-02
1
-1/+41
*
gh-123440: Improve error message for `except as` used with not a name (#123442)
sobolevn
2024-08-30
1
-0/+47
*
gh-122245: Add test case of generic type with __debug__ (#122322)
Irit Katriel
2024-07-26
1
-0/+4
*
gh-122245: move checks for writes and shadowing of __debug__ to symtable (#12...
Irit Katriel
2024-07-26
1
-0/+79
*
gh-119933: Improve ``SyntaxError`` message for invalid type parameters expres...
Bénédikt Tran
2024-06-17
1
-0/+100
*
gh-119724: Revert "bpo-45759: Better error messages for non-matching 'elif'/'...
Petr Viktorin
2024-06-04
1
-59/+2
*
gh-118090: Improve error message for empty type param brackets (GH-118091)
Nikita Sobolev
2024-05-07
1
-0/+41
*
gh-116767: fix crash on 'async with' with many context managers (GH-118348)
Irit Katriel
2024-05-01
1
-4/+32
*
gh-118082: Improve `import` without names syntax error message (#118083)
Nikita Sobolev
2024-04-23
1
-0/+12
*
gh-109120: Fix syntax error in handlinh of incorrect star expressions (#117444)
Grigoriev Semyon
2024-04-02
1
-7/+19
*
bpo-24612: Improve syntax error for 'not' after an operator (GH-28170)
Pablo Galindo Salgado
2024-03-26
1
-0/+43
*
gh-111488: Changed error message in case of no 'in' keyword after 'for' in cm...
Grigoriev Semyon
2024-01-06
1
-0/+30
*
gh-113602: Bail out when the parser tries to override existing errors (#113607)
Pablo Galindo Salgado
2024-01-02
1
-0/+2
*
gh-113297: Fix segfault in compiler for with statement with 19 context manage...
Irit Katriel
2023-12-22
1
-0/+26
*
Fix SyntaxWarning in test_syntax.py (GH-112944)
Anthony Sottile
2023-12-11
1
-1/+1
*
gh-112387: Fix error positions for decoded strings with backwards tokenize er...
Pablo Galindo Salgado
2023-11-27
1
-0/+4
*
gh-112388: Fix an error that was causing the parser to try to overwrite token...
Pablo Galindo Salgado
2023-11-27
1
-0/+1
*
bpo-45759: Better error messages for non-matching 'elif'/'else' statements (#...
Crowthebird
2023-11-20
1
-2/+59
*
gh-100445: Improve error message for unterminated strings with escapes (#100446)
Shantanu
2023-10-18
1
-2/+8
*
gh-110938: More syntax tests for PEP695 funcs and classes (#110986)
Nikita Sobolev
2023-10-18
1
-0/+15
*
gh-110938: Fix error messages for indented blocks with functions and classes ...
Pablo Galindo Salgado
2023-10-17
1
-0/+10
*
gh-110696: Fix incorrect syntax error message for incorrect argument unpackin...
Pablo Galindo Salgado
2023-10-12
1
-0/+11
*
gh-108179: Add error message for parser stack overflows (#108256)
Dennis Sweeney
2023-08-22
1
-1/+1
*
gh-98931: Add custom error messages to invalid import/from with multiple targ...
Pablo Galindo Salgado
2023-06-22
1
-0/+16
*
gh-104572: Improve error messages for invalid constructs in PEP 695 contexts ...
Jelle Zijlstra
2023-05-17
1
-0/+62
[next]