This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-27 21:25:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Lib
/
importlib
History
Dennis Sweeney
37c6db60f9
gh-91869: Fix tracing of specialized instructions with extended args (GH-91945)
2022-04-27 22:36:34 -06:00
..
metadata
bpo-47004: Sync with importlib_metadata 4.11.3. (
#31854
)
2022-03-13 15:53:29 -04:00
resources
gh-91298: Refine traversable (apply changes from importlib_resources 5.7.1) (
#91623
)
2022-04-17 11:10:36 -04:00
__init__.py
…
_abc.py
…
_bootstrap_external.py
gh-91869: Fix tracing of specialized instructions with extended args (GH-91945)
2022-04-27 22:36:34 -06:00
_bootstrap.py
bpo-35673: Add a public alias for namespace package __loader__ attribute (
#29049
)
2021-10-20 14:05:29 -07:00
abc.py
bpo-46118: Move importlib.resources to its own package. (
#30176
)
2021-12-30 21:00:48 -05: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
…