index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Parser
/
pegen_errors.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-95876: Fix format string in pegen error location code (#95877)
Christian Heimes
2022-08-11
1
-1/+1
*
[3.11] bpo-14916: interactive fd is not tied to stdin [type-bug] (#91469)
Paul m. p. Peny
2022-07-16
1
-1/+1
*
gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors...
Pablo Galindo Salgado
2022-07-05
1
-4/+4
*
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