Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |