COMMITS
/ Parser/pegen_errors.c February 26, 2024
M
[3.11] gh-115823: Calculate correctly error locations when dealing with implicit encodings (GH-115824) (#115950)
Miss Islington (bot) committed
January 2, 2024
M
[3.11] gh-113602: Bail out when the parser tries to override existing errors (GH-113607) (#113653)
Miss Islington (bot) committed
November 27, 2023
M
[3.11] gh-112387: Fix error positions for decoded strings with backwards tokenize errors (GH-112409) (#112469)
Miss Islington (bot) committed
M
[3.11] gh-112388: Fix an error that was causing the parser to try to overwrite tokenizer errors (GH-112410) (#112467)
Miss Islington (bot) committed
October 17, 2023
L
[3.11] gh-107450: Check for overflow in the tokenizer and fix overflow test (GH-110832) (#110939)
Lysandros Nikolaou committed
October 12, 2023
M
[3.11] gh-107450: Raise OverflowError when parser column offset overflows (GH-110754) (#110763)
Miss Islington (bot) committed
December 7, 2022
M
gh-100050: Fix an assertion error when raising unclosed parenthesis errors in the tokenizer (GH-100065)
Miss Islington (bot) committed
August 11, 2022
M
gh-95876: Fix format string in pegen error location code (GH-95877)
Miss Islington (bot) committed
July 5, 2022
M
gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors from stdin (GH-94386)
Miss Islington (bot) 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