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.
 
 
 
 
 
 
Serhiy Storchaka 6b97598fb6
bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038)
6 years ago
..
pgen Fix typo in the parser generator (GH-18603) 6 years ago
Python.asdl bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038) 6 years ago
acceler.c fix warnings by adding more const (GH-12924) 7 years ago
asdl.py bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515) 6 years ago
asdl_c.py bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515) 6 years ago
grammar1.c fix warnings by adding more const (GH-12924) 7 years ago
listnode.c bpo-36876: Moved Parser/listnode.c statics to interpreter state. (GH-16328) 6 years ago
myreadline.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) 7 years ago
node.c bpo-33416: Add end positions to Python AST (GH-11605) 7 years ago
parser.c bpo-39882: Py_FatalError() logs the function name (GH-18819) 6 years ago
parser.h fix warnings by adding more const (GH-12924) 7 years ago
parsetok.c closes bpo-39721: Fix constness of members of tok_state struct. (GH-18600) 6 years ago
token.c bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) 7 years ago
tokenizer.c bpo-39882: Py_FatalError() logs the function name (GH-18819) 6 years ago
tokenizer.h closes bpo-39721: Fix constness of members of tok_state struct. (GH-18600) 6 years ago