cpython/Lib/importlib/test/import_
Brett Cannon 8593a75688 Fix importlib.machinery.PathFinder.find_module() to essentially skip over None
entries in sys.path_importer_cache. While this differs from semantics in how
__import__ works, it prevents any implicit semantics from taking hold with
users.
2009-03-30 19:57:15 +00:00
..
__init__.py Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
test___package__.py Rewrite the code implementing __import__ for importlib. Now it is much simpler 2009-02-07 01:15:27 +00:00
test_caching.py Rewrite the code implementing __import__ for importlib. Now it is much simpler 2009-02-07 01:15:27 +00:00
test_fromlist.py Move import semantic util code to importlib.test.import_.util. 2009-02-01 04:28:04 +00:00
test_meta_path.py Move import semantic util code to importlib.test.import_.util. 2009-02-01 04:28:04 +00:00
test_packages.py Move import semantic util code to importlib.test.import_.util. 2009-02-01 04:28:04 +00:00
test_path.py Fix importlib.machinery.PathFinder.find_module() to essentially skip over None 2009-03-30 19:57:15 +00:00
test_relative_imports.py Remove a dead XXX comment. 2009-03-09 01:58:13 +00:00
util.py A few more docstring/API cleanups for importlib. 2009-03-15 00:53:05 +00:00