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.
 
 
 
 
 
 
Antoine Pitrou 33d15f7c85 Port import fixes from 2.7. 14 years ago
..
builtin Move over to using assertRaises as a context manager for importlib tests. 17 years ago
extension Make importlib.abc.SourceLoader the primary mechanism for importlib. 16 years ago
frozen (Merge 3.1) Issue #11614: Fix importlib tests for the new __hello__ module 15 years ago
import_ #9424: Replace deprecated assert* methods in the Python test suite. 15 years ago
source Port import fixes from 2.7. 14 years ago
__init__.py Importlib was using custom code to discover all test modules in importlib.test. 17 years ago
__main__.py Remove unnecessary XXX 16 years ago
abc.py Introduce importlib.abc. The module contains various ABCs related to imports 17 years ago
benchmark.py Add importlib benchmarks which try to be "realistic" by importing the decimal 16 years ago
regrtest.py Make importlib.abc.SourceLoader the primary mechanism for importlib. 16 years ago
test_abc.py Add an inheritance test for importlib.abc.SourceLoader. 16 years ago
test_api.py Issue #13591: import_module potentially imports a module twice. 14 years ago
test_util.py Move over to assertIs. 16 years ago
util.py Issue #13591: import_module potentially imports a module twice. 14 years ago