summaryrefslogtreecommitdiff
path: root/Lib/opcode.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #2333: Backport set and dict comprehensions syntax.Alexandre Vassalotti2010-01-111-0/+2
* Issue #2335: Backport set literals syntax from Python 3.x.Alexandre Vassalotti2010-01-091-7/+7
* add a SETUP_WITH opcodeBenjamin Peterson2009-05-251-2/+5
* Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} withJeffrey Yasskin2009-02-281-3/+5
* Issue #2183: Simplify and optimize bytecode for list comprehensions.Antoine Pitrou2008-12-171-2/+1
* Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary.Raymond Hettinger2007-12-181-1/+1
* Speed-up dictionary constructor by about 10%.Raymond Hettinger2007-12-181-0/+1
* PEP 343 -- the with-statement.Guido van Rossum2006-02-271-7/+2
* Install two code generation optimizations that depend on NOP.Raymond Hettinger2004-06-211-0/+1
* SF patch #910929: Optimize list comprehensionsRaymond Hettinger2004-03-071-0/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Revert the previous enhancement to the bytecode optimizer.Raymond Hettinger2003-04-241-2/+0
* Improved the bytecode optimizer.Raymond Hettinger2003-04-221-0/+2
* new opcode module - extract opcode definitions from dis.py - eventuallySkip Montanaro2003-02-271-0/+188