| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Issue #23014: Make importlib.abc.Loader.create_module() required when | Brett Cannon | 2015-01-09 | 1 | -0/+14 |
|
|
* | - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is | Barry Warsaw | 2014-12-01 | 1 | -2/+2 |
|\ |
|
| * | - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is | Barry Warsaw | 2014-12-01 | 1 | -2/+2 |
|
|
* | | Issue #19720: Suppressed context for some exceptions in importlib. | Serhiy Storchaka | 2014-11-21 | 1 | -1/+1 |
|
|
* | | Issue #22834: Have import suppress FileNotFoundError when the current | Brett Cannon | 2014-11-21 | 1 | -1/+6 |
|
|
* | | Issue #21052: Don't raise ImportWarning for sys.meta_path or | Brett Cannon | 2014-10-10 | 1 | -2/+2 |
|
|
* | | Fix a parameter name to make sense again | Brett Cannon | 2014-05-30 | 1 | -2/+3 |
|
|
* | | Issue #20383: Introduce importlib.util.module_from_spec(). | Brett Cannon | 2014-05-30 | 1 | -218/+163 |
|
|
* | | Merge from 3.4 (for #21226). | Eric Snow | 2014-05-13 | 1 | -0/+23 |
|\ \
| |/ |
|
| * | Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject. | Eric Snow | 2014-05-12 | 1 | -0/+23 |
|
|
| * | Issue #20763: Fix importlib.machinery.PathFinder to support | Brett Cannon | 2014-02-26 | 1 | -1/+1 |
|
|
| * | update magic number for #20625 | Benjamin Peterson | 2014-02-19 | 1 | -1/+2 |
|
|
* | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) | Benjamin Peterson | 2014-04-10 | 1 | -1/+2 |
|
|
* | | Issue #20763: Fix importlib.machinery.PathFinder to support | Brett Cannon | 2014-02-26 | 1 | -1/+1 |
|
|
* | | update magic number for #20625 | Benjamin Peterson | 2014-02-19 | 1 | -1/+2 |
|/ |
|
* | Issue 19713: Remove PEP 451-related code that should have been factored out. | Eric Snow | 2014-01-08 | 1 | -24/+4 |
|
|
* | Issue 19713: Add PEP 451-related deprecations. | Eric Snow | 2014-01-07 | 1 | -25/+99 |
|
|
* | Remove dead PEP 451 code. | Eric Snow | 2014-01-07 | 1 | -10/+0 |
|
|
* | Issue #19927: Add __eq__ to path-based loaders in importlib. | Eric Snow | 2014-01-04 | 1 | -0/+14 |
|
|
* | Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder. | Eric Snow | 2014-01-03 | 1 | -1/+1 |
|
|
* | Remove some dead code in importlib, introduced with the PEP 451 patch. | Eric Snow | 2013-12-19 | 1 | -8/+3 |
|
|
* | Issue #18864: Add a setter for ModuleSpec.has_location. | Eric Snow | 2013-12-11 | 1 | -0/+4 |
|
|
* | Issue #19698: Remove exec_module() from the built-in and extension | Brett Cannon | 2013-11-29 | 1 | -27/+36 |
|
|
* | User the repr for a module name in more places | Brett Cannon | 2013-11-22 | 1 | -6/+6 |
|
|