summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/import_/util.py
Commit message (Expand)AuthorAgeFilesLines
* 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