This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-26 04:48:24 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Parser
History
Pablo Galindo Salgado
c2ac662f28
gh-131831: Implement PEP 758 – Allow except and except* expressions without parentheses (
#131833
)
2025-04-01 19:04:56 +00:00
..
lexer
…
tokenizer
…
action_helpers.c
gh-131238: Remove pycore_runtime.h from pycore_pystate.h (
#131356
)
2025-03-19 17:33:24 +01:00
asdl_c.py
gh-131238: Remove pycore_lock.h includes (
#131483
)
2025-03-19 23:46:25 +00:00
asdl.py
…
myreadline.c
gh-131238: Remove includes from pycore_interp.h (
#131495
)
2025-03-20 11:35:23 +00:00
parser.c
gh-131831: Implement PEP 758 – Allow except and except* expressions without parentheses (
#131833
)
2025-04-01 19:04:56 +00:00
peg_api.c
…
pegen_errors.c
…
pegen.c
gh-111178: Skip undefined behavior checks in _PyPegen_lookahead() (
#131714
)
2025-03-27 10:03:58 +01:00
pegen.h
…
Python.asdl
…
string_parser.c
…
string_parser.h
…
token.c
…