This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-07-11 04:21:21 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dcdb23f9db2bd683e5d37558f09b458be25a9b4d
cpython
/
Parser
T
History
Samuel
f37f57dfe6
gh-131421: Fix ASDL kw_defaults being
expr*
instead of
expr?*
(GH-133773)
...
Also fix docs ASDL highlighting.
2025-12-29 13:43:09 +02:00
..
lexer
…
tokenizer
…
action_helpers.c
gh-142236: Improve error location for missing comma in string concatenations (
#142330
)
2025-12-11 14:47:26 +00:00
asdl_c.py
…
asdl.py
…
myreadline.c
…
parser.c
gh-142236: Improve error location for missing comma in string concatenations (
#142330
)
2025-12-11 14:47:26 +00:00
peg_api.c
…
pegen_errors.c
gh-142724: fix error path in
_PyPegen_raise_tokenizer_init_error
(
#142725
)
2025-12-14 21:23:38 +00:00
pegen.c
gh-122581: Use parser mutex in default build for subinterpreters (gh-142959)
2025-12-20 15:37:31 -05:00
pegen.h
gh-142236: Improve error location for missing comma in string concatenations (
#142330
)
2025-12-11 14:47:26 +00:00
Python.asdl
gh-131421: Fix ASDL kw_defaults being
expr*
instead of
expr?*
(GH-133773)
2025-12-29 13:43:09 +02:00
string_parser.c
…
string_parser.h
…
token.c
…