cpython/Lib/importlib
Brett Cannon 273323cf68 Issue #14592: A relative import will raise a KeyError if __package__
or __name__ are not set in globals.

Thanks to Stefan Behnel for the bug report.
2012-04-17 19:05:11 -04:00
..
test Issue #14592: A relative import will raise a KeyError if __package__ 2012-04-17 19:05:11 -04:00
__init__.py Update importlib.invalidate_caches() to be more general. 2012-02-27 18:15:42 -05:00
_bootstrap.py Issue #13959: Rename imp to _imp and add Lib/imp.py and begin 2012-04-15 16:08:47 -04:00
abc.py Have importlib take advantage of ImportError's new 'name' and 'path' 2012-04-12 21:09:01 -04:00
machinery.py Check in the fact that importlib.machinery.PathFinder now exists. 2009-02-05 02:52:57 +00:00
util.py PEP 3147 2010-04-17 00:19:56 +00:00