1. b646547 Issue #2333: Backport set and dict comprehensions syntax. by Alexandre Vassalotti · 15 years ago
  2. ee936a2 Issue #2335: Backport set literals syntax from Python 3.x. by Alexandre Vassalotti · 15 years ago
  3. 1880d8b add a SETUP_WITH opcode by Benjamin Peterson · 15 years ago
  4. 68d6852 Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with by Jeffrey Yasskin · 15 years ago
  5. d0c3515 Issue #2183: Simplify and optimize bytecode for list comprehensions. by Antoine Pitrou · 16 years ago
  6. fd7ed40 Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary. by Raymond Hettinger · 17 years ago
  7. effde12 Speed-up dictionary constructor by about 10%. by Raymond Hettinger · 17 years ago
  8. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  9. 9c18e81 Install two code generation optimizations that depend on NOP. by Raymond Hettinger · 20 years ago
  10. dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 20 years ago
  11. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  12. f4cf76d Revert the previous enhancement to the bytecode optimizer. by Raymond Hettinger · 21 years ago
  13. 060641d Improved the bytecode optimizer. by Raymond Hettinger · 21 years ago
  14. 3249ccd new opcode module - extract opcode definitions from dis.py - eventually by Skip Montanaro · 21 years ago