summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/util.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 19944: Fix importlib.find_spec() so it imports parents as needed.Eric Snow2014-01-251-0/+72
* Issue 19713: Add PEP 451-related deprecations.Eric Snow2014-01-071-5/+15
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-7/+58
* Issue #18076: Introduce imoportlib.util.decode_source().Brett Cannon2013-06-161-0/+1
* Issue #17907: touch up the code for imp.new_module().Brett Cannon2013-06-151-0/+2
* Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document theBrett Cannon2013-06-141-0/+1
* fix whitespaceBrett Cannon2013-05-311-1/+1
* Issues #18088, 18089: IntroduceBrett Cannon2013-05-311-1/+44
* Rename importlib.util.ModuleManager to module_to_load so that the nameBrett Cannon2013-05-301-1/+1
* Introduce importlib.util.ModuleManager which is a context manager toBrett Cannon2013-05-281-0/+1
* Add importlib.util.resolve_name().Brett Cannon2012-05-131-0/+16
* PEP 3147Barry Warsaw2010-04-171-0/+1
* Implement importlib.util.set_loader: a decorator to automatically setBrett Cannon2009-03-101-0/+1
* Rename importlib.util.set___package__ to set_package.Brett Cannon2009-03-041-1/+1
* Expose importlib.util.set___package__.Brett Cannon2009-03-021-0/+1
* Implement the more specific PEP 302 semantics for loaders and what happens uponBrett Cannon2009-02-171-0/+2