Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15168: Move importlb.test to test.test_importlib. | Brett Cannon | 2012-07-20 | 1 | -28/+0 |
* | Issue #2377: Make importlib the implementation of __import__(). | Brett Cannon | 2012-04-14 | 1 | -1/+0 |
* | Fix the importlib_only test decorator to work again; don't capture the flag v... | Brett Cannon | 2009-08-30 | 1 | -1/+3 |
* | Use the public API, not a private one. | Brett Cannon | 2009-08-30 | 1 | -1/+1 |
* | Move a test-skipping decorator over to unittest.skipIf. | Brett Cannon | 2009-08-27 | 1 | -10/+3 |
* | A few more docstring/API cleanups for importlib. | Brett Cannon | 2009-03-15 | 1 | -1/+1 |
* | Change importlib.machinery.PathFinder to not have implicit semantics (that's | Brett Cannon | 2009-02-15 | 1 | -2/+2 |
* | Rewrite the code implementing __import__ for importlib. Now it is much simpler | Brett Cannon | 2009-02-07 | 1 | -2/+3 |
* | Move import semantic util code to importlib.test.import_.util. | Brett Cannon | 2009-02-01 | 1 | -0/+33 |