0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
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
..
acceler.c
asdl_c.py Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
asdl.py Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from 2009-01-03 22:47:39 +00:00
bitset.c
firstsets.c
grammar1.c
grammar.c
grammar.mak
intrcheck.c Merged revisions 64212 via svnmerge from 2008-06-13 00:26:50 +00:00
listnode.c
metagrammar.c
myreadline.c
node.c Merged revisions 64114 via svnmerge from 2008-06-18 00:47:36 +00:00
parser.c Merged revisions 67030-67031 via svnmerge from 2008-10-26 20:58:53 +00:00
parser.h
parsetok.c Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. 2008-06-04 13:06:58 +00:00
pgen.c
pgenmain.c
printgrammar.c Merged revisions 68523 via svnmerge from 2009-01-11 09:30:50 +00:00
Python.asdl there are only four asdl builtin types in py3k 2008-12-06 18:32:13 +00:00
spark.py Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +00:00
tokenizer_pgen.c
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 Latin-1 source code was not being properly decoded when passed through 2008-10-17 03:38:50 +00:00