cpython/Lib/importlib
2022-11-10 16:59:38 +01:00
..
metadata [3.10] gh-99130: Apply bugfixes from importlib_metadata 4.11.4. (#99132) 2022-11-10 16:59:38 +01:00
__init__.py bpo-42135 Correct version slated for importlib.find_loader removal (GH-28312) (GH-28321) 2021-09-13 16:33:05 -07:00
_abc.py
_adapters.py [3.10] bpo-45419: Fix interfaces on DegenerateFiles.Path (GH-28844) 2021-10-10 07:23:06 -07:00
_bootstrap.py
_bootstrap_external.py [3.10] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cache (GH-29384) (GH-30922) 2022-01-27 06:00:23 -08:00
_common.py gh-93353: Fix importlib.resources._tempfile() finalizer (GH-93377) 2022-06-13 10:52:50 -07:00
abc.py
machinery.py
readers.py bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6). (GH-26387) (#26389) 2021-05-26 17:09:27 -04:00
resources.py bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6). (GH-26387) (#26389) 2021-05-26 17:09:27 -04:00
util.py