0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
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
bitset.c
firstsets.c
grammar1.c
grammar.c
grammar.mak
intrcheck.c
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
pgenmain.c
printgrammar.c
tokenizer_pgen.c
tokenizer.c SF #941229: Decode source code with sys.stdin.encoding in interactive 2004-08-04 17:36:41 +00:00
tokenizer.h