summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/import_
Commit message (Expand)AuthorAgeFilesLines
* Begin writing tests for importlib.machinery.PathFinder.Brett Cannon2009-02-051-1/+57
* Move import semantic util code to importlib.test.import_.util.Brett Cannon2009-02-018-56/+99
* Rename importlib.test.support to importlib.test.util.Brett Cannon2009-02-017-129/+124
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-188-0/+799