[Python-3000-checkins] r58187 - python/branches/py3k/Objects/dictobject.c python/branches/py3k/Objects/unicodeobject.c

2007-09-17 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue Sep 18 06:30:42 2007 New Revision: 58187 Modified: python/branches/py3k/Objects/dictobject.c python/branches/py3k/Objects/unicodeobject.c Log: Micro optimizations after staring at gprof output for a while. Modified: python/branches/py3k/Objects/dictobject

[Python-3000-checkins] r58188 - python/branches/py3k-importlib

2007-09-17 Thread brett.cannon
Author: brett.cannon Date: Tue Sep 18 07:06:47 2007 New Revision: 58188 Added: python/branches/py3k-importlib/ - copied from r58187, python/branches/py3k/ Log: Branch to be used for trying to move Py3K over to using importlib as the import implementation.

[Python-3000-checkins] r58189 - python/branches/py3k-importlib

2007-09-17 Thread brett.cannon
Author: brett.cannon Date: Tue Sep 18 07:21:50 2007 New Revision: 58189 Modified: python/branches/py3k-importlib/ (props changed) Log: svnmerge init. ___ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailm

[Python-3000-checkins] r58190 - python/branches/py3k-importlib

2007-09-17 Thread brett.cannon
Author: brett.cannon Date: Tue Sep 18 08:45:22 2007 New Revision: 58190 Modified: python/branches/py3k-importlib/ (props changed) Log: Pull in Py3K version of importlib. ___ Python-3000-checkins mailing list [email protected] http://m

[Python-3000-checkins] r58191 - python/branches/py3k-importlib/Lib/_importlib.py python/branches/py3k-importlib/Lib/importlib.py

2007-09-17 Thread brett.cannon
Author: brett.cannon Date: Tue Sep 18 08:46:39 2007 New Revision: 58191 Added: python/branches/py3k-importlib/Lib/_importlib.py (contents, props changed) python/branches/py3k-importlib/Lib/importlib.py (contents, props changed) Log: Add _importlib and importlib to the stdlib through a sy