summaryrefslogtreecommitdiffstats
path: root/Python/opcode_targets.h
Commit message (Expand)AuthorAgeFilesLines
* 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-121-7/+7
* PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-061-5/+5
* PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-101-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