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
*
[3.10] gh-101400: Fix incorrect lineno in exception message on contin… (gh-...
Dong-hee Na
2023-01-31
1
-13/+17
*
[3.10] gh-100050: Fix an assertion error when raising unclosed parenthesis er...
Pablo Galindo Salgado
2022-12-07
1
-0/+16
*
[3.10] gh-94192: Fix error for dictionary literals with invalid expression as...
wookie184
2022-06-27
1
-3/+13
*
[3.10] gh-92858: Improve error message for some suites with syntax error befo...
Pablo Galindo Salgado
2022-06-23
1
-10/+31
*
[3.10] Backport bpo-47212 (GH-32302) to Python 3.10 (GH-32334)
Matthieu Dartiailh
2022-04-05
1
-0/+7
*
[3.10] bpo-46707: Avoid potential exponential backtracking in some syntax err...
Pablo Galindo Salgado
2022-02-10
1
-0/+8
*
[3.10] bpo-46091: Correctly calculate indentation levels for whitespace lines...
Pablo Galindo Salgado
2022-01-25
1
-0/+30
*
[3.10] bpo-46240: Correct the error for unclosed parentheses when the tokeniz...
Pablo Galindo Salgado
2022-01-23
1
-0/+3
*
[3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG pa...
Pablo Galindo Salgado
2021-12-20
1
-0/+8
*
[3.10] bpo-45716: Improve the error message when using True/False/None as key...
Pablo Galindo Salgado
2021-11-16
1
-2/+8
*
bpo-45738: Fix computation of error location for invalid continuation (GH-29550)
Miss Islington (bot)
2021-11-14
1
-1/+7
*
[3.10] Remove trailing spaces (GH-28709)
Serhiy Storchaka
2021-10-03
1
-2/+2
*
bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator e...
Miss Islington (bot)
2021-09-27
1
-1/+12
*
bpo-25130: Make unit-test about restricting the maximum number of nested bloc...
Miss Islington (bot)
2021-08-28
1
-32/+35
*
bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) (GH-27957)
Dong-hee Na
2021-08-26
1
-0/+4
*
bpo-44947: Refine the syntax error for trailing commas in import statements (...
Miss Islington (bot)
2021-08-18
1
-0/+7
*
[3.10] bpo-44838: Refine the custom syntax errors for invalid 'if' expression...
Pablo Galindo Salgado
2021-08-05
1
-0/+8
*
bpo-44792: Improve syntax errors for if expressions (GH-27506) (GH-27565)
Miss Islington (bot)
2021-08-02
1
-0/+12
*
[3.10] bpo-34013: Generalize the invalid legacy statement error message (GH-2...
Pablo Galindo Salgado
2021-07-27
1
-1/+1
*
bpo-44456: Improve the syntax error when mixing keyword and positional patter...
Miss Islington (bot)
2021-06-24
1
-0/+24
*
[3.10] bpo-44368: Improve syntax errors with invalid as pattern targets (GH-2...
Pablo Galindo
2021-06-18
1
-0/+14
*
bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft key...
Miss Islington (bot)
2021-06-09
1
-1/+19
*
[3.10] bpo-44305: Improve syntax error for try blocks without except or final...
Pablo Galindo
2021-06-03
1
-0/+8
*
[3.10] bpo-44273: Improve syntax error message for assigning to "..." (GH-264...
Pablo Galindo
2021-06-03
1
-1/+1
*
bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283)
Miss Islington (bot)
2021-05-21
1
-0/+20
*
bpo-44168: Fix error message in the parser for keyword arguments for invalid ...
Miss Islington (bot)
2021-05-19
1
-19/+24
*
bpo-43149: Correct the syntax error message for multiple exception types (GH-...
Miss Islington (bot)
2021-05-09
1
-5/+5
*
bpo-44063: set the missing end locations on the compiler (GH-25956) (#25972)
Miss Islington (bot)
2021-05-07
1
-0/+7
*
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo
2021-04-23
1
-1/+1
*
bpo-43859: Improve the error message for IndentationError exceptions (GH-25431)
Pablo Galindo
2021-04-21
1
-0/+132
*
bpo-38605: Revert making 'from __future__ import annotations' the default (GH...
Pablo Galindo
2021-04-21
1
-0/+8
*
bpo-43822: Improve syntax errors for missing commas (GH-25377)
Pablo Galindo
2021-04-15
1
-5/+19
*
bpo-43823: Improve syntax errors for invalid dictionary literals (GH-25378)
Pablo Galindo
2021-04-15
1
-0/+32
*
bpo-43797: Handle correctly invalid assignments inside function calls and gen...
Pablo Galindo
2021-04-13
1
-1/+13
*
Ensure that early = are not matched by the parser as invalid comparisons (GH-...
Pablo Galindo
2021-04-13
1
-0/+5
*
bpo-43797: Improve syntax error for invalid comparisons (#25317)
Pablo Galindo
2021-04-12
1
-48/+68
*
bpo-43555: Report the column offset for invalid line continuation character (...
Pablo Galindo
2021-03-22
1
-0/+5
*
bpo-42128: Add 'missing :' syntax error message to match statements (GH-24733)
Pablo Galindo
2021-03-18
1
-0/+36
*
bpo-43149: Improve error message for exception group without parentheses (GH-...
Pablo Galindo
2021-02-07
1
-0/+33
*
bpo-43121: Fix incorrect SyntaxError message for missing comma (GH-24436)
Pablo Galindo
2021-02-03
1
-2/+18
*
bpo-42997: Improve error message for missing : before suites (GH-24292)
Pablo Galindo
2021-02-02
1
-3/+104
*
bpo-43017: Improve error message for unparenthesised tuples in comprehensions...
Pablo Galindo
2021-01-31
1
-0/+15
*
bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161)
Pablo Galindo
2021-01-19
1
-0/+8
*
bpo-30858: Improve error location for expressions with assignments (GH-23753)
Pablo Galindo
2020-12-13
1
-0/+7
*
bpo-42218: Correctly handle errors in left-recursive rules (GH-23065)
Lysandros Nikolaou
2020-10-31
1
-0/+8
*
bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_fl...
Pablo Galindo
2020-10-30
1
-0/+17
*
bpo-41659: Disallow curly brace directly after primary (GH-22996)
Lysandros Nikolaou
2020-10-27
1
-0/+3
*
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya
2020-10-06
1
-8/+0
*
bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395)
Mark Shannon
2020-09-25
1
-0/+9
*
bpo-40769: Allow extra surrounding parentheses for invalid annotated assignme...
Batuhan Taskaya
2020-06-27
1
-0/+13
[next]