cpython/Parser
Tim Peters 8ab2ec432a SF bug 751956: graminit.[ch] don't build on windows
A change from Duncan Booth, to deal with changes in the way pgen gets
built.  Note that graminit.[ch] aren't normally built on Windows (they're
obtained from CVS).
2003-06-17 00:05:53 +00:00
..
.cvsignore
acceler.c SF patch #578297: 2002-08-04 06:28:21 +00:00
bitset.c
firstsets.c Silence parser generator output. 2001-09-11 16:43:16 +00:00
grammar.c Patch #734231: Update RiscOS support. In particular, correct 2003-05-10 07:36:56 +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 Include <unistd.h> in Python.h. Fixes #500924. 2002-01-12 11:05:12 +00:00
listnode.c
metagrammar.c Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to 2003-04-17 14:55:42 +00:00
myreadline.c Patch #708495: Port more stuff to OpenVMS. 2003-05-03 09:14:54 +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 - Finally fixed the bug in compile() and exec where a string ending 2003-02-13 22:07:59 +00:00
pgen.c Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to 2003-04-17 14:55:42 +00:00
pgenmain.c Change PyOS_Readline declaration to match the recent change to myreadline.c 2002-10-27 01:59:21 +00:00
printgrammar.c
tokenizer.c Add URL for PEP to the source code encoding warning. 2003-02-17 18:31:57 +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