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 b46a1793a7 Update importlib.invalidate_caches() to be more general. 14 years ago
..
builtin Move over to using assertRaises as a context manager for importlib tests. 17 years ago
extension Issue #13890: Also fix for extension module tests for case-insensitivity. 14 years ago
frozen (Merge 3.1) Issue #11614: Fix importlib tests for the new __hello__ module 15 years ago
import_ Improper type for __package__ should raise TypeError, not ValueError. 14 years ago
source Update importlib.invalidate_caches() to be more general. 14 years ago
__init__.py Importlib was using custom code to discover all test modules in importlib.test. 17 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 Remove a stale comment. 15 years ago
test_abc.py Add an inheritance test for importlib.abc.SourceLoader. 16 years ago
test_api.py Update importlib.invalidate_caches() to be more general. 14 years ago
test_util.py Issue #13593: updating the importlib utility decorators for __qualname__. 14 years ago
util.py Issue #13591: import_module potentially imports a module twice. 14 years ago