You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Brett Cannon aa93642a35 Issue #14605: Use None in sys.path_importer_cache to represent no 14 years ago
..
__init__.py Add initial implementation of importlib. See the NOTES files for what is 17 years ago
test___package__.py Improper type for __package__ should raise TypeError, not ValueError. 14 years ago
test_api.py importlib.__import__() now raises ValueError when level < 0. 14 years ago
test_caching.py Have importlib take advantage of ImportError's new 'name' and 'path' 14 years ago
test_fromlist.py Issue #14605: Make explicit the entries on sys.path_hooks that used to 14 years ago
test_meta_path.py Issue #14605: Stop having implicit entries for sys.meta_path. 14 years ago
test_packages.py Have importlib take advantage of ImportError's new 'name' and 'path' 14 years ago
test_path.py Issue #14605: Use None in sys.path_importer_cache to represent no 14 years ago
test_relative_imports.py Issue #14592: A relative import will raise a KeyError if __package__ 14 years ago
util.py Issue #2377: Make importlib the implementation of __import__(). 14 years ago