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 2657df4744 Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. 14 years ago
..
builtin Have importlib take advantage of ImportError's new 'name' and 'path' 14 years ago
extension Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. 14 years ago
frozen Have importlib take advantage of ImportError's new 'name' and 'path' 14 years ago
import_ Issue #14605: Use None in sys.path_importer_cache to represent no 14 years ago
source Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. 14 years ago
__init__.py Issue #14585: test_import now runs all tests under 14 years ago
__main__.py Fix importlib.test.__main__ to only worry about command-line flags when directly executed. 14 years ago
abc.py Introduce importlib.abc. The module contains various ABCs related to imports 17 years ago
benchmark.py Make the benchmark recording more sensible for importlib.test.benchmark. 14 years ago
regrtest.py Have importlib.test.regrtest clear sys.path_importer_cache to make 14 years ago
test_abc.py Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader 14 years ago
test_api.py Update importlib.invalidate_caches() to be more general. 14 years ago
test_util.py Issue #14646: __import__() now sets __loader__ if need be. 14 years ago
util.py Issue #2377: Make importlib the implementation of __import__(). 14 years ago