History log of /external/python/cpython2/Lib/importlib/__init__.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
417937733fdcb2aa23b2cf726a5cc6484fe803f5 04-Mar-2009 Brett Cannon <bcannon@gmail.com> Fix some more bugs caused by the backport from 3.x for importlib.
Do a more exact copy of the final 3.x code to resolve bugs and add
appropriate tests.
/external/python/cpython2/Lib/importlib/__init__.py
ac10be365e5c25f2bedac75b3269a22f361d51e5 27-Feb-2009 Brett Cannon <bcannon@gmail.com> Fix a bug where code was trying to index an int. Left over from the situation
from using str.rpartition to str.rindex.

Closes Issue5213.
/external/python/cpython2/Lib/importlib/__init__.py
8bdd3b3dcf38ba1b5bd460b3c309fb6a8ea1127c 03-Feb-2009 Brett Cannon <bcannon@gmail.com> Make importlib backwards-compatible to Python 2.2 (but this is not promised to
last; just doing it to be nice).

Also fix a message for an exception.
/external/python/cpython2/Lib/importlib/__init__.py
1797b7dbbcc6d9db1ad51ca7e771f5a7e37299f5 03-Feb-2009 Brett Cannon <bcannon@gmail.com> Backport importlib to at least Python 2.5 by getting rid of use of str.format.
/external/python/cpython2/Lib/importlib/__init__.py
94196532c1afc8d2fe6f64c181f7201f7faff8bc 03-Feb-2009 Brett Cannon <bcannon@gmail.com> Make importlib a package. This allows using svn:externals in the sandbox to
package up the code for separate distribution.
/external/python/cpython2/Lib/importlib/__init__.py