You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Victor Stinner b4536e1c6a
bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907)
5 years ago
..
Python.asdl bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) 5 years ago
asdl.py bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952) 6 years ago
asdl_c.py bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907) 5 years ago
myreadline.c bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721) 6 years ago
parser.c bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479) 5 years ago
peg_api.c bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561) 5 years ago
pegen.c bpo-43410: Fix crash in the parser when producing syntax errors when reading from stdin (GH-24763) 5 years ago
pegen.h bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550) 5 years ago
string_parser.c Remove full stop from a bytes-related SyntaxError message (GH-24300) 5 years ago
string_parser.h bpo-40939: Remove the old parser (GH-20768) 6 years ago
token.c bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) 7 years ago
tokenizer.c bpo-43410: Fix crash in the parser when producing syntax errors when reading from stdin (GH-24763) 5 years ago
tokenizer.h bpo-43410: Fix crash in the parser when producing syntax errors when reading from stdin (GH-24763) 5 years ago