[Python-3000-checkins] r58227 - python/branches/py3k/Parser/tokenizer.c python/branches/py3k/Parser/tokenizer.h

2007-09-21 Thread neil.schemenauer
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/

[Python-3000-checkins] r58228 - python/branches/py3k-importlib/Modules/getpath.c

2007-09-21 Thread brett.cannon
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 ===

[Python-3000-checkins] r58230 - in python/branches/py3k-importlib: Include/pythonrun.h NEWS Python/import.c Python/pythonrun.c

2007-09-21 Thread brett.cannon
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