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-05-06 20:51:17 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
70e67f579e20036d82c59cd604b5dc73dd3c6a8a
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
gh-135801: Add the module parameter to compile() etc (GH-139652)
2025-11-13 13:21:32 +02:00
tokenizer
gh-135801: Add the module parameter to compile() etc (GH-139652)
2025-11-13 13:21:32 +02:00
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
gh-140471: Fix buffer overflow in AST node initialization with malformed
_fields
(
#140506
)
2025-10-23 15:35:21 +00:00
asdl.py
gh-131421: Fix ASDL tests (
#133408
)
2025-05-04 23:46:21 +00:00
myreadline.c
gh-131238: Remove includes from pycore_interp.h (
#131495
)
2025-03-20 11:35:23 +00:00
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
gh-135801: Add the module parameter to compile() etc (GH-139652)
2025-11-13 13:21:32 +02:00
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
gh-135801: Add the module parameter to compile() etc (GH-139652)
2025-11-13 13:21:32 +02:00
string_parser.h
…
token.c
gh-132661: Implement PEP 750 (
#132662
)
2025-04-30 11:46:41 +02:00