cpython/Lib/importlib
Brett Cannon 01b0475b08 Issue #18115: Abstract out managing the cleanup of modules to use in
loaders where C code provides the loaded module.
2013-06-16 17:23:06 -04:00
..
__init__.py Issue #18193: Add importlib.reload(), documenting (but not 2013-06-14 15:04:26 -04:00
_bootstrap.py Issue #18115: Abstract out managing the cleanup of modules to use in 2013-06-16 17:23:06 -04:00
abc.py Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader 2013-06-16 14:56:58 -04:00
machinery.py Issue #15576: Allow extension modules to be a package's __init__ 2012-08-10 13:47:54 -04:00
util.py Issue #17907: touch up the code for imp.new_module(). 2013-06-14 22:26:30 -04:00