summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/import_/test_path.py
Commit message (Expand)AuthorAgeFilesLines
* Tweak the handling of the empty string in sys.path for importlib.Brett Cannon2012-02-161-1/+1
* Use the cwd when the empty string is found in sys.path. This leads toBrett Cannon2012-02-081-0/+10
* Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-031-14/+20
* Remove unused import for function that no longer exists.R. David Murray2009-07-011-1/+0
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-15/+15
* Fix importlib.machinery.PathFinder.find_module() to essentially skip over NoneBrett Cannon2009-03-301-0/+19
* Do some cleanup in importlib:Brett Cannon2009-02-211-3/+3
* Change importlib.machinery.PathFinder to not have implicit semantics (that'sBrett Cannon2009-02-151-32/+33
* Rewrite the code implementing __import__ for importlib. Now it is much simplerBrett Cannon2009-02-071-142/+0
* Finish implementing tests for importlib.machinery.PathFinder by testing thatBrett Cannon2009-02-061-4/+19
* Add tests for using sys.path_hooks by importlib.machinery.PathFinder.Brett Cannon2009-02-051-2/+10
* Implement test for sys.path_importer_cache having None forBrett Cannon2009-02-051-2/+14
* Begin writing tests for importlib.machinery.PathFinder.Brett Cannon2009-02-051-1/+57
* 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-19/+17
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+158