This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-30 22:55:41 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Parser
History
Grigoriev Semyon
bb4c167060
gh-111488: Changed error message in case of no 'in' keyword after 'for' in cmp (
#113656
)
2024-01-06 10:27:49 +00:00
..
lexer
gh-113703: Correctly identify incomplete f-strings in the codeop module (
#113709
)
2024-01-05 12:16:46 +00:00
tokenizer
…
action_helpers.c
Simplify _PyPegen_join_names_with_dot() (GH-111602)
2023-11-01 16:25:36 +02:00
asdl_c.py
gh-106905: Use separate structs to track recursion depth in each PyAST_mod2obj call. (GH-113035)
2023-12-25 19:36:59 +02:00
asdl.py
…
myreadline.c
…
parser.c
gh-111488: Changed error message in case of no 'in' keyword after 'for' in cmp (
#113656
)
2024-01-06 10:27:49 +00:00
peg_api.c
…
pegen_errors.c
gh-113602: Bail out when the parser tries to override existing errors (
#113607
)
2024-01-02 13:00:52 +00:00
pegen.c
gh-112943: Correctly compute end offsets for multiline tokens in the tokenize module (
#112949
)
2023-12-11 11:44:22 +00:00
pegen.h
gh-112943: Correctly compute end offsets for multiline tokens in the tokenize module (
#112949
)
2023-12-11 11:44:22 +00:00
Python.asdl
…
string_parser.c
…
string_parser.h
…
token.c
…