1. 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 15 years ago
  2. f289ae6 Merged revisions 67818 via svnmerge from by Antoine Pitrou · 16 years ago
  3. dbdbf75 Remove MAKE_BYTES which is a leftover from the mutable byte literal time. by Georg Brandl · 16 years ago
  4. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  5. e8c3d26 Add missing UNPACK_EX opcode. by Thomas Wouters · 16 years ago
  6. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  7. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  8. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  9. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  10. 00e41de Bytes literal. by Thomas Wouters · 17 years ago
  11. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
  12. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  13. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  14. e2e23ef Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the by Brett Cannon · 18 years ago
  15. e7086d4 INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used). by Neal Norwitz · 18 years ago
  16. c6d210c Get rid of last vestiges of BINARY_DIVIDE. by Neal Norwitz · 18 years ago
  17. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  18. 9c18e81 Install two code generation optimizations that depend on NOP. by Raymond Hettinger · 20 years ago
  19. dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 20 years ago
  20. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  21. f4cf76d Revert the previous enhancement to the bytecode optimizer. by Raymond Hettinger · 21 years ago
  22. 060641d Improved the bytecode optimizer. by Raymond Hettinger · 21 years ago
  23. 3249ccd new opcode module - extract opcode definitions from dis.py - eventually by Skip Montanaro · 21 years ago