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.
 
 
 
 
 
 
Benjamin Peterson 0a37a30037
closes bpo-32460: ensure all non-static globals have initializers (#5061)
8 years ago
..
Python.asdl bpo-29463: Add docstring field to some AST nodes. (#46) 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 bpo-31572: Get rid of _PyObject_HasAttrId() in the ASDL parser. (#3725) 8 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 closes bpo-32460: ensure all non-static globals have initializers (#5061) 8 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 bpo-32150: Expand tabs to spaces in C files. (#4583) 8 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 bpo-32096: Remove obj and mem from _PyRuntime (#4532) 8 years ago
printgrammar.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
tokenizer.c tokenizer: Remove unused tabs options (#4422) 8 years ago
tokenizer.h tokenizer: Remove unused tabs options (#4422) 8 years ago
tokenizer_pgen.c Patch #534304: Implement phase 1 of PEP 263. 24 years ago