COMMITS
/ Lib/importlib/_bootstrap.py August 12, 2021
G
bpo-43392: Optimize repeated calls to `__import__()` (GH-24735)
Germán Méndez Bravo committed
July 24, 2021
F
bpo-44717: improve AttributeError on circular imports of submodules (GH-27338)
Filipe Laíns committed
P
Revert "bpo-44717: improve AttributeError on circular imports of submodules (GH-27299)" (GH-27331)
Pablo Galindo Salgado committed
F
bpo-44717: improve AttributeError on circular imports of submodules (GH-27299)
Filipe Laíns committed
April 6, 2021
B
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169)
Brett Cannon committed
March 30, 2021
B
bpo-42134: Raise ImportWarning when calling find_module() in the import system (GH-25044)
Brett Cannon committed
March 26, 2021
B
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Brett Cannon committed
March 24, 2021
B
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24953)
Brett Cannon committed
December 4, 2020
B
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon committed
November 20, 2020
V
bpo-42403: Use @staticmethod in importlib (GH-23395)
Victor Stinner committed
November 19, 2020
V
bpo-42403: Simplify importlib external bootstrap (GH-23397)
Victor Stinner committed
March 3, 2020
A
bpo-38091: Import deadlock detection causes deadlock (GH-17518)
Armin Rigo committed
January 23, 2020
D
bpo-39336: Allow packages to not let their child modules be set on them (#18006)
Dino Viehland committed
September 11, 2019
August 8, 2019
S
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka committed
August 3, 2019
N
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar committed
February 13, 2019
N
bpo-35887: Add make regen-importlib step to importlib._bootstrap docstring (GH-11777)
Nina Zakharenko committed
February 5, 2019
N
bpo-35321: Set the spec origin to frozen in frozen modules (#11732)
Nina Zakharenko committed
October 29, 2018
S
bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565)
Serhiy Storchaka committed
March 11, 2018
S
bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873)
Serhiy Storchaka committed
February 2, 2018
B
bpo-32303 - Consistency fixes for namespace loaders (#5481)
Barry Warsaw committed
October 26, 2017
S
bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118)
Serhiy Storchaka committed
October 8, 2017
S
bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3834)
Serhiy Storchaka committed
September 18, 2017
A
Trivial cleanups following bpo-31370 (#3649)
Antoine Pitrou committed
August 9, 2017
S
bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033)
Serhiy Storchaka committed
July 21, 2017
V
bpo-30891: Fix again importlib _find_and_load() (#2665)
Victor Stinner committed
July 12, 2017
S
bpo-30876: Relative import from unloaded package now reimports the package (#2639)
Serhiy Storchaka committed
July 10, 2017
V
bpo-30891: Fix importlib _find_and_load() race condition (#2646)
Victor Stinner committed
July 6, 2017
S
bpo-30814: Fixed a race condition when import a submodule from a package. (#2580)
Serhiy Storchaka committed
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