COMMITS
/ Parser/pegen_errors.c February 13, 2025
P
[3.12] gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (GH-116049) (#130065)
Pablo Galindo Salgado committed
February 26, 2024
M
[3.12] gh-115823: Calculate correctly error locations when dealing with implicit encodings (GH-115824) (#115949)
Miss Islington (bot) committed
January 2, 2024
M
[3.12] gh-113602: Bail out when the parser tries to override existing errors (GH-113607) (#113652)
Miss Islington (bot) committed
November 27, 2023
M
[3.12] gh-112388: Fix an error that was causing the parser to try to overwrite tokenizer errors (GH-112410) (#112466)
Miss Islington (bot) committed
M
[3.12] gh-112387: Fix error positions for decoded strings with backwards tokenize errors (GH-112409) (#112468)
Miss Islington (bot) committed
October 16, 2023
L
[3.12] gh-107450: Check for overflow in the tokenizer and fix overflow test (GH-110832) (#110931)
Lysandros Nikolaou committed
October 12, 2023
M
[3.12] gh-107450: Raise OverflowError when parser column offset overflows (GH-110754) (#110762)
Miss Islington (bot) committed
October 2, 2023
P
[3.12] gh-109596: Ensure repeated rules in the grammar are not allowed and fix incorrect soft keywords (GH-109606). (#109752)
Pablo Galindo Salgado committed
August 22, 2023
M
[3.12] gh-108179: Add error message for parser stack overflows (GH-108256) (#108263)
Miss Islington (bot) 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