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
*
Issue #2333: Backport set and dict comprehensions syntax.
Alexandre Vassalotti
2010-01-11
1
-0/+2
*
Issue #2335: Backport set literals syntax from Python 3.x.
Alexandre Vassalotti
2010-01-09
1
-7/+7
*
add a SETUP_WITH opcode
Benjamin Peterson
2009-05-25
1
-2/+5
*
Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with
Jeffrey Yasskin
2009-02-28
1
-3/+5
*
Issue #2183: Simplify and optimize bytecode for list comprehensions.
Antoine Pitrou
2008-12-17
1
-2/+1
*
Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary.
Raymond Hettinger
2007-12-18
1
-1/+1
*
Speed-up dictionary constructor by about 10%.
Raymond Hettinger
2007-12-18
1
-0/+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