summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/frozen/test_loader.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-121/+0
* Use assertIsNone. Thanks Terry Reedy.Eric V. Smith2012-06-281-1/+1
* Changed importlib tests to use assertIs, assertIsInstance, etc., instead of j...Eric V. Smith2012-06-271-3/+3
* Whitespace cleanup.Eric V. Smith2012-05-251-4/+4
* issue 14660: Implement PEP 420, namespace packages.Eric V. Smith2012-05-251-7/+21
* Have importlib take advantage of ImportError's new 'name' and 'path'Brett Cannon2012-04-131-2/+4
* (Merge 3.1) Issue #11614: Fix importlib tests for the new __hello__ moduleVictor Stinner2011-05-161-9/+17
|\
| * Issue #11614: Fix importlib tests for the new __hello__ moduleVictor Stinner2011-05-161-9/+17
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-4/+4
* | Move over to using assertRaises as a context manager for importlib tests.Brett Cannon2009-08-271-3/+4
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-4/+4
|/
* Implement InspectLoader for FrozenImporter.Brett Cannon2009-03-151-1/+35
* Implement importlib.util.set_loader: a decorator to automatically setBrett Cannon2009-03-101-3/+5
* Move importlib's frozen importer over to rpartition for setting __package__.Brett Cannon2009-02-071-1/+1
* Rename importlib.test.support to importlib.test.util.Brett Cannon2009-02-011-5/+5
* Fix importlib.machinery.FrozenImporter.load_module() to set __package__Brett Cannon2009-02-011-18/+51
* Add importlib.machinery with its first tenants, BuitinImporter andBrett Cannon2009-01-221-2/+2
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+27