index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
opcode_targets.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
Serhiy Storchaka
2016-09-06
1
-1/+1
*
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
Serhiy Storchaka
2016-06-12
1
-1/+1
*
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
Serhiy Storchaka
2016-06-11
1
-1/+1
*
Issue 25483: Add an opcode to make f-string formatting more robust.
Eric V. Smith
2015-11-03
1
-1/+1
*
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
1
-1/+1
*
remove STORE_MAP, since it's unused
Benjamin Peterson
2015-05-28
1
-1/+1
*
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-12
1
-7/+7
*
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson
2015-05-06
1
-5/+5
*
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson
2014-04-10
1
-2/+2
*
rather than passing locals to the class body, just execute the class body in ...
Benjamin Peterson
2013-05-16
1
-1/+1
*
check local class namespace before reaching for cells (closes #17853)
Benjamin Peterson
2013-04-30
1
-1/+1
*
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan
2012-01-13
1
-1/+1
*
#4617: Previously it was illegal to delete a name from the local
Amaury Forgeot d'Arc
2010-09-10
1
-1/+1
*
Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced
Antoine Pitrou
2010-09-04
1
-2/+2
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-256/+256
*
Merged revisions 72912,72920,72940 via svnmerge from
Benjamin Peterson
2009-06-28
1
-1/+1
*
http://bugs.python.org/issue4715
Jeffrey Yasskin
2009-02-25
1
-4/+4
*
Issue #4753: By enabling a configure option named '--with-computed-gotos'
Antoine Pitrou
2009-01-25
1
-0/+258