cpython/Lib/test/test_importlib
2021-05-10 23:45:50 +01:00
..
builtin
data
data01
data02
data03
extension
frozen
import_
namespace_pkgs
partial [3.9] bpo-43517: Fix false positive in detection of circular imports (GH-24895) (GH-24948) 2021-03-20 12:40:18 -07:00
source
zipdata01
zipdata02
__init__.py
__main__.py
abc.py
fixtures.py [3.9] bpo-43288: Fix bug in test_importlib test. (GH-24616) 2021-02-21 15:24:41 -08:00
stubs.py
test_abc.py
test_api.py
test_files.py
test_lazy.py
test_locks.py
test_main.py bpo-39791: Support file systems that cannot support non-ascii filenames (skipping tests in that case). (GH-20681) 2020-06-07 08:17:45 -07:00
test_metadata_api.py
test_namespace_pkgs.py
test_open.py
test_path.py
test_pkg_import.py
test_read.py
test_resource.py bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-21774) 2020-08-08 00:47:40 +01:00
test_spec.py bpo-44070: No longer eagerly makes import filenames absolute, except for extension modules (GH-26025) 2021-05-10 23:45:50 +01:00
test_threaded_import.py [3.9] bpo-43517: Fix false positive in detection of circular imports (GH-24895) (GH-24948) 2021-03-20 12:40:18 -07:00
test_util.py Python 3.9.0rc1 2020-08-11 20:58:17 +02:00
test_windows.py bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations (GH-25121) 2021-04-07 12:35:36 +01:00
test_zip.py bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) (GH-20661) 2020-06-05 17:46:24 -04:00
threaded_import_hangers.py
util.py