summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/import_/util.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-28/+0
* Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-1/+0
* Fix the importlib_only test decorator to work again; don't capture the flag v...Brett Cannon2009-08-301-1/+3
* Use the public API, not a private one.Brett Cannon2009-08-301-1/+1
* Move a test-skipping decorator over to unittest.skipIf.Brett Cannon2009-08-271-10/+3
* A few more docstring/API cleanups for importlib.Brett Cannon2009-03-151-1/+1
* Change importlib.machinery.PathFinder to not have implicit semantics (that'sBrett Cannon2009-02-151-2/+2
* Rewrite the code implementing __import__ for importlib. Now it is much simplerBrett Cannon2009-02-071-2/+3
* Move import semantic util code to importlib.test.import_.util.Brett Cannon2009-02-011-0/+33