summaryrefslogtreecommitdiff
path: root/Lib/importlib/test/source/test_path_hook.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-32/+0
* Issue #13959: Deprecate imp.get_suffixes() for new attributes onBrett Cannon2012-05-111-3/+3
* Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.Brett Cannon2012-05-041-1/+1
* Issue #14605: Expose importlib.abc.FileLoader andBrett Cannon2012-04-221-2/+7
* Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-1/+2
* Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-031-0/+4
* Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-031-2/+1
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
* Finish properly hiding importlib implementation code.Brett Cannon2009-03-121-2/+2
* Do some cleanup in importlib:Brett Cannon2009-02-211-1/+1
* Rename importlib.test.support to importlib.test.util.Brett Cannon2009-02-011-2/+2
* Split out support code that is specific to source tests out ofBrett Cannon2009-02-011-2/+2
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+23