COMMITS
/ Parser/pegen_errors.c March 11, 2026
S
GH-145247: Use _PyTuple_FromPair in Parser and Python (#145842)
Sergey Miryanov committed
December 14, 2025
A
October 10, 2025
S
gh-63161: Fix PEP 263 support (GH-139481)
Serhiy Storchaka committed
February 13, 2025
P
gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (#116049)
Pablo Galindo Salgado committed
October 9, 2024
V
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Victor Stinner committed
July 23, 2024
X
Fix typos in comments and exception message (#122147)
Xie Yanbo committed
February 26, 2024
P
gh-115823: Calculate correctly error locations when dealing with implicit encodings (#115824)
Pablo Galindo Salgado committed
January 2, 2024
P
gh-113602: Bail out when the parser tries to override existing errors (#113607)
Pablo Galindo Salgado committed
December 1, 2023
Y
Fix typos in variable names, function names, and comments (GH-101868)
Yang Hau 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
October 16, 2023
L
gh-107450: Remove unnecessary overflow check in parser error handler (#110940)
Lysandros Nikolaou committed
L
gh-107450: Check for overflow in the tokenizer and fix overflow test (#110832)
Lysandros Nikolaou committed
October 12, 2023
L
gh-107450: Raise OverflowError when parser column offset overflows (#110754)
Lysandros Nikolaou committed
October 11, 2023
L
gh-104169: Refactor tokenizer into lexer and wrappers (#110684)
Lysandros Nikolaou committed
September 22, 2023
P
gh-109596: Ensure repeated rules in the grammar are not allowed and fix incorrect soft keywords (#109606)
Pablo Galindo Salgado committed
August 22, 2023
D
gh-108179: Add error message for parser stack overflows (#108256)
Dennis Sweeney committed
July 3, 2023
V
gh-106320: Remove private _PyErr C API functions (#106356)
Victor Stinner committed
May 21, 2023
M
gh-102856: Python tokenizer implementation for PEP 701 (#104323)
Marta Gómez Macías committed
April 27, 2023
L
gh-103656: Transfer f-string buffers to parser to avoid use-after-free (GH-103896)
Lysandros Nikolaou committed
April 19, 2023
P
gh-102856: Initial implementation of PEP 701 (#102855)
Pablo Galindo Salgado committed
December 6, 2022
P
gh-100050: Fix an assertion error when raising unclosed parenthesis errors in the tokenizer (GH-100065)
Pablo Galindo Salgado committed
October 6, 2022
L
gh-97973: Return all necessary information from the tokenizer (GH-97984)
Lysandros Nikolaou committed
August 11, 2022
C
gh-95876: Fix format string in pegen error location code (#95877)
Christian Heimes committed
July 16, 2022
P
[3.11] bpo-14916: interactive fd is not tied to stdin [type-bug] (#91469)
Paul m. p. Peny committed
July 5, 2022
P
gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors from stdin (#94386)
Pablo Galindo Salgado committed
March 26, 2022
P
bpo-47117: Don't crash if we fail to decode characters when the tokenizer buffers are uninitialized (GH-32129)
Pablo Galindo Salgado committed
January 20, 2022
P
Fix the caret position in some syntax errors in interactive mode (GH-30718)
Pablo Galindo Salgado committed
January 18, 2022
P
bpo-46339: Include clarification on assert in 'get_error_line_from_tokenizer_buffers' (#30545)
Pablo Galindo Salgado committed
January 11, 2022
P
bpo-46339: Fix crash in the parser when computing error text for multi-line f-strings (GH-30529)
Pablo Galindo Salgado committed
January 4, 2022
P
bpo-46240: Correct the error for unclosed parentheses when the tokenizer is not finished (GH-30378)
Pablo Galindo Salgado committed
November 24, 2021
P
bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses (GH-29757)
Pablo Galindo Salgado committed
November 21, 2021
P
Ensure the str member of the tokenizer is always initialised (GH-29681)
Pablo Galindo Salgado committed
P
Refactor parser compilation units into specific components (GH-29676)
Pablo Galindo Salgado committed