summaryrefslogtreecommitdiff
path: root/Python/opcode_targets.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)Mark Shannon2018-01-291-1/+1
* Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.Yury Selivanov2016-12-131-2/+2
* Issue #28257: Improved error message when pass a non-iterable asSerhiy Storchaka2016-10-021-1/+1
* Rework CALL_FUNCTION* opcodesVictor Stinner2016-09-091-2/+2
* Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-081-2/+2
* Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.Serhiy Storchaka2016-09-061-1/+1
* Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.Serhiy Storchaka2016-06-121-1/+1
* Issue #27140: Added BUILD_CONST_KEY_MAP opcode.Serhiy Storchaka2016-06-121-1/+1
* Issue 25483: Add an opcode to make f-string formatting more robust.Eric V. Smith2015-11-031-1/+1
* Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-1/+1
* remove STORE_MAP, since it's unusedBenjamin Peterson2015-05-281-1/+1
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-7/+7
* PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-051-5/+5
* PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-091-2/+2
* rather than passing locals to the class body, just execute the class body in ...Benjamin Peterson2013-05-161-1/+1
* check local class namespace before reaching for cells (closes #17853)Benjamin Peterson2013-04-301-1/+1
* Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-1/+1
* #4617: Previously it was illegal to delete a name from the localAmaury Forgeot d'Arc2010-09-101-1/+1
* Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replacedAntoine Pitrou2010-09-041-2/+2
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-256/+256
* Merged revisions 72912,72920,72940 via svnmerge fromBenjamin Peterson2009-06-281-1/+1
* http://bugs.python.org/issue4715Jeffrey Yasskin2009-02-251-4/+4
* Issue #4753: By enabling a configure option named '--with-computed-gotos'Antoine Pitrou2009-01-251-0/+258