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.
 
 
 
 
 
 
Eric V. Smith 283d0ba45d Whitespace cleanup. 14 years ago
..
builtin Have importlib take advantage of ImportError's new 'name' and 'path' 14 years ago
extension Issue #13959: Have 14 years ago
frozen Whitespace cleanup. 14 years ago
import_ Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error. 14 years ago
source issue 14660: Implement PEP 420, namespace packages. 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 Issue #13959: Deprecate imp.get_suffixes() for new attributes on 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 Issue #13959: Introduce importlib.find_loader(). 14 years ago
test_locks.py Issue #9260: A finer-grained import lock. 14 years ago
test_util.py Add importlib.util.resolve_name(). 14 years ago
util.py Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error. 14 years ago