cpython/Lib/importlib/test
Brett Cannon d2e7b33815 Implement the more specific PEP 302 semantics for loaders and what happens upon
load failure in relation to reloads. Also expose
importlib.util.module_for_loader to handle all of the details of this along
with making sure all current loaders behave nicely.
2009-02-17 02:45:03 +00:00
..
builtin Move importlib's built-in importer to use rpartition for __package__. 2009-02-07 01:40:19 +00:00
extension Add the missing importlib.test.extension.util. 2009-02-07 02:33:52 +00:00
frozen Move importlib's frozen importer over to rpartition for setting __package__. 2009-02-07 01:38:38 +00:00
import_ Change importlib.machinery.PathFinder to not have implicit semantics (that's 2009-02-15 05:48:13 +00:00
source Move importlib completely over to using rpartition and accepting the empty 2009-02-07 01:52:25 +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 Merge testing ABCs for importlib into importlib.test.abc. 2009-01-30 00:22:35 +00:00
test_api.py Rewrite the code implementing __import__ for importlib. Now it is much simpler 2009-02-07 01:15:27 +00:00
test_util.py Implement the more specific PEP 302 semantics for loaders and what happens upon 2009-02-17 02:45:03 +00:00
util.py Factor out helper code from importlib.test.extension.test_path_hook. 2009-02-07 02:06:43 +00:00