cpython/Parser
2004-07-08 01:54:07 +00:00
..
.cvsignore Ignore a bunch of generated files. 2000-05-02 18:34:30 +00:00
acceler.c [Patch #974633] Check PyObject_MALLOC return for error 2004-06-29 14:03:04 +00:00
bitset.c REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00
firstsets.c Silence parser generator output. 2001-09-11 16:43:16 +00:00
grammar.c Fix for SF 780407. 2004-03-20 22:34:14 +00:00
grammar.mak SF bug 751956: graminit.[ch] don't build on windows 2003-06-17 00:05:53 +00:00
grammar1.c PyGrammar_LabelRepr(): sprintf -> PyOS_snprintf. 2001-12-04 03:36:01 +00:00
intrcheck.c Getting rid of all the code inside #ifdef macintosh too. 2003-11-20 01:44:59 +00:00
listnode.c REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00
metagrammar.c Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to 2003-04-17 14:55:42 +00:00
myreadline.c "#if WITH_THREAD" is incorrect; must be #ifdef instead; WITH_THREAD 2004-07-07 20:42:07 +00:00
node.c SF patch #578297: 2002-08-04 06:28:21 +00:00
parser.c Disable the parser hacks that allowed the "yield" keyword to be enabled 2002-03-22 23:38:11 +00:00
parser.h Disable the parser hacks that enabled the "yield" keyword using a future 2002-03-22 23:53:36 +00:00
parsetok.c Pass the flags along, rather than ignoring them. Backport candidate 2004-07-08 01:54:07 +00:00
pgen.c Remove a "temporary" piece of code that was probably unneeded since 2003-12-15 06:06:24 +00:00
pgenmain.c Remove support for --without-universal-newlines (see PEP 11). 2004-02-07 13:53:46 +00:00
printgrammar.c REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00
tokenizer.c Getting rid of all the code inside #ifdef macintosh too. 2003-11-20 01:44:59 +00:00
tokenizer.h Constify filenames and scripts. Fixes #651362. 2002-12-11 14:04:59 +00:00
tokenizer_pgen.c Patch #534304: Implement phase 1 of PEP 263. 2002-08-04 17:29:52 +00:00