/qmake/

path: root/Lib/opcode.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28257: Improved error message when pass a non-iterable asSerhiy Storchaka2016-10-021-2/+3
* Rework CALL_FUNCTION* opcodesVictor Stinner2016-09-091-9/+4
* Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-091-1/+2
* Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.Serhiy Storchaka2016-09-061-0/+1
* Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.Serhiy Storchaka2016-06-121-2/+1
* Issue #27140: Added BUILD_CONST_KEY_MAP opcode.Serhiy Storchaka2016-06-111-0/+1
* Issue #26647: Cleanup opcodeVictor Stinner2016-04-121-3/+1
* Issue 25483: Add an opcode to make f-string formatting more robust.Eric V. Smith2015-11-031-0/+2
* Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-0/+1
* remove STORE_MAP, since it's unusedBenjamin Peterson2015-05-281-1/+0
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-121-1/+9
* PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-061-0/+6
* PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-101-0/+3
* Issue #19722: Added opcode.stack_effect(), which accuratelyLarry Hastings2013-11-231-0/+13
* rather than passing locals to the class body, just execute the class body in ...Benjamin Peterson2013-05-161-1/+0
* check local class namespace before reaching for cells (closes #17853)Benjamin Peterson2013-04-301-0/+3
* Issue #11823: disassembly now shows argument counts on calls with keyword argsAlexander Belopolsky2012-06-071-1/+6
* Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-0/+1
* excise the remains of STOP_CODE, which hasn't done anything useful for yearsBenjamin Peterson2011-07-18