cpython/Lib/importlib/test/source
Brett Cannon fd0741555b Issue #2377: Make importlib the implementation of __import__().
importlib._bootstrap is now frozen into Python/importlib.h and stored
as _frozen_importlib in sys.modules. Py_Initialize() loads the frozen
code along with sys and imp and then uses _frozen_importlib._install()
to set builtins.__import__() w/ _frozen_importlib.__import__().
2012-04-14 14:10:13 -04:00
..
__init__.py
test_abc_loader.py Have importlib take advantage of ImportError's new 'name' and 'path' 2012-04-12 21:09:01 -04:00
test_case_sensitivity.py Issue #13890: Fix importlib case-sensitivity tests to not run on Windows. 2012-01-30 12:48:16 -05:00
test_file_loader.py Issue #2377: Make importlib the implementation of __import__(). 2012-04-14 14:10:13 -04:00
test_finder.py Issue #2377: Make importlib the implementation of __import__(). 2012-04-14 14:10:13 -04:00
test_path_hook.py Issue #2377: Make importlib the implementation of __import__(). 2012-04-14 14:10:13 -04:00
test_source_encoding.py Issue #2377: Make importlib the implementation of __import__(). 2012-04-14 14:10:13 -04:00
util.py PEP 3147 2010-04-17 00:19:56 +00:00