summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/extension/test_loader.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27782: Fix m_methods handling in multiphase initNick Coghlan2016-08-211-0/+9
* use assert method in another placeBenjamin Peterson2015-05-301-1/+1
* use assert method (#24328)Benjamin Peterson2015-05-291-1/+1
* fix importing one char extension modules (closes #24328)Benjamin Peterson2015-05-291-0/+8
* Issue #24285: fix importing extensions from packagesNick Coghlan2015-05-261-0/+7
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-0/+167
* Issue #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-161-2/+3
* Issue #19721: Consolidate test_importlib utility code into a singleBrett Cannon2014-05-091-16/+15
* 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