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.
 
 
 
 
 
 
Shashi Ranjan 43710b67b3 Fix typos in the documentation of Parser/pgen (GH-15416) 7 years ago
..
pgen Fix typos in the documentation of Parser/pgen (GH-15416) 7 years ago
Python.asdl bpo-37593: Swap the positions of posonlyargs and args in the constructor of ast.parameters nodes (GH-14778) 7 years ago
acceler.c fix warnings by adding more const (GH-12924) 7 years ago
asdl.py Add ast.Constant 10 years ago
asdl_c.py bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020) 7 years ago
grammar1.c fix warnings by adding more const (GH-12924) 7 years ago
listnode.c bpo-36623: Clean parser headers and include files (GH-12253) 7 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 fix warnings by adding more const (GH-12924) 7 years ago
parser.h fix warnings by adding more const (GH-12924) 7 years ago
parsetok.c bpo-36842: Implement PEP 578 (GH-12613) 7 years ago
token.c bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) 7 years ago
tokenizer.c Indent code inside if block. (GH-15284) 7 years ago
tokenizer.h bpo-36623: Clean parser headers and include files (GH-12253) 7 years ago