| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194) | Victor Stinner | 2024-10-09 | 1 | -2/+2 |
|
|
* | Fix typos in comments and exception message (#122147) | Xie Yanbo | 2024-07-23 | 1 | -1/+1 |
|
|
* | gh-115823: Calculate correctly error locations when dealing with implicit enc... | Pablo Galindo Salgado | 2024-02-26 | 1 | -11/+9 |
|
|
* | gh-113602: Bail out when the parser tries to override existing errors (#113607) | Pablo Galindo Salgado | 2024-01-02 | 1 | -0/+4 |
|
|
* | Fix typos in variable names, function names, and comments (GH-101868) | Yang Hau | 2023-12-01 | 1 | -1/+1 |
|
|
* | gh-112387: Fix error positions for decoded strings with backwards tokenize er... | Pablo Galindo Salgado | 2023-11-27 | 1 | -0/+4 |
|
|
* | gh-112388: Fix an error that was causing the parser to try to overwrite token... | Pablo Galindo Salgado | 2023-11-27 | 1 | -0/+4 |
|
|
* | gh-107450: Remove unnecessary overflow check in parser error handler (#110940) | Lysandros Nikolaou | 2023-10-16 | 1 | -6/+0 |
|
|
* | gh-107450: Check for overflow in the tokenizer and fix overflow test (#110832) | Lysandros Nikolaou | 2023-10-16 | 1 | -0/+5 |
|
|
* | gh-107450: Raise OverflowError when parser column offset overflows (#110754) | Lysandros Nikolaou | 2023-10-12 | 1 | -0/+6 |
|
|
* | gh-104169: Refactor tokenizer into lexer and wrappers (#110684) | Lysandros Nikolaou | 2023-10-11 | 1 | -1/+2 |
|
|
* | gh-109596: Ensure repeated rules in the grammar are not allowed and fix incor... | Pablo Galindo Salgado | 2023-09-22 | 1 | -26/+0 |
|
|
* | gh-108179: Add error message for parser stack overflows (#108256) | Dennis Sweeney | 2023-08-22 | 1 | -0/+8 |
|
|
* | gh-106320: Remove private _PyErr C API functions (#106356) | Victor Stinner | 2023-07-03 | 1 | -0/+1 |
|
|
* | gh-102856: Python tokenizer implementation for PEP 701 (#104323) | Marta Gómez Macías | 2023-05-21 | 1 | -2/+2 |
|
|
* | gh-103656: Transfer f-string buffers to parser to avoid use-after-free (GH-10... | Lysandros Nikolaou | 2023-04-27 | 1 | -0/+2 |
|
|
* | gh-102856: Initial implementation of PEP 701 (#102855) | Pablo Galindo Salgado | 2023-04-19 | 1 | -4/+12 |
|
|
* | gh-100050: Fix an assertion error when raising unclosed parenthesis errors in... | Pablo Galindo Salgado | 2022-12-06 | 1 | -0/+4 |
|
|
* | gh-97973: Return all necessary information from the tokenizer (GH-97984) | Lysandros Nikolaou | 2022-10-06 | 1 | -3/+2 |
|
|
* | gh-95876: Fix format string in pegen error location code (#95877) | Christian Heimes | 2022-08-11 | 1 | -1/+1 |
|
|
* | [3.11] bpo-14916: interactive fd is not tied to stdin [type-bug] (#91469) | Paul m. p. Peny | 2022-07-16 | 1 | -1/+1 |
|
|
* | gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors... | Pablo Galindo Salgado | 2022-07-05 | 1 | -4/+4 |
|
|
* | bpo-47117: Don't crash if we fail to decode characters when the tokenizer buf... | Pablo Galindo Salgado | 2022-03-26 | 1 | -2/+7 |
|
|
* | Fix the caret position in some syntax errors in interactive mode (GH-30718) | Pablo Galindo Salgado | 2022-01-20 | 1 | -2/+3 |
|
|
* | bpo-46339: Include clarification on assert in 'get_error_line_from_tokenizer_... | Pablo Galindo Salgado | 2022-01-18 | 1 | -0/+3 |
|
|
* | bpo-46339: Fix crash in the parser when computing error text for multi-line f... | Pablo Galindo Salgado | 2022-01-11 | 1 | -2/+9 |
|
|
* | bpo-46240: Correct the error for unclosed parentheses when the tokenizer is n... | Pablo Galindo Salgado | 2022-01-04 | 1 | -1/+2 |
|
|
* | bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if insi... | Pablo Galindo Salgado | 2021-11-24 | 1 | -2/+2 |
|
|
* | Ensure the str member of the tokenizer is always initialised (GH-29681) | Pablo Galindo Salgado | 2021-11-21 | 1 | -1/+1 |
|
|
* | Refactor parser compilation units into specific components (GH-29676) | Pablo Galindo Salgado | 2021-11-21 | 1 | -0/+425 |
|
|