14 Commits (a6bdfd1fa93ef07f4217fe4048c7a03d405f577e)

Author SHA1 Message Date
Alexandre Vassalotti b646547bb4 Issue #2333: Backport set and dict comprehensions syntax. 16 years ago
Alexandre Vassalotti ee936a2130 Issue #2335: Backport set literals syntax from Python 3.x. 16 years ago
Benjamin Peterson 1880d8b823 add a SETUP_WITH opcode 17 years ago
Jeffrey Yasskin 68d6852006 Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with 17 years ago
Antoine Pitrou d0c3515bc5 Issue #2183: Simplify and optimize bytecode for list comprehensions. 17 years ago
Raymond Hettinger fd7ed407d7 Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary. 18 years ago
Raymond Hettinger effde12f5f Speed-up dictionary constructor by about 10%. 18 years ago
Guido van Rossum c2e20744b2 PEP 343 -- the with-statement. 20 years ago
Raymond Hettinger 9c18e81fb2 Install two code generation optimizations that depend on NOP. 22 years ago
Raymond Hettinger dd80f76265 SF patch #910929: Optimize list comprehensions 22 years ago
Walter Dörwald 70a6b49821 Replace backticks with repr() or "%r" 22 years ago
Raymond Hettinger f4cf76dd5e Revert the previous enhancement to the bytecode optimizer. 23 years ago
Raymond Hettinger 060641d511 Improved the bytecode optimizer. 23 years ago
Skip Montanaro 3249ccd06a new opcode module - extract opcode definitions from dis.py - eventually 23 years ago