cpython/Lib/importlib/test
Brett Cannon 2cf03a8204 Implement importlib.util.set_loader: a decorator to automatically set
__loader__ on modules.
2009-03-10 05:17:37 +00:00
..
builtin Implement importlib.util.set_loader: a decorator to automatically set 2009-03-10 05:17:37 +00:00
extension Implement importlib.util.set_loader: a decorator to automatically set 2009-03-10 05:17:37 +00:00
frozen Implement importlib.util.set_loader: a decorator to automatically set 2009-03-10 05:17:37 +00:00
import_ Remove a dead XXX comment. 2009-03-09 01:58:13 +00:00
source Implement get_source for importlib.abc.PyLoader using source_path and get_data. 2009-03-10 03:29:23 +00:00
__init__.py Do not execute the .pyc/.pyo files as well as the .py files. 2009-02-01 03:51:54 +00:00
abc.py Introduce importlib.abc. The module contains various ABCs related to imports 2009-03-09 03:35:50 +00:00
test_abc.py Introduce importlib.abc. The module contains various ABCs related to imports 2009-03-09 03:35:50 +00:00
test_api.py Add a test for importlib.import_module. 2009-03-04 01:02:54 +00:00
test_util.py Rename importlib.util.set___package__ to set_package. 2009-03-04 16:07:00 +00:00
util.py Factor out helper code from importlib.test.extension.test_path_hook. 2009-02-07 02:06:43 +00:00