summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/extension/test_loader.py
Commit message (Expand)AuthorAgeFilesLines
* Finish properly hiding importlib implementation code.Brett Cannon2009-03-121-3/+3
* Implement importlib.util.set_loader: a decorator to automatically setBrett Cannon2009-03-101-0/+2
* Factor out helper code from importlib.test.extension.test_path_hook.Brett Cannon2009-02-071-12/+11
* Move importlib completely over to using rpartition and accepting the emptyBrett Cannon2009-02-071-1/+2
* Rename importlib.test.support to importlib.test.util.Brett Cannon2009-02-011-3/+3
* Move extension module loader tests over to importlib.test.abc.LoaderTests.Brett Cannon2009-02-011-3/+22
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+37