cpython/Lib/importlib/test
Brett Cannon 2a922ed6ad Introduce importlib.abc. The module contains various ABCs related to imports
(mostly stuff specified by PEP 302). There are two ABCs, PyLoader and
PyPycLoader, which help with implementing source and source/bytecode loaders by
implementing load_module in terms of other methods. This removes a lot of
gritty details loaders typically have to worry about.
2009-03-09 03:35:50 +00:00
..
builtin Move importlib's built-in importer to use rpartition for __package__. 2009-02-07 01:40:19 +00:00
extension Skip case-sensitivity tests for extension modules if _testcapi cannot be found. 2009-03-08 20:50:32 +00:00
frozen Move importlib's frozen importer over to rpartition for setting __package__. 2009-02-07 01:38:38 +00:00
import_ Remove a dead XXX comment. 2009-03-09 01:58:13 +00:00
source Introduce importlib.abc. The module contains various ABCs related to imports 2009-03-09 03:35:50 +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