COMMITS
/ Lib/importlib/__init__.py March 25, 2017
M
bpo-29862: Fix grammar in importlib.reload() exception (GH-809)
Mandeep Bhutani committed
February 16, 2017
M
bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_module() (GH-32)
Matthias Bussonnier committed
May 16, 2015
E
Issue #24192: Fix namespace package imports.
Eric Snow 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
March 21, 2014
B
Issue #20884: Don't assume in importlib.__init__ that __file__ is
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
December 10, 2013
E
Issue 19851: Fix a regression in reloading submodules.
Eric Snow committed
November 22, 2013
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
November 1, 2013
E
Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules.
Eric Snow committed
August 15, 2013
E
August 12, 2013
B
Closes issue #18598: Have the exception message for
Brett Cannon committed
August 10, 2013
E
#18681: merge with 3.3.
Ezio Melotti committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18193: Add importlib.reload(), documenting (but not
Brett Cannon committed
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
March 13, 2013
B
Issue #17099: Have importlib.find_loader() raise ValueError when
Brett Cannon committed
November 17, 2012
B
Issue #16489: Make it clearer that importlib.find_loader() requires
Brett Cannon committed
August 10, 2012
B
Issue #15502: Finish bringing importlib.abc in line with the current
Brett Cannon committed
July 20, 2012
July 4, 2012
B
Issue #15210: Greatly simplify the test for supporting importlib
Brett Cannon committed
July 2, 2012
B
Issue #15210: If _frozen_importlib is not found in sys.modules by
Brett Cannon committed
June 17, 2012
May 12, 2012
B
Issue #13959: Introduce importlib.find_loader().
Brett Cannon committed
February 27, 2012
B
Update importlib.invalidate_caches() to be more general.
Brett Cannon committed
February 20, 2012
February 8, 2012
B
Move setup code from importlib.__init__ to
Brett Cannon committed
January 27, 2012
B
Relocate importlib._case_ok to importlib._bootstrap.
Brett Cannon committed
January 25, 2012
B
Move some code from importlib.__init__ to importlib._bootstrap that
Brett Cannon committed
October 28, 2011
F
Simplify and remove few dependencies on 'errno', thanks to PEP 3151.
Florent Xicluna committed
July 3, 2010
B
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon committed
March 15, 2009
B
A few more docstring/API cleanups for importlib.
Brett Cannon committed
March 12, 2009
B
Finish properly hiding importlib implementation code.
Brett Cannon committed
B
Define importlib.__init__.__all__.
Brett Cannon committed
March 4, 2009
B
merge the io-c branch: C implementation of the io module
Benjamin Peterson committed
February 7, 2009
B
Rewrite the code implementing __import__ for importlib. Now it is much simpler
Brett Cannon committed
January 22, 2009
B
Add some comment markers to more clearly delineate what different parts of the
Brett Cannon committed
January 20, 2009
B
Document the (very small) public API for importlib. As time goes on and some
Brett Cannon committed
January 18, 2009
B
Add initial implementation of importlib. See the NOTES files for what is
Brett Cannon committed