index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
importlib
/
_bootstrap.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35673: Add a public alias for namespace package __loader__ attribute (#29...
Barry Warsaw
2021-10-20
1
-2/+2
*
bpo-21736: Set __file__ on frozen stdlib modules. (gh-28656)
Eric Snow
2021-10-14
1
-41/+136
*
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
Eric Snow
2021-10-05
1
-4/+29
*
bpo-45324: Capture data in FrozenImporter.find_spec() to use in exec_module()...
Eric Snow
2021-10-05
1
-8/+24
*
bpo-43392: Optimize repeated calls to `__import__()` (GH-24735)
Germán Méndez Bravo
2021-08-12
1
-5/+16
*
bpo-44717: improve AttributeError on circular imports of submodules (GH-27338)
Filipe Laíns
2021-07-24
1
-2/+13
*
Revert "bpo-44717: improve AttributeError on circular imports of submodules (...
Pablo Galindo Salgado
2021-07-24
1
-13/+2
*
bpo-44717: improve AttributeError on circular imports of submodules (GH-27299)
Filipe Laíns
2021-07-24
1
-2/+13
*
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-2...
Brett Cannon
2021-04-06
1
-0/+6
*
bpo-42134: Raise ImportWarning when calling find_module() in the import syste...
Brett Cannon
2021-03-30
1
-2/+3
*
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Brett Cannon
2021-03-26
1
-2/+4
*
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24...
Brett Cannon
2021-03-24
1
-14/+6
*
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon
2020-12-04
1
-6/+18
*
bpo-42403: Use @staticmethod in importlib (GH-23395)
Victor Stinner
2020-11-20
1
-6/+6
*
bpo-42403: Simplify importlib external bootstrap (GH-23397)
Victor Stinner
2020-11-19
1
-0/+7
*
bpo-38091: Import deadlock detection causes deadlock (GH-17518)
Armin Rigo
2020-03-03
1
-0/+9
*
bpo-39336: Allow packages to not let their child modules be set on them (#18006)
Dino Viehland
2020-01-23
1
-1/+6
*
bpo-35923: Update the BuiltinImporter to use loader._ORIGIN instead of a hard...
Dong-hee Na
2019-09-11
1
-2/+4
*
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka
2019-08-08
1
-1/+1
*
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar
2019-08-03
1
-1/+1
*
bpo-35887: Add make regen-importlib step to importlib._bootstrap docstring (G...
Nina Zakharenko
2019-02-13
1
-3/+3
*
bpo-35321: Set the spec origin to frozen in frozen modules (#11732)
Nina Zakharenko
2019-02-05
1
-2/+4
*
bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565)
Serhiy Storchaka
2018-10-29
1
-56/+62
*
bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873)
Serhiy Storchaka
2018-03-11
1
-26/+27
*
bpo-32303 - Consistency fixes for namespace loaders (#5481)
Barry Warsaw
2018-02-02
1
-0/+12
*
bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118)
Serhiy Storchaka
2017-10-26
1
-7/+13
*
bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3...
Serhiy Storchaka
2017-10-08
1
-1/+2
*
Trivial cleanups following bpo-31370 (#3649)
Antoine Pitrou
2017-09-18
1
-13/+1
*
bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033)
Serhiy Storchaka
2017-08-09
1
-2/+12
*
bpo-30891: Fix again importlib _find_and_load() (#2665)
Victor Stinner
2017-07-21
1
-5/+5
*
bpo-30876: Relative import from unloaded package now reimports the package (#...
Serhiy Storchaka
2017-07-12
1
-4/+0
*
bpo-30891: Fix importlib _find_and_load() race condition (#2646)
Victor Stinner
2017-07-10
1
-28/+30
*
bpo-30814: Fixed a race condition when import a submodule from a package. (#2...
Serhiy Storchaka
2017-07-06
1
-14/+14
*
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow
2017-05-23
1
-1/+4
*
Issue #28026: Raise ImportError when exec_module() exists but create_module()...
Eric Snow
2016-09-08
1
-3/+2
*
Issue #15767: Use ModuleNotFoundError.
Eric Snow
2016-09-07
1
-7/+7
*
Issue #27974: Remove importlib._bootstrap._ManageReload.
Brett Cannon
2016-09-06
1
-17/+0
*
Issue #26972: Fix some mistakes in importlib-related docstrings.
Brett Cannon
2016-07-08
1
-3/+3
*
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
1
-1/+1
|
\
|
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
|
Fix bug in __import__ during Python shutdown
Victor Stinner
2016-03-24
1
-2/+9
*
|
Merge for issue #26367
Brett Cannon
2016-02-20
1
-1/+4
|
\
\
|
|
/
|
*
Issue #26367: Have importlib.__init__() raise RuntimeError when
Brett Cannon
2016-02-20
1
-1/+1
*
|
Issue #25791: Warn when __package__ != __spec__.parent.
Brett Cannon
2016-01-22
1
-3/+9
*
|
Issue #25791: Raise an ImportWarning when __spec__ or __package__ are
Brett Cannon
2016-01-15
1
-0/+6
|
/
*
Issue #24769: Interpreter now starts properly when dynamic loading
Larry Hastings
2015-08-25
1
-1/+1
*
PEP 489: Multi-phase extension module initialization
Nick Coghlan
2015-05-23
1
-10/+13
*
Issue #24192: Fix namespace package imports.
Eric Snow
2015-05-16
1
-5/+14
*
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow
2015-05-03
1
-1332/+11
*
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-27/+51
[next]