cpython/Lib/importlib/test
Brett Cannon 2c318a1390 Rewrite the code implementing __import__ for importlib. Now it is much simpler
and relies much more on meta path finders to abstract out various parts of
import.

As part of this the semantics for import_module tightened up and now follow
__import__ much more closely (biggest thing is that the 'package' argument must
now already be imported, else a SystemError is raised).
2009-02-07 01:15:27 +00:00
..
builtin Rename importlib.test.support to importlib.test.util. 2009-02-01 04:00:05 +00:00
extension Rename importlib.test.support to importlib.test.util. 2009-02-01 04:00:05 +00:00
frozen Rename importlib.test.support to importlib.test.util. 2009-02-01 04:00:05 +00:00
import_ Rewrite the code implementing __import__ for importlib. Now it is much simpler 2009-02-07 01:15:27 +00:00
source Rename importlib.test.support to importlib.test.util. 2009-02-01 04:00:05 +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
util.py Move import semantic util code to importlib.test.import_.util. 2009-02-01 04:28:04 +00:00