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.
 
 
 
 
 
 
Emily Morehouse 8f59ee01be
bpo-35224: PEP 572 Implementation (#10497)
7 years ago
..
Python.asdl bpo-35224: PEP 572 Implementation (#10497) 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-33416: Add end positions to Python AST (GH-11605) 7 years ago
bitset.c Untabify C files. Will watch buildbots. 16 years ago
firstsets.c Untabify C files. Will watch buildbots. 16 years ago
grammar.c properly free memory in pgen 9 years ago
grammar1.c bpo-31338 (#3374) 8 years ago
listnode.c Use NULL rather than 0. (#778) 9 years ago
metagrammar.c Untabify C files. Will watch buildbots. 16 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-33416: Add end positions to Python AST (GH-11605) 7 years ago
parser.h bpo-35224: PEP 572 Implementation (#10497) 7 years ago
parsetok.c bpo-33416: Add end positions to Python AST (GH-11605) 7 years ago
parsetok_pgen.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pgen.c properly free memory in pgen 9 years ago
pgenmain.c bpo-35081: Rename internal headers (GH-10275) 7 years ago
printgrammar.c closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218) 7 years ago
token.c bpo-35224: PEP 572 Implementation (#10497) 7 years ago
tokenizer.c bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) 7 years ago
tokenizer.h bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) 7 years ago
tokenizer_pgen.c Patch #534304: Implement phase 1 of PEP 263. 24 years ago