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
/
Lib
/
opcode.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-1/+0
*
SF patch 1547796 by Georg Brandl -- set literals.
Guido van Rossum
2006-08-28
1
-6/+7
*
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
-7/+2
*
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
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-1/+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
*
new opcode module - extract opcode definitions from dis.py - eventually
Skip Montanaro
2003-02-27
1
-0/+188