Pablo Galindo Salgado
|
650720a0cf
|
Fix the caret position in some syntax errors in interactive mode (GH-30718)
|
2022-01-20 15:34:13 +00:00 |
Pablo Galindo Salgado
|
8c2fd09f36
|
bpo-46339: Include clarification on assert in 'get_error_line_from_tokenizer_buffers' (#30545)
|
2022-01-18 11:13:00 +00:00 |
Pablo Galindo Salgado
|
cedec19be8
|
bpo-46339: Fix crash in the parser when computing error text for multi-line f-strings (GH-30529)
Automerge-Triggered-By: GH:pablogsal
|
2022-01-11 08:30:39 -08:00 |
Pablo Galindo Salgado
|
70f415fb8b
|
bpo-46240: Correct the error for unclosed parentheses when the tokenizer is not finished (GH-30378)
|
2022-01-04 10:41:22 +00:00 |
Pablo Galindo Salgado
|
24c10d2943
|
bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses (GH-29757)
|
2021-11-24 22:21:23 +00:00 |
Pablo Galindo Salgado
|
4f006a789a
|
Ensure the str member of the tokenizer is always initialised (GH-29681)
|
2021-11-21 02:06:39 +00:00 |
Pablo Galindo Salgado
|
c9c4444d9f
|
Refactor parser compilation units into specific components (GH-29676)
|
2021-11-21 01:08:50 +00:00 |