summaryrefslogtreecommitdiffstats
path: root/Parser/pegen_errors.c
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-113602: Bail out when the parser tries to override existing errors ...Miss Islington (bot)2024-01-021-0/+4
* [3.11] gh-112387: Fix error positions for decoded strings with backwards toke...Miss Islington (bot)2023-11-271-0/+4
* [3.11] gh-112388: Fix an error that was causing the parser to try to overwrit...Miss Islington (bot)2023-11-271-0/+4
* [3.11] gh-107450: Check for overflow in the tokenizer and fix overflow test (...Lysandros Nikolaou2023-10-171-6/+4
* [3.11] gh-107450: Raise OverflowError when parser column offset overflows (GH...Miss Islington (bot)2023-10-121-0/+6
* gh-100050: Fix an assertion error when raising unclosed parenthesis errors in...Miss Islington (bot)2022-12-071-0/+4
* gh-95876: Fix format string in pegen error location code (GH-95877)Miss Islington (bot)2022-08-111-1/+1
* gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors...Miss Islington (bot)2022-07-051-4/+4
* bpo-47117: Don't crash if we fail to decode characters when the tokenizer buf...Pablo Galindo Salgado2022-03-261-2/+7
* Fix the caret position in some syntax errors in interactive mode (GH-30718)Pablo Galindo Salgado2022-01-201-2/+3
* bpo-46339: Include clarification on assert in 'get_error_line_from_tokenizer_...Pablo Galindo Salgado2022-01-181-0/+3
* bpo-46339: Fix crash in the parser when computing error text for multi-line f...Pablo Galindo Salgado2022-01-111-2/+9
* bpo-46240: Correct the error for unclosed parentheses when the tokenizer is n...Pablo Galindo Salgado2022-01-041-1/+2
* bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if insi...Pablo Galindo Salgado2021-11-241-2/+2
* Ensure the str member of the tokenizer is always initialised (GH-29681)Pablo Galindo Salgado2021-11-211-1/+1
* Refactor parser compilation units into specific components (GH-29676)Pablo Galindo Salgado2021-11-211-0/+425