summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/extension/test_loader.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-71/+0
* Changed importlib tests to use assertIs, assertIsInstance, etc., instead of j...Eric V. Smith2012-06-271-4/+4
* Issue #13959: HaveBrett Cannon2012-05-111-5/+15
* Issue #14605: Expose importlib.abc.FileLoader andBrett Cannon2012-04-221-2/+2
* Have importlib take advantage of ImportError's new 'name' and 'path'Brett Cannon2012-04-131-2/+4
* Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-031-1/+1
* Move over to using assertRaises as a context manager for importlib tests.Brett Cannon2009-08-271-1/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-3/+3
* 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