COMMITS
/ Python/importlib_external.h June 11, 2017
S
bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851)
Serhiy Storchaka committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka 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
December 12, 2016
S
Issue #28896: Disable WindowsRegistryFinder by default.
Steve Dower committed
December 5, 2016
N
Issue #23722: improve __classcell__ compatibility
Nick Coghlan committed
October 25, 2016
S
Issue #28517: Fixed of-by-one error in the peephole optimizer that caused
Serhiy Storchaka committed
October 2, 2016
S
Issue #28257: Improved error message when pass a non-iterable as
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
N
Issue #23722: Initialize __class__ from type.__new__()
Nick Coghlan committed
September 9, 2016
E
Issue #24320: Drop an old setuptools-induced hack.
Eric Snow committed
V
Rework CALL_FUNCTION* opcodes
Victor Stinner committed
Y
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov committed
September 8, 2016
B
Issue #26667: Add path-like object support to importlib.util.
Brett Cannon committed
September 6, 2016
S
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
Serhiy Storchaka committed
July 16, 2016
B
Check in update for importlib_external.h
Brett Cannon committed
B
Fix regressions introduced by fixes for issue #27083.
Brett Cannon committed
July 15, 2016
B
Merge for #27083
Brett Cannon 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
S
Comment fixes extracted from patch by Demur Rumed.
Serhiy Storchaka committed
S
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Serhiy Storchaka committed
S
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Serhiy Storchaka committed
June 11, 2016
S
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
Serhiy Storchaka committed
May 28, 2016
S
Issue #27138: Regenerate Python/importlib_external.h.
Serhiy Storchaka committed
S
Issue #27138: Regenerate Python/importlib_external.h.
Serhiy Storchaka committed
May 24, 2016
S
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Serhiy Storchaka committed
May 17, 2016
B
regen importlib bytecode
Benjamin Peterson committed
May 16, 2016
S
Issue #27039: Fixed bytearray.remove() for values greater than 127.
Serhiy Storchaka committed
March 15, 2016
V
regrtest: Fix module.__path__
Victor Stinner committed
February 11, 2016
S
Issue #25985: sys.version_info is now used instead of sys.version
Serhiy Storchaka committed
January 20, 2016
V
co_lnotab supports negative line number delta
Victor Stinner committed
December 29, 2015
November 3, 2015
E
Issue 25483: Add an opcode to make f-string formatting more robust.
Eric V. Smith committed
October 1, 2015
V
Update importlib_external.h
Victor Stinner committed
S
Issue #25280: Import trace messages emitted in verbose (-v) mode are no
Serhiy Storchaka committed
September 25, 2015
B
Issue #25186: Remove duplicated function from importlib._bootstrap_external
Brett Cannon committed
September 11, 2015
B
compute stack effect of BUILD_MAP correctly (closes #25060)
Benjamin Peterson committed
June 22, 2015
Y
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov committed
May 28, 2015
B
in dict displays, evaluate the key before the value (closes #11205)
Benjamin Peterson 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 6, 2015
B
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson committed
May 3, 2015
E
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow committed