summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/extension/test_loader.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19927: Add __eq__ to path-based loaders in importlib.Eric Snow2014-01-041-0/+9
* Issue #19698: Remove exec_module() from the built-in and extensionBrett Cannon2013-11-291-65/+0
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-9/+72
* Issue #16803: Move test.test_importlib.extension to use both frozen and sourc...Brett Cannon2013-10-251-11/+11
* Issue #16803: Stop having test.test_importlib.abc ABCs inherit fromBrett Cannon2013-10-251-1/+1
* Issue #15576: Allow extension modules to be a package's __init__Brett Cannon2012-08-101-2/+10
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-0/+71