This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-11-01 18:51:43 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
15
e3010a8d12
cpython
/
Lib
/
importlib
History
Download ZIP
Download TAR.GZ
Martin v. Löwis
e3010a8d12
Issue
#14578
: Support modules registered in the Windows registry again.
...
Patch by Amaury Forgeot d'Arc.
2012-07-28 21:33:05 +02:00
..
__init__.py
Close
#15386
: There was a loophole that meant importlib.machinery and imp would sometimes reference an uninitialised copy of importlib._bootstrap
2012-07-20 23:40:09 +10:00
_bootstrap.py
Issue
#14578
: Support modules registered in the Windows registry again.
2012-07-28 21:33:05 +02:00
abc.py
Closes
#15030
: Make importlib.abc.PyPycLoader respect the new .pyc
2012-07-02 14:35:34 -04:00
machinery.py
Close
#15387
: inspect.getmodulename() now uses a new importlib.machinery.all_suffixes() API rather than the deprecated inspect.getmoduleinfo()
2012-07-18 23:14:57 +10:00
util.py
Add importlib.util.resolve_name().
2012-05-13 13:45:09 -04:00