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-05-08 21:50:40 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9359fdd6fa6cdba4e046fdb56ec12abbea2ded1a
cpython
/
Parser
T
History
Alex Waygood
53b84e772c
[3.12] gh-115881: Ensure
ast.parse()
parses conditional context managers even with low
feature_version
passed (
#115920
) (
#115959
)
2024-02-26 15:45:38 +00:00
..
action_helpers.c
…
asdl_c.py
[3.12] GH-112215: Backport C recursion changes (GH-115083)
2024-02-13 10:45:59 +01:00
asdl.py
…
myreadline.c
…
parser.c
[3.12] gh-115881: Ensure
ast.parse()
parses conditional context managers even with low
feature_version
passed (
#115920
) (
#115959
)
2024-02-26 15:45:38 +00:00
peg_api.c
…
pegen_errors.c
[3.12] gh-115823: Calculate correctly error locations when dealing with implicit encodings (GH-115824) (
#115949
)
2024-02-26 13:18:06 +00:00
pegen.c
[3.12] gh-112943: Correctly compute end offsets for multiline tokens in the tokenize module (GH-112949) (
#112957
)
2023-12-11 12:48:19 +00:00
pegen.h
[3.12] gh-112943: Correctly compute end offsets for multiline tokens in the tokenize module (GH-112949) (
#112957
)
2023-12-11 12:48:19 +00:00
Python.asdl
…
string_parser.c
[3.12] gh-111380: Show SyntaxWarnings only once when parsing if invalid syntax is encouintered (GH-111381) (
#111382
)
2023-10-27 04:02:17 +00:00
string_parser.h
…
token.c
…
tokenizer.c
[3.12] gh-113703: Correctly identify incomplete f-strings in the codeop module (GH-113709) (
#113733
)
2024-01-05 13:23:40 +00:00
tokenizer.h
…