summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/test_util.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 19944: Fix importlib.find_spec() so it imports parents as needed.Eric Snow2014-01-251-0/+147
* Issue 19713: Add PEP 451-related deprecations.Eric Snow2014-01-071-8/+18
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-65/+0
* Issue #16803: Move test_importlib.test_util to use both frozen andBrett Cannon2013-10-181-50/+85
* Issue #18076: Introduce imoportlib.util.decode_source().Brett Cannon2013-06-161-0/+21
* Issue #17177: stop using imp in test_importlibBrett Cannon2013-06-151-15/+15
* Issue #17907: touch up the code for imp.new_module().Brett Cannon2013-06-151-0/+116
* Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document theBrett Cannon2013-06-141-0/+11
* Issues #18088, 18089: IntroduceBrett Cannon2013-05-311-5/+19
* Add a reset_name argument to importlib.util.module_to_load in order toBrett Cannon2013-05-311-0/+12
* Rename importlib.util.ModuleManager to module_to_load so that the nameBrett Cannon2013-05-301-7/+7
* Issue #18070: importlib.util.module_for_loader() now sets __loader__Brett Cannon2013-05-281-1/+12
* Introduce importlib.util.ModuleManager which is a context manager toBrett Cannon2013-05-281-0/+50
* Issue #17117: Have both import itself and importlib.util.set_loader()Brett Cannon2013-03-131-10/+32
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-0/+208