This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
48114b952b22cf68ab7dccfb571a2194fd89e6ef
cpython
/
Lib
/
importlib
History
Antoine Pitrou
48114b952b
Issue
#14657
: The frozen instance of importlib used for bootstrap is now also the module imported as importlib._bootstrap.
2012-06-17 22:33:38 +02:00
..
test
Issue
#14938
: importlib.abc.SourceLoader.is_package() now takes the
2012-06-15 20:00:53 -04:00
__init__.py
Issue
#14657
: The frozen instance of importlib used for bootstrap is now also the module imported as importlib._bootstrap.
2012-06-17 22:33:38 +02:00
_bootstrap.py
Issue
#14938
: importlib.abc.SourceLoader.is_package() now takes the
2012-06-15 20:00:53 -04:00
abc.py
Issue
#14605
: Rename _SourcelessFileLoader to SourcelessFileLoader.
2012-04-25 02:31:37 +02:00
machinery.py
Issue
#13959
: Deprecate imp.get_suffixes() for new attributes on
2012-05-11 12:58:42 -04:00
util.py
Add importlib.util.resolve_name().
2012-05-13 13:45:09 -04:00