cpython/Parser
Victor Stinner 3bea1ede7d Use 4-spaces for indentation (instead of tabs) in pgen outputs
Regenerate (reindent) Python/graminit.c
2010-05-15 22:55:28 +00:00
..
Python.asdl Issue #2333: Backport set and dict comprehensions syntax. 2010-01-11 22:36:12 +00:00
acceler.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
asdl.py remove has_key 2009-06-07 22:55:36 +00:00
asdl_c.py account for PyObject_IsInstance's new ability to fail 2009-12-13 00:54:15 +00:00
bitset.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
firstsets.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
grammar.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
grammar1.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
intrcheck.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
listnode.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
metagrammar.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
myreadline.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
node.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
parser.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
parser.h Issue 1881. Increased the stack limit from 500 to 1500. Also added 2008-02-23 12:01:13 +00:00
parsetok.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
pgen.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
pgenmain.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
printgrammar.c Use 4-spaces for indentation (instead of tabs) in pgen outputs 2010-05-15 22:55:28 +00:00
spark.py Patch #2167 from calvin: Remove unused imports 2008-02-23 17:40:11 +00:00
tokenizer.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
tokenizer.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
tokenizer_pgen.c Patch #534304: Implement phase 1 of PEP 263. 2002-08-04 17:29:52 +00:00