cpython/Parser
Georg Brandl 52d168a995 Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in configure.
Rename --enable-unicode to --with-wide-unicode; the default is still not wide.
2008-01-07 18:10:24 +00:00
..
acceler.c [Patch #974633] Check PyObject_MALLOC return for error 2004-06-29 14:03:04 +00:00
asdl.py More raise statement normalization. 2007-08-30 18:18:27 +00:00
asdl_c.py Fixed a problem found by Bill Janssen on Mac OS X 2007-12-02 22:43:00 +00:00
bitset.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
firstsets.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
grammar.c Remove RISCOS support 2007-08-16 14:35:24 +00:00
grammar.mak Merge ast-branch to head 2005-10-20 19:59:25 +00:00
grammar1.c PyGrammar_LabelRepr(): sprintf -> PyOS_snprintf. 2001-12-04 03:36:01 +00:00
intrcheck.c Remove RISCOS support 2007-08-16 14:35:24 +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 Remove RISCOS support 2007-08-16 14:35:24 +00:00
node.c Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
parser.c Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
parser.h Patch #1440601: Add col_offset attribute to AST nodes. 2006-03-01 22:49:05 +00:00
parsetok.c Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in configure. 2008-01-07 18:10:24 +00:00
pgen.c Merged revisions 58221-58741 via svnmerge from 2007-11-01 19:42:39 +00:00
pgenmain.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
printgrammar.c REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00
Python.asdl Issue #1066: implement PEP 3109, 2/3 of PEP 3134. 2007-08-31 00:04:24 +00:00
spark.py Merged revisions 55328-55341 via svnmerge from 2007-05-15 18:46:22 +00:00
tokenizer.c More PyImport_ImportModule -> PyImport_ImportModuleNoBlock 2008-01-03 23:05:47 +00:00
tokenizer.h Issue 1267, continued. 2007-10-22 00:09:51 +00:00
tokenizer_pgen.c Patch #534304: Implement phase 1 of PEP 263. 2002-08-04 17:29:52 +00:00