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-29 05:08:36 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
59fa59e381c09246fa11aed1ef51e119dfd8f044
cpython
/
Parser
T
History
Brian Schubert
and
GitHub
d0c78a458b
[3.14] gh-138944: Fix
SyntaxError
message for invalid syntax following valid import-as statement (GH-138945) (
#140646
)
...
(cherry picked from commit
3dab11f888
)
2025-10-31 11:26:40 +01:00
..
lexer
[3.14] gh-140576: Fixed crash produced by lexer in case of dedented zero byte (GH-140583) (
#140757
)
2025-10-29 13:54:37 +00:00
tokenizer
[3.14] gh-63161: Fix PEP 263 support (GH-139481) (GH-139898)
2025-10-19 19:16:33 +00:00
action_helpers.c
[3.14] gh-137078: Fix keyword typo recognition when executed over files (GH-137079) (
#137826
)
2025-08-15 18:22:17 +01:00
asdl_c.py
[3.14] gh-140471: Fix buffer overflow in AST node initialization with malformed
_fields
(GH-140506) (
#140509
)
2025-10-23 10:20:21 -07:00
asdl.py
…
myreadline.c
…
parser.c
[3.14] gh-138944: Fix
SyntaxError
message for invalid syntax following valid import-as statement (GH-138945) (
#140646
)
2025-10-31 11:26:40 +01:00
peg_api.c
…
pegen_errors.c
[3.14] gh-63161: Fix PEP 263 support (GH-139481) (GH-139898)
2025-10-19 19:16:33 +00:00
pegen.c
…
pegen.h
…
Python.asdl
…
string_parser.c
…
string_parser.h
…
token.c
…