summaryrefslogtreecommitdiff
path: root/Lib/importlib/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some more bugs caused by the backport from 3.x for importlib.Brett Cannon2009-03-041-22/+9
* Fix a bug where code was trying to index an int. Left over from the situationBrett Cannon2009-02-271-1/+1
* Make importlib backwards-compatible to Python 2.2 (but this is not promised toBrett Cannon2009-02-031-3/+16
* Backport importlib to at least Python 2.5 by getting rid of use of str.format.Brett Cannon2009-02-031-1/+1
* Make importlib a package. This allows using svn:externals in the sandbox toBrett Cannon2009-02-031-0/+38