cpython/Parser
Hye-Shik Chang 7df44b384a SF #941229: Decode source code with sys.stdin.encoding in interactive
modes like non-interactive modes.  This allows for non-latin-1 users
to write unicode strings directly and sets Japanese users free from
weird manual escaping <wink> in shift_jis environments.
(Reviewed by Martin v. Loewis)
2004-08-04 17:36:41 +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 Getting rid of all the code inside #ifdef macintosh too. 2003-11-20 01:44:59 +00:00
listnode.c
metagrammar.c
myreadline.c PyThreadState_Swap(NULL) didn't do what I thought it did. Fixes 2004-07-08 15:28:26 +00:00
node.c
parser.c
parser.h
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
tokenizer.c SF #941229: Decode source code with sys.stdin.encoding in interactive 2004-08-04 17:36:41 +00:00
tokenizer.h
tokenizer_pgen.c