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-06-21 18:41:52 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4c7bfdff90544deb5d2055fcbe4db4c2a231e95d
cpython
/
Parser
T
History
Grigoriev Semyon
c97d3af239
gh-109120: Fix syntax error in handlinh of incorrect star expressions (
#117444
)
2024-04-02 11:42:58 +01:00
..
lexer
gh-114569: Use PyMem_* APIs for most non-PyObject uses (
#114574
)
2024-01-26 10:11:35 +00:00
tokenizer
…
action_helpers.c
…
asdl_c.py
gh-117266: Fix crashes on user-created AST subclasses (GH-117276)
2024-03-28 11:30:31 +01:00
asdl.py
…
myreadline.c
…
parser.c
gh-109120: Fix syntax error in handlinh of incorrect star expressions (
#117444
)
2024-04-02 11:42:58 +01:00
peg_api.c
…
pegen_errors.c
gh-115823: Calculate correctly error locations when dealing with implicit encodings (
#115824
)
2024-02-26 12:57:09 +00:00
pegen.c
gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (
#113745
)
2024-01-30 16:21:30 +00:00
pegen.h
gh-112943: Correctly compute end offsets for multiline tokens in the tokenize module (
#112949
)
2023-12-11 11:44:22 +00:00
Python.asdl
…
string_parser.c
…
string_parser.h
…
token.c
…