cpython/Parser
Martin v. Löwis 66485ae571 Remove unused field. 2006-03-01 04:04:20 +00:00
..
Python.asdl SF patch #1438387, PEP 328: relative and absolute imports. 2006-02-28 16:09:29 +00:00
acceler.c [Patch #974633] Check PyObject_MALLOC return for error 2004-06-29 14:03:04 +00:00
asdl.py Whitespace normalization. 2006-02-28 18:30:36 +00:00
asdl_c.py Don't pollute namespace as bad as before. All the types are static now. 2006-02-28 22:47:29 +00:00
bitset.c
firstsets.c
grammar.c Fix SF bug #1072182, problems with signed characters. 2005-12-19 06:05:18 +00:00
grammar.mak Merge ast-branch to head 2005-10-20 19:59:25 +00:00
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 Make 'as' an actual keyword when with's future statement is used. Not 2006-02-28 22:42:15 +00:00
parser.h from __future__ import with_statement addon for 'with', mostly written by 2006-02-28 19:02:24 +00:00
parsetok.c Make 'as' an actual keyword when with's future statement is used. Not 2006-02-28 22:42:15 +00:00
pgen.c Revert previous checkin, the check is for <, not ==. i is unsed in non-debug builds, but is used in debug builds 2006-01-08 02:06:01 +00:00
pgenmain.c - Fix segfault with invalid coding. 2005-10-02 01:48:49 +00:00
printgrammar.c
spark.py Whitespace normalization. 2005-12-25 23:18:31 +00:00
tokenizer.c Change non-ASCII warning into a SyntaxError. 2006-02-28 22:41:29 +00:00
tokenizer.h Remove unused field. 2006-03-01 04:04:20 +00:00
tokenizer_pgen.c