cpython/Lib/test/test_importlib
Brett Cannon 2a17bde930 Issue #20383: Introduce importlib.util.module_from_spec().
Along the way, dismantle importlib._bootstrap._SpecMethods as it was
no longer relevant and constructing the new function required
partially dismantling the class anyway.
2014-05-30 14:55:29 -04:00
..
builtin Issue #21503: Use test_both() consistently in test_importlib. 2014-05-16 11:40:40 -06:00
extension Issue #21503: Use test_both() consistently in test_importlib. 2014-05-16 11:40:40 -06:00
frozen Issue #21503: Use test_both() consistently in test_importlib. 2014-05-16 11:40:40 -06:00
import_ Issue #21503: Use test_both() consistently in test_importlib. 2014-05-16 11:40:40 -06:00
namespace_pkgs Issue #21097: Move test_namespace_pkgs into test_importlib. 2014-03-29 15:57:44 -06:00
source Issue #21503: Use test_both() consistently in test_importlib. 2014-05-16 11:40:40 -06:00
__init__.py
__main__.py Simplify test.test_importlib.__main__ 2013-11-08 13:35:34 -05:00
abc.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
regrtest.py
test_abc.py Issue #21503: Use test_both() consistently in test_importlib. 2014-05-16 11:40:40 -06:00
test_api.py Issue #21503: Use test_both() consistently in test_importlib. 2014-05-16 11:40:40 -06:00
test_lazy.py Issue #17621: Introduce importlib.util.LazyLoader. 2014-04-04 13:53:38 -04:00
test_locks.py Issue 21137: Better repr for threading.Lock() 2014-05-25 18:22:35 -07:00
test_namespace_pkgs.py Issue #21097: Move test_namespace_pkgs into test_importlib. 2014-03-29 15:57:44 -06:00
test_spec.py Issue #20383: Introduce importlib.util.module_from_spec(). 2014-05-30 14:55:29 -04:00
test_util.py Issue #20383: Introduce importlib.util.module_from_spec(). 2014-05-30 14:55:29 -04:00
test_windows.py Issue #21503: Use test_both() consistently in test_importlib. 2014-05-16 11:40:40 -06:00
util.py Issue #21503: Use test_both() consistently in test_importlib. 2014-05-16 11:40:40 -06:00