Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some more bugs caused by the backport from 3.x for importlib. | Brett Cannon | 2009-03-04 | 1 | -22/+9 |
* | Fix a bug where code was trying to index an int. Left over from the situation | Brett Cannon | 2009-02-27 | 1 | -1/+1 |
* | Make importlib backwards-compatible to Python 2.2 (but this is not promised to | Brett Cannon | 2009-02-03 | 1 | -3/+16 |
* | Backport importlib to at least Python 2.5 by getting rid of use of str.format. | Brett Cannon | 2009-02-03 | 1 | -1/+1 |
* | Make importlib a package. This allows using svn:externals in the sandbox to | Brett Cannon | 2009-02-03 | 1 | -0/+38 |