This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
mirror of
https://github.com/python/cpython.git
synced
2026-07-31 22:25:29 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
981ce0cf3af68cd8eee41fed19969cf0f2218572
cpython
/
Parser
T
History
Victor Stinner
and
GitHub
7fe1a18b77
gh-130396: Remove _Py_ReachedRecursionLimitWithMargin() function (
#141951
)
...
Move the private function to the internal C API (pycore_ceval.h).
2025-11-27 12:32:00 +01: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-140149: Use PyBytesWriter in _build_concatenated_bytes() (
#140150
)
2025-10-16 19:24:34 +02: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-130396: Remove _Py_ReachedRecursionLimitWithMargin() function (
#141951
)
2025-11-27 12:32:00 +01: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-63161: Fix PEP 263 support (GH-139481)
2025-10-10 12:51:19 +00:00
pegen.c
gh-135801: Add the module parameter to compile() etc (GH-139652)
2025-11-13 13:21:32 +02:00
pegen.h
gh-135801: Add the module parameter to compile() etc (GH-139652)
2025-11-13 13:21:32 +02:00
Python.asdl
gh-131421: fix ASDL grammar for
Dict
to have an
expr?*
keys field (
#131419
)
2025-05-04 16:03:38 -07: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