cpython/Parser
Walter Dörwald c1f5fff2b7 Apply SF patch #1101726: Fix buffer overrun in tokenizer.c when a source file
with a PEP 263 encoding declaration results in long decoded line.
2005-07-12 21:53:43 +00:00
..
.cvsignore
acceler.c [Patch #974633] Check PyObject_MALLOC return for error 2004-06-29 14:03:04 +00:00
bitset.c
firstsets.c
grammar.c
grammar.mak
grammar1.c
intrcheck.c Patch #975056 - fixes for restartable signals on *BSD. In addition, 2004-10-13 14:48:50 +00:00
listnode.c
metagrammar.c
myreadline.c In a threads-disabled build, typing Ctrl-C into a raw_input() crashed, 2005-04-07 10:11:19 +00:00
node.c
parser.c
parser.h
parsetok.c Pass the flags along, rather than ignoring them. Backport candidate 2004-07-08 01:54:07 +00:00
pgen.c
pgenmain.c
printgrammar.c
tokenizer.c Apply SF patch #1101726: Fix buffer overrun in tokenizer.c when a source file 2005-07-12 21:53:43 +00:00
tokenizer.h
tokenizer_pgen.c