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-07-26 11:52:27 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4e2caf2aa046bf80e87e9b858837bb527459a034
cpython
/
Parser
T
History
David Rubin
9b280ab0ab
gh-116988: Remove duplicates of
annotated_rhs
in the Grammar (
#117004
)
2024-04-24 18:16:06 +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
Simplify _PyPegen_join_names_with_dot() (GH-111602)
2023-11-01 16:25:36 +02:00
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-116988: Remove duplicates of
annotated_rhs
in the Grammar (
#117004
)
2024-04-24 18:16:06 +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
…