cpython/Lib/test/test_importlib
Łukasz Langa 5482db5800
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>.
(cherry picked from commit 8f943ca257)

Co-authored-by: Mohamad Mansour <66031317+mohamadmansourX@users.noreply.github.com>
2021-09-22 17:32:04 +02:00
..
builtin
data
data01
data02
data03
extension bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738) 2020-03-17 18:09:46 +01:00
frozen
import_ bpo-38839: Fix some unused functions in tests (GH-17189) 2019-11-19 11:45:20 -08:00
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 [3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512) 2021-09-22 17:32:04 +02:00
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 bpo-39595: Improve zipfile.Path performance (#18406) 2020-02-11 21:58:47 -05:00
test_abc.py
test_api.py
test_files.py bpo-39791: Add files() to importlib.resources (GH-19722) 2020-05-08 19:20:26 -04:00
test_lazy.py
test_locks.py [3.9] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28456) 2021-09-20 09:34:52 +03:00
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 bpo-39791: Add files() to importlib.resources (GH-19722) 2020-05-08 19:20:26 -04:00
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-45229: Remove test_main in many tests (GH-28405) (GH-28456) 2021-09-20 09:34:52 +03: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 bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) 2020-02-28 17:28:37 -08:00