cpython/Parser
Mark Dickinson e94c679df0 Issue #1717: rename tp_compare to tp_reserved. I'll change the
type of tp_compare in a separate commit, for ease of reversion
should things go wrong.
2009-02-02 20:36:42 +00:00
..
Python.asdl there are only four asdl builtin types in py3k 2008-12-06 18:32:13 +00:00
acceler.c
asdl.py Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from 2009-01-03 22:47:39 +00:00
asdl_c.py Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
bitset.c
firstsets.c
grammar.c
grammar.mak
grammar1.c
intrcheck.c
listnode.c
metagrammar.c
myreadline.c
node.c
parser.c Merged revisions 67030-67031 via svnmerge from 2008-10-26 20:58:53 +00:00
parser.h
parsetok.c
pgen.c
pgenmain.c
printgrammar.c Merged revisions 68523 via svnmerge from 2009-01-11 09:30:50 +00:00
spark.py
tokenizer.c Fix an issue in the tokenizer, where a file is opened by fd, but the underlying PyFileIO object wasn created with the closefd attribute true. 2008-12-18 17:15:54 +00:00
tokenizer.h
tokenizer_pgen.c