COMMITS
/ Python/importlib.h 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
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
L
Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!"
Larry Hastings committed
E
Issue 19713: Add PEP 451-related deprecations.
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