This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-07 13:10:37 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f5364ae75043580cf1ce94dcafe2b8b489a855aa
cpython
/
Lib
/
importlib
T
History
Jason R. Coombs
f5d47fceb0
gh-143387: Raise an exception instead of returning None when metadata file is missing. (
#146234
)
2026-03-23 09:12:36 -04:00
..
metadata
gh-143387: Raise an exception instead of returning None when metadata file is missing. (
#146234
)
2026-03-23 09:12:36 -04:00
resources
…
__init__.py
GH-139686: Revert "gh-139686: Make reloading a lazy module no-op (GH-139857)" (
#143584
)
2026-01-08 22:08:03 +00:00
_abc.py
GH-97850: Remove all uses and definitions of
load_module()
from importlib (
#142205
)
2025-12-10 15:35:51 -08:00
_bootstrap_external.py
gh-145506: Fixes CVE-2026-2297 by ensuring SourcelessFileLoader uses io.open_code (GH-145507)
2026-03-04 19:55:52 +00:00
_bootstrap.py
gh-142349: Implement PEP 810 - Explicit lazy imports (
#142351
)
2026-02-12 00:15:33 +00:00
abc.py
gh-139899: Introduce MetaPathFinder.discover and PathEntryFinder.discover (
#139900
)
2026-02-19 15:25:50 +00:00
machinery.py
GH-119668: expose importlib.machinery.NamespacePath (
#119669
)
2025-11-01 00:39:48 +00:00
readers.py
…
simple.py
…
util.py
…