summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/frozen
Commit message (Expand)AuthorAgeFilesLines
* (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-132-8/+8
* | 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-302-8/+8
|/
* 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-012-29/+5
* Fix importlib.machinery.FrozenImporter.load_module() to set __package__Brett Cannon2009-02-011-18/+51
* Merge testing ABCs for importlib into importlib.test.abc.Brett Cannon2009-01-301-2/+2
* Move importlib.test.frozen.test_finder over to importlib.test.finder_tests.Brett Cannon2009-01-271-5/+8
* Add importlib.machinery with its first tenants, BuitinImporter andBrett Cannon2009-01-222-4/+4
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-184-0/+108