cpython/Parser
Neal Norwitz 40d3781416 - Fix segfault with invalid coding.
- SF Bug #772896, unknown encoding results in MemoryError, which is not helpful

I will only backport the segfault fix.  I'll let Anthony decide if he wants
the other changes backported.  I will do the backport if asked.
2005-10-02 01:48:49 +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 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
intrcheck.c Patch #975056 - fixes for restartable signals on *BSD. In addition, 2004-10-13 14:48:50 +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 In a threads-disabled build, typing Ctrl-C into a raw_input() crashed, 2005-04-07 10:11:19 +00:00
node.c SF patch #578297: 2002-08-04 06:28:21 +00:00
parser.c
parser.h
parsetok.c - Fix segfault with invalid coding. 2005-10-02 01:48:49 +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 - Fix segfault with invalid coding. 2005-10-02 01:48:49 +00:00
printgrammar.c
tokenizer.c - Fix segfault with invalid coding. 2005-10-02 01:48:49 +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