Miss Islington (bot)
|
2b97ddd512
|
gh-100050: Fix an assertion error when raising unclosed parenthesis errors in the tokenizer (GH-100065)
(cherry picked from commit 97e7004cfe )
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Automerge-Triggered-By: GH:pablogsal
|
2022-12-07 01:18:00 -08:00 |
Miss Islington (bot)
|
1221e8c400
|
gh-95876: Fix format string in pegen error location code (GH-95877)
(cherry picked from commit b4c857d0fd )
Co-authored-by: Christian Heimes <christian@python.org>
|
2022-08-11 02:19:20 -07:00 |
Miss Islington (bot)
|
d49c99f10d
|
gh-94360: Fix a tokenizer crash when reading encoded files with syntax 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 36fcde61ba )
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
|
2022-07-05 10:09:51 -07:00 |
Pablo Galindo Salgado
|
26cca8067b
|
bpo-47117: Don't crash if we fail to decode characters when the tokenizer buffers are uninitialized (GH-32129)
Automerge-Triggered-By: GH:pablogsal
|
2022-03-26 09:29:02 -07:00 |
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 |