COMMITS
/ Python/importlib.h 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
June 11, 2017
S
bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851)
Serhiy Storchaka committed
May 23, 2017
Z
Update importlib.h (GH-1762)
Zachary Ware committed
E
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow committed
February 22, 2017
I
bpo-29463: Add docstring field to some AST nodes. (#46)
INADA Naoki committed
December 14, 2016
Y
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Yury Selivanov committed
October 25, 2016
S
Issue #28517: Fixed of-by-one error in the peephole optimizer that caused
Serhiy Storchaka committed
September 30, 2016
S
Issue #27942: String constants now interned recursively in tuples and frozensets.
Serhiy Storchaka committed
S
Issue #27942: String constants now interned recursively in tuples and frozensets.
Serhiy Storchaka committed
September 11, 2016
S
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
Serhiy Storchaka committed
September 9, 2016
V
Rework CALL_FUNCTION* opcodes
Victor Stinner 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
S
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
Serhiy Storchaka committed
July 8, 2016
B
Update frozen importlib code
Brett Cannon committed
June 12, 2016
S
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
Serhiy Storchaka 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
May 24, 2016
S
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Serhiy Storchaka 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 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov 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
February 2, 2015
B
merge 3.4 (#21295)
Benjamin Peterson committed
B
revert lineno and col_offset changes from #16795 (closes #21295)
Benjamin Peterson committed
January 9, 2015
B
Issue #23014: Make importlib.abc.Loader.create_module() required when
Brett Cannon committed
December 15, 2014
Z
Update Python/importlib.h
Zachary Ware 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 24, 2014
B
Issue #22934: Update the comment to mention Programs/_freeze_importlib.c.
Berker Peksag committed
November 23, 2014
A
Update importlib.h
Antoine Pitrou committed
November 21, 2014
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
September 24, 2014
G
Update importlib.h frozen bytecode (changed due to commit c0ca9d32aed4).
Georg Brandl 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