cpython/Parser
Martin v. Löwis a5136196bc Patch #1031213: Decode source line in SyntaxErrors back to its original
source encoding. Will backport to 2.5.
2007-09-04 14:19:28 +00:00
..
Python.asdl Change a very minor inconsistency (that is purely cosmetic) in the AST 2007-02-11 05:36:00 +00:00
acceler.c
asdl.py
asdl_c.py Fix a couple of problems in generating the AST code: 2007-02-26 18:10:47 +00:00
bitset.c
firstsets.c
grammar.c
grammar.mak
grammar1.c
intrcheck.c
listnode.c
metagrammar.c
myreadline.c
node.c
parser.c Fix a bug in the parser's future statement handling that led to "with" 2006-09-24 12:35:36 +00:00
parser.h
parsetok.c Patch #1031213: Decode source line in SyntaxErrors back to its original 2007-09-04 14:19:28 +00:00
pgen.c
pgenmain.c
printgrammar.c
spark.py
tokenizer.c Patch #1031213: Decode source line in SyntaxErrors back to its original 2007-09-04 14:19:28 +00:00
tokenizer.h Patch #1031213: Decode source line in SyntaxErrors back to its original 2007-09-04 14:19:28 +00:00
tokenizer_pgen.c