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.
 
 
 
 
 
 
Guido van Rossum 10f8ce6688 bpo-36280: Add Constant.kind field (GH-12295) 7 years ago
..
pgen Remove d_initial from the parser as it is unused (GH-12212) 7 years ago
Python.asdl bpo-36280: Add Constant.kind field (GH-12295) 7 years ago
acceler.c Untabify C files. Will watch buildbots. 16 years ago
asdl.py Add ast.Constant 10 years ago
asdl_c.py bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) 7 years ago
grammar1.c Remove some code which has been dead since 1994 (#12136) 7 years ago
listnode.c Use NULL rather than 0. (#778) 9 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-35766: Merge typed_ast back into CPython (GH-11645) 7 years ago
parser.h bpo-35224: PEP 572 Implementation (#10497) 7 years ago
parsetok.c bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) 7 years ago
token.c bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) 7 years ago
tokenizer.c bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) 7 years ago
tokenizer.h bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) 7 years ago