Author: neil.schemenauer
Date: Fri Sep 21 22:50:26 2007
New Revision: 58227
Modified:
python/branches/py3k/Parser/tokenizer.c
python/branches/py3k/Parser/tokenizer.h
Log:
Use an enum for decoding_state. It makes the code a little more
understandable.
Modified: python/branches/py3k/Parser/
Author: brett.cannon
Date: Sat Sep 22 05:51:57 2007
New Revision: 58228
Modified:
python/branches/py3k-importlib/Modules/getpath.c
Log:
For now just look for _importlib as a source file; don't worry about bytecode.
Modified: python/branches/py3k-importlib/Modules/getpath.c
===
Author: brett.cannon
Date: Sat Sep 22 06:41:13 2007
New Revision: 58230
Modified:
python/branches/py3k-importlib/Include/pythonrun.h
python/branches/py3k-importlib/NEWS
python/branches/py3k-importlib/Python/import.c
python/branches/py3k-importlib/Python/pythonrun.c
Log:
Introduce _PyIm