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 a5ed5f000a Use _PyObject_CallNoArg() 9 years ago
..
Python.asdl Issue #28008: Implement PEP 530 -- asynchronous comprehensions. 9 years ago
acceler.c Untabify C files. Will watch buildbots. 16 years ago
asdl.py Add ast.Constant 10 years ago
asdl_c.py Issue #24098: Fixed possible crash when AST is changed in process of 9 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 Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
listnode.c Untabify C files. Will watch buildbots. 16 years ago
metagrammar.c Untabify C files. Will watch buildbots. 16 years ago
myreadline.c Issue #28333: Fixes off-by-one error that was adding an extra space. 9 years ago
node.c replace PY_SIZE_MAX with SIZE_MAX 9 years ago
parser.c Issue #26130: Remove redundant variable 's' from Parser/parser.c 10 years ago
parser.h Issue 1881. Increased the stack limit from 500 to 1500. Also added 18 years ago
parsetok.c replace Py_(u)intptr_t with the c99 standard types 9 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 properly free memory in pgen 9 years ago
printgrammar.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
tokenizer.c Use _PyObject_CallNoArg() 9 years ago
tokenizer.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
tokenizer_pgen.c Patch #534304: Implement phase 1 of PEP 263. 24 years ago