cpython/Lib/test/test_importlib
Neil Schemenauer 84f7afe65c
Fix failed merge of bpo-43288. (GH-24614)
2021-02-21 14:22:14 -08:00
..
builtin bpo-26131: Deprecate usage of load_module() (GH-23469) 2020-12-04 15:39:21 -08:00
data
data01
data02
data03
extension bpo-26131: Deprecate usage of load_module() (GH-23469) 2020-12-04 15:39:21 -08:00
frozen bpo-26131: Deprecate usage of load_module() (GH-23469) 2020-12-04 15:39:21 -08:00
import_ bpo-26131: Deprecate usage of load_module() (GH-23469) 2020-12-04 15:39:21 -08:00
namespace_pkgs
source
zipdata01 bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915) 2020-10-25 14:21:46 -04:00
zipdata02 bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915) 2020-10-25 14:21:46 -04:00
__init__.py
__main__.py
abc.py
fixtures.py Fix failed merge of bpo-43288. (GH-24614) 2021-02-21 14:22:14 -08:00
stubs.py
test_abc.py bpo-26131: Deprecate usage of load_module() (GH-23469) 2020-12-04 15:39:21 -08:00
test_api.py bpo-26131: Deprecate usage of load_module() (GH-23469) 2020-12-04 15:39:21 -08:00
test_files.py
test_lazy.py
test_locks.py
test_main.py bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23758) 2020-12-31 12:56:43 -05:00
test_metadata_api.py bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23758) 2020-12-31 12:56:43 -05:00
test_namespace_pkgs.py
test_open.py
test_path.py
test_pkg_import.py
test_read.py
test_resource.py bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915) 2020-10-25 14:21:46 -04:00
test_spec.py bpo-26131: Deprecate usage of load_module() (GH-23469) 2020-12-04 15:39:21 -08:00
test_threaded_import.py
test_util.py
test_windows.py
test_zip.py bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23758) 2020-12-31 12:56:43 -05:00
threaded_import_hangers.py
util.py