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
/
Include
/
opcode.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update opcode.h header comment to mention the source data file (GH-9935)
Shivank98
2018-10-18
1
-1/+1
*
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka
2018-03-23
1
-0/+1
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
1
-4/+4
*
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
Mark Shannon
2018-01-30
1
-1/+0
*
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Yury Selivanov
2016-12-14
1
-0/+2
*
Issue #28257: Improved error message when pass a non-iterable as
Serhiy Storchaka
2016-10-02
1
-0/+1
*
Rework CALL_FUNCTION* opcodes
Victor Stinner
2016-09-09
1
-2/+1
*
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov
2016-09-09
1
-0/+2
*
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
Serhiy Storchaka
2016-09-06
1
-0/+1
*
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
Serhiy Storchaka
2016-06-12
1
-1/+0
*
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
Serhiy Storchaka
2016-06-11
1
-0/+1
*
Issue 25483: Add an opcode to make f-string formatting more robust.
Eric V. Smith
2015-11-03
1
-0/+1
*
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
1
-0/+1
*
remove STORE_MAP, since it's unused
Benjamin Peterson
2015-05-28
1
-1/+0
*
Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
Serhiy Storchaka
2015-05-27
1
-115/+115
*
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-12
1
-62/+68
*
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson
2015-05-06
1
-0/+5
*
Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py.
Kushal Das
2014-04-15
1
-140/+109
*
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson
2014-04-10
1
-0/+3
*
rather than passing locals to the class body, just execute the class body in ...
Benjamin Peterson
2013-05-16
1
-1/+0
*
check local class namespace before reaching for cells (closes #17853)
Benjamin Peterson
2013-04-30
1
-0/+1
*
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan
2012-01-13
1
-93/+94
*
excise the remains of STOP_CODE, which hasn't done anything useful for years
Benjamin Peterson
2011-07-18
1
-1/+0
*
#4617: Previously it was illegal to delete a name from the local
Amaury Forgeot d'Arc
2010-09-10
1
-0/+1
*
Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced
Antoine Pitrou
2010-09-04
1
-2/+2
*
revert unintended changes
Benjamin Peterson
2010-07-20
1
-1/+0
*
move test_trace.py so as not to conflict with future tests for the trace module
Benjamin Peterson
2010-07-20
1
-0/+1
*
Merged revisions 72912,72920,72940 via svnmerge from
Benjamin Peterson
2009-06-28
1
-1/+3
*
http://bugs.python.org/issue4715
Jeffrey Yasskin
2009-02-25
1
-3/+5
*
Merged revisions 67818 via svnmerge from
Antoine Pitrou
2008-12-18
1
-2/+4
*
#3021: Antoine Pitrou's Lexical exception handlers
Benjamin Peterson
2008-06-11
1
-0/+8
*
Merged revisions 59541-59561 via svnmerge from
Christian Heimes
2007-12-19
1
-0/+1
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-1/+1
*
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters
2007-08-30
1
-9/+0
*
Merged revisions 56301-56442 via svnmerge from
Guido van Rossum
2007-07-18
1
-1/+1
*
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum
2007-05-11
1
-0/+2
*
Hide list comp variables and support set comprehensions
Nick Coghlan
2007-04-15
1
-0/+1
*
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum
2007-03-18
1
-5/+5
*
Bytes literal.
Thomas Wouters
2007-02-23
1
-1/+1
*
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl
2007-02-09
1
-4/+1
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-1/+1
*
SF patch 1547796 by Georg Brandl -- set literals.
Guido van Rossum
2006-08-28
1
-5/+6
*
Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the
Brett Cannon
2006-08-25
1
-1/+0
*
INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used).
Neal Norwitz
2006-03-17
1
-1/+1
*
Get rid of last vestiges of BINARY_DIVIDE.
Neal Norwitz
2006-03-16
1
-1/+1
*
PEP 343 -- the with-statement.
Guido van Rossum
2006-02-27
1
-2/+1
*
Install two code generation optimizations that depend on NOP.
Raymond Hettinger
2004-06-21
1
-0/+1
*
SF patch #910929: Optimize list comprehensions
Raymond Hettinger
2004-03-07
1
-0/+1
*
Revert the previous enhancement to the bytecode optimizer.
Raymond Hettinger
2003-04-24
1
-2/+0
*
Improved the bytecode optimizer.
Raymond Hettinger
2003-04-22
1
-0/+2
[next]