COMMITS
/ Lib/importlib/util.py June 14, 2017
M
June 25, 2016
B
Issue #26186: Remove the restriction that built-in and extension
Brett Cannon committed
B
Merge from 3.5
Brett Cannon committed
B
Fix a scoping issue where an UnboundLocalError was triggered if a
Brett Cannon committed
February 21, 2016
B
Merge for issue #26186
Brett Cannon committed
B
Issue #26186: Remove an invalid type check in
Brett Cannon committed
December 4, 2015
B
Issue #25771: Tweak ValueError message when package isn't specified
Brett Cannon committed
May 3, 2015
E
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow committed
November 21, 2014
S
Issue #19720: Suppressed context for some exceptions in importlib.
Serhiy Storchaka committed
May 30, 2014
B
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon committed
April 4, 2014
B
Issue #17621: Introduce importlib.util.LazyLoader.
Brett Cannon committed
January 25, 2014
E
Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
Eric Snow committed
January 7, 2014
E
Issue 19713: Add PEP 451-related deprecations.
Eric Snow committed
November 22, 2013
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
June 16, 2013
B
Issue #18076: Introduce imoportlib.util.decode_source().
Brett Cannon committed
June 15, 2013
B
Issue #17907: touch up the code for imp.new_module().
Brett Cannon committed
June 14, 2013
B
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
Brett Cannon committed
May 31, 2013
B
fix whitespace
Brett Cannon committed
B
Issues #18088, 18089: Introduce
Brett Cannon committed
May 30, 2013
B
Rename importlib.util.ModuleManager to module_to_load so that the name
Brett Cannon committed
May 28, 2013
B
Introduce importlib.util.ModuleManager which is a context manager to
Brett Cannon committed
May 13, 2012
B
Add importlib.util.resolve_name().
Brett Cannon committed
March 10, 2009
B
Implement importlib.util.set_loader: a decorator to automatically set
Brett Cannon committed
March 4, 2009
B
Rename importlib.util.set___package__ to set_package.
Brett Cannon committed
March 2, 2009
B
Expose importlib.util.set___package__.
Brett Cannon committed
February 17, 2009
B
Implement the more specific PEP 302 semantics for loaders and what happens upon
Brett Cannon committed