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-01 05:55:42 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Parser
History
Stan Ulbrych
87fac9b8ee
[3.14] gh-145783: Propagate errors raised in
NEW_TYPE_COMMENT
(GH-145784) (
#145926
)
2026-03-13 18:08:04 +00:00
..
lexer
[3.14] gh-144759: Fix undefined behavior from NULL pointer arithmetic in lexer (GH-144788) (
#144834
)
2026-02-15 15:10:15 +00:00
tokenizer
[3.14] gh-145234: Normalize decoded CR in string tokenizer (GH-145281) (
#145310
)
2026-02-27 13:11:40 +00:00
action_helpers.c
…
asdl_c.py
[3.14] gh-144169: Fix three crashes in AST objects with non-str kwargs (GH-144178) (
#144227
)
2026-01-26 12:14:39 +00:00
asdl.py
…
myreadline.c
[3.14] gh-140594: Fix an out of bounds read when feeding NUL byte to PyOS_StdioReadline() (GH-140910) (
#145852
)
2026-03-12 11:24:20 +00:00
parser.c
[3.14] gh-145783: Propagate errors raised in
NEW_TYPE_COMMENT
(GH-145784) (
#145926
)
2026-03-13 18:08:04 +00:00
peg_api.c
…
pegen_errors.c
…
pegen.c
…
pegen.h
…
Python.asdl
[3.14] gh-131421: Fix ASDL kw_defaults being
expr*
instead of
expr?*
(GH-133773) (GH-143269)
2025-12-29 12:09:11 +00:00
string_parser.c
…
string_parser.h
…
token.c
…