Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-95876: Fix format string in pegen error location code (GH-95877) | Miss Islington (bot) | 2022-08-11 | 1 | -1/+1 |
| | | | | | (cherry picked from commit b4c857d0fd74abb1ede6fe083c4fa3ca728b2b83) Co-authored-by: Christian Heimes <christian@python.org> | ||||
* | gh-94360: Fix a tokenizer crash when reading encoded files with syntax ↵ | Miss Islington (bot) | 2022-07-05 | 1 | -4/+4 |
| | | | | | | | | | | | | | | errors from stdin (GH-94386) * gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors from stdin Signed-off-by: Pablo Galindo <pablogsal@gmail.com> * nitty nit Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit 36fcde61ba48c4e918830691ecf4092e4e3b9b99) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com> | ||||
* | bpo-47117: Don't crash if we fail to decode characters when the tokenizer ↵ | Pablo Galindo Salgado | 2022-03-26 | 1 | -2/+7 |
| | | | | | buffers are uninitialized (GH-32129) Automerge-Triggered-By: GH:pablogsal | ||||
* | 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 ↵ | Pablo Galindo Salgado | 2022-01-18 | 1 | -0/+3 |
| | | | | 'get_error_line_from_tokenizer_buffers' (#30545) | ||||
* | bpo-46339: Fix crash in the parser when computing error text for multi-line ↵ | Pablo Galindo Salgado | 2022-01-11 | 1 | -2/+9 |
| | | | | | f-strings (GH-30529) Automerge-Triggered-By: GH:pablogsal | ||||
* | bpo-46240: Correct the error for unclosed parentheses when the tokenizer is ↵ | Pablo Galindo Salgado | 2022-01-04 | 1 | -1/+2 |
| | | | | not finished (GH-30378) | ||||
* | bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if ↵ | Pablo Galindo Salgado | 2021-11-24 | 1 | -2/+2 |
| | | | | inside parentheses (GH-29757) | ||||
* | 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 |