COMMITS
/ Lib/importlib/_bootstrap.py May 23, 2017
E
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow committed
September 8, 2016
September 7, 2016
E
Issue #15767: Use ModuleNotFoundError.
Eric Snow committed
September 6, 2016
B
Issue #27974: Remove importlib._bootstrap._ManageReload.
Brett Cannon committed
July 8, 2016
B
Issue #26972: Fix some mistakes in importlib-related docstrings.
Brett Cannon committed
May 26, 2016
M
Issue #27076: Merge spelling from 3.5
Martin Panter committed
M
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter committed
March 24, 2016
V
Fix bug in __import__ during Python shutdown
Victor Stinner committed
February 20, 2016
B
Merge for issue #26367
Brett Cannon committed
B
Issue #26367: Have importlib.__init__() raise RuntimeError when
Brett Cannon committed
January 22, 2016
B
Issue #25791: Warn when __package__ != __spec__.parent.
Brett Cannon committed
January 15, 2016
B
Issue #25791: Raise an ImportWarning when __spec__ or __package__ are
Brett Cannon committed
August 25, 2015
L
Issue #24769: Interpreter now starts properly when dynamic loading
Larry Hastings committed
May 23, 2015
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan 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
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
January 9, 2015
B
Issue #23014: Make importlib.abc.Loader.create_module() required when
Brett Cannon committed
December 1, 2014
B
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
Barry Warsaw committed
B
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
Barry Warsaw committed
November 21, 2014
S
Issue #19720: Suppressed context for some exceptions in importlib.
Serhiy Storchaka committed
B
Issue #22834: Have import suppress FileNotFoundError when the current
Brett Cannon committed
October 10, 2014
B
Issue #21052: Don't raise ImportWarning for sys.meta_path or
Brett Cannon committed
May 30, 2014
B
Fix a parameter name to make sense again
Brett Cannon committed
B
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon committed
May 13, 2014
E
Merge from 3.4 (for #21226).
Eric Snow committed
May 12, 2014
E
Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.
Eric Snow committed
April 10, 2014
B
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson committed
February 26, 2014
B
Issue #20763: Fix importlib.machinery.PathFinder to support
Brett Cannon committed
B
Issue #20763: Fix importlib.machinery.PathFinder to support
Brett Cannon committed
February 19, 2014
B
update magic number for #20625
Benjamin Peterson committed
B
update magic number for #20625
Benjamin Peterson committed
January 8, 2014
E
Issue 19713: Remove PEP 451-related code that should have been factored out.
Eric Snow committed
January 7, 2014
E
Issue 19713: Add PEP 451-related deprecations.
Eric Snow committed
E
Remove dead PEP 451 code.
Eric Snow committed
January 4, 2014
E
Issue #19927: Add __eq__ to path-based loaders in importlib.
Eric Snow committed
January 3, 2014
E
Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder.
Eric Snow committed
December 19, 2013
E
Remove some dead code in importlib, introduced with the PEP 451 patch.
Eric Snow committed
December 11, 2013
E
Issue #18864: Add a setter for ModuleSpec.has_location.
Eric Snow committed
November 29, 2013
B
Issue #19698: Remove exec_module() from the built-in and extension
Brett Cannon committed
November 22, 2013
B
User the repr for a module name in more places
Brett Cannon committed
B
Remove a commented-out line
Brett Cannon committed
B
Don't assume trying to find a builtin will succeed (e.g. posix isn't on Windows)
Brett Cannon committed
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
November 1, 2013
B
Abstract out stat calls in importlib for easier experimentation.
Brett Cannon committed
B
Issue #19410: Put back in special-casing of '' for
Brett Cannon committed
E
Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules.
Eric Snow committed
October 20, 2013
B
cleanup the construction of __qualname__ (closes #19301 again)
Benjamin Peterson committed
October 19, 2013
B
give explicitly global functions and classes a global __qualname__ (closes #19301)
Benjamin Peterson committed
October 18, 2013
B
Issue #18810: Be optimistic with stat calls when seeing if a directory
Brett Cannon committed