cpython/Lib/importlib
Brett Cannon 19a2f5961c Issue #15056: imp.cache_from_source() and source_from_cache() raise
NotimplementedError when sys.implementation.cache_tag is None.

Thanks to Pranav Ravichandran for taking an initial stab at the patch.
2012-07-09 13:58:07 -04:00
..
test Issue #15210: Greatly simplify the test for supporting importlib 2012-07-04 14:03:40 -04:00
__init__.py Issue #15210: Greatly simplify the test for supporting importlib 2012-07-04 14:03:40 -04:00
_bootstrap.py Issue #15056: imp.cache_from_source() and source_from_cache() raise 2012-07-09 13:58:07 -04:00
abc.py Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc 2012-07-02 14:35:34 -04:00
machinery.py Issue #13959: Deprecate imp.get_suffixes() for new attributes on 2012-05-11 12:58:42 -04:00
util.py Add importlib.util.resolve_name(). 2012-05-13 13:45:09 -04:00