COMMITS
/ Parser/pegen_errors.c 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