COMMITS
/ Python/importlib_external.h 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
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