cpython/Lib/importlib
Brett Cannon 327992330e Issue #17099: Have importlib.find_loader() raise ValueError when
__loader__ is not set on a module. This brings the exception in line
with when __loader__ is None (which is equivalent to not having the
attribute defined).
2013-03-13 11:09:08 -07:00
..
__init__.py Issue #17099: Have importlib.find_loader() raise ValueError when 2013-03-13 11:09:08 -07:00
_bootstrap.py Issue #17117: Have both import itself and importlib.util.set_loader() 2013-03-13 10:41:36 -07:00
abc.py Issue #15641: Clean up deprecated classes from importlib 2012-11-05 09:34:46 +02:00
machinery.py Issue #15576: Allow extension modules to be a package's __init__ 2012-08-10 13:47:54 -04:00
util.py Add importlib.util.resolve_name(). 2012-05-13 13:45:09 -04:00