This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2026-01-05 15:02:33 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d7d2194ea1
cpython
/
Lib
/
importlib
History
Download ZIP
Download TAR.GZ
Barry Warsaw
d7d2194ea1
Integration of importdocs from the features/pep-420 repo.
2012-07-29 16:36:17 -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
Integration of importdocs from the features/pep-420 repo.
2012-07-29 16:36:17 -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