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-08-01 15:43:13 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
be7e49fd82
cpython
/
Lib
/
importlib
History
Download ZIP
Download TAR.GZ
Nick Coghlan
be7e49fd82
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
..
test
Issue
#15111
: When a module was imported using a 'from import'
2012-07-10 10:05:00 -04: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
#15343
: A lot more than just unicode decoding can go wrong when retrieving a source file
2012-07-15 22:12:14 +10: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