cpython/Parser
Martin v. Löwis 73c01d4101 Added checks for integer overflows, contributed by Google. Some are
only available if asserts are left in the code, in cases where they
can't be triggered from Python code.
2008-02-14 11:26:18 +00:00
..
Python.asdl
acceler.c
asdl.py
asdl_c.py Prefix AST symbols with _Py_. Fixes #1637022. 2007-01-19 06:42:33 +00:00
bitset.c
firstsets.c
grammar.c Handle malloc failure. 2006-08-13 18:13:36 +00:00
grammar.mak
grammar1.c
intrcheck.c
listnode.c
metagrammar.c
myreadline.c
node.c Added checks for integer overflows, contributed by Google. Some are 2008-02-14 11:26:18 +00:00
parser.c Fix a bug in the parser's future statement handling that led to "with" 2006-09-24 12:35:40 +00:00
parser.h
parsetok.c Patch #1031213: Decode source line in SyntaxErrors back to its original 2007-09-04 14:20:25 +00:00
pgen.c
pgenmain.c
printgrammar.c
spark.py
tokenizer.c Silence a compiler warning. 2008-01-25 06:11:53 +00:00
tokenizer.h Patch #1031213: Decode source line in SyntaxErrors back to its original 2007-09-04 14:20:25 +00:00
tokenizer_pgen.c