1. e2e23ef Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the by Brett Cannon · 19 years ago
  2. e7086d4 INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used). by Neal Norwitz · 19 years ago
  3. c6d210c Get rid of last vestiges of BINARY_DIVIDE. by Neal Norwitz · 19 years ago
  4. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago
  5. 9c18e81 Install two code generation optimizations that depend on NOP. by Raymond Hettinger · 21 years ago
  6. dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 21 years ago
  7. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  8. f4cf76d Revert the previous enhancement to the bytecode optimizer. by Raymond Hettinger · 22 years ago
  9. 060641d Improved the bytecode optimizer. by Raymond Hettinger · 22 years ago
  10. 3249ccd new opcode module - extract opcode definitions from dis.py - eventually by Skip Montanaro · 22 years ago