0
0
mirror of https://github.com/python/cpython.git synced 2024-11-22 13:28:21 +01:00
cpython/Parser
2023-12-01 09:37:40 +00:00
..
lexer gh-112243: Don't include comments in f-string debug expressions (#112284) 2023-11-20 15:18:24 +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-111956: Add thread-safe one-time initialization. (gh-111960) 2023-11-16 12:19:54 -07:00
asdl.py
myreadline.c
parser.c bpo-45759: Better error messages for non-matching 'elif'/'else' statements (#29513) 2023-11-20 13:27:53 +00:00
peg_api.c
pegen_errors.c Fix typos in variable names, function names, and comments (GH-101868) 2023-12-01 09:37:40 +00:00
pegen.c
pegen.h
Python.asdl
string_parser.c gh-111380: Show SyntaxWarnings only once when parsing if invalid syntax is encouintered (#111381) 2023-10-27 12:19:34 +09:00
string_parser.h
token.c