Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |