summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/import_/test_caching.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-3/+3
* Merged revisions 74584 via svnmerge fromBrett Cannon2009-08-301-4/+14
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-3/+3
* Rewrite the code implementing __import__ for importlib. Now it is much simplerBrett Cannon2009-02-071-1/+2
* Move import semantic util code to importlib.test.import_.util.Brett Cannon2009-02-011-7/+8
* Rename importlib.test.support to importlib.test.util.Brett Cannon2009-02-011-13/+12
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+75