This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
mirror of
https://github.com/python/cpython.git
synced
2026-08-02 23:25:41 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f40b375ec6a5e51720ea3de34d63553410cdcdf8
cpython
/
Lib
/
importlib
T
History
Pablo Galindo Salgado
and
GitHub
0a09dafb03
gh-153236: Propagate lazy submodule import errors (
#153237
)
2026-07-18 14:28:43 +02: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
gh-121190: Emit a better error message from
importlib.resources.files()
when module spec is
None
" (
#148460
)
2026-04-12 18:15:01 -04:00
__init__.py
…
_abc.py
…
_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-153236: Propagate lazy submodule import errors (
#153237
)
2026-07-18 14:28:43 +02:00
abc.py
gh-139899: Introduce MetaPathFinder.discover and PathEntryFinder.discover (
#139900
)
2026-02-19 15:25:50 +00:00
machinery.py
…
readers.py
…
simple.py
…
util.py
…