cpython/Lib/importlib
Thomas Grainger 3fc57f86b1
[3.12] gh-116608: undeprecate functional importlib.resources API (#132206)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
2025-04-08 10:36:29 +02:00
..
metadata [3.12] gh-120910: Fix issue resolving relative paths outside site-packages. (GH-120911) (#120918) 2024-06-23 17:30:18 +00:00
resources [3.12] gh-116608: undeprecate functional importlib.resources API (#132206) 2025-04-08 10:36:29 +02:00
__init__.py [3.12] gh-125519: Improve traceback if importlib.reload() is called with a non-module object (GH-125520) (#125769) 2024-10-21 08:20:42 +00:00
_abc.py gh-102515: Remove unused imports in the Lib/ directory (#102516) 2023-03-08 11:45:38 +00:00
_bootstrap.py [3.12] gh-97850: Update the deprecation warning of importlib.abc.Loader.load_module (GH-129855) (GH-130017) 2025-02-11 15:31:44 -08:00
_bootstrap_external.py [3.12] GH-126606: don't write incomplete pyc files (GH-126627) (GH-126810) 2024-11-13 14:49:47 -08:00
abc.py gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059) 2023-05-03 04:55:22 -07:00
machinery.py bpo-35673: Add a public alias for namespace package __loader__ attribute (#29049) 2021-10-20 14:05:29 -07:00
readers.py bpo-46118: Move importlib.resources to its own package. (#30176) 2021-12-30 21:00:48 -05:00
simple.py bpo-46118: Move importlib.resources to its own package. (#30176) 2021-12-30 21:00:48 -05:00
util.py [3.12] gh-117983: Defer import of threading for lazy module loading (GH-120233) (GH-121350) 2024-07-03 21:09:00 +00:00