1. afd842f Teach the peepholer to fold unary operations on constants. by Raymond Hettinger · 20 years ago
  2. 64d904b Remove set conversion optimization test (backed out of Python/compile.c in rev. by Brett Cannon · 20 years ago
  3. 7fcb786 Adopt Skip's idea to optimize lists of constants in the context by Raymond Hettinger · 20 years ago
  4. a164574 Transform "x in (1,2,3)" to "x in frozenset([1,2,3])". by Raymond Hettinger · 20 years ago
  5. 9feb267 Do not fold a constant if a large sequence will result. by Raymond Hettinger · 20 years ago
  6. 922b3e2 Remove test for BINARY_DIVIDE. by Raymond Hettinger · 20 years ago
  7. c34f867 Teach the peephole optimizer to fold simple constant expressions. by Raymond Hettinger · 20 years ago
  8. 5dec096 Maintain peepholer's cumlc invariant by updating the running total by Raymond Hettinger · 20 years ago
  9. 23109ef SF bug #1053819: Segfault in tuple_of_constants by Raymond Hettinger · 20 years ago
  10. 2c31a05 SF patch #1031667: Fold tuples of constants into a single constant by Raymond Hettinger · 20 years ago
  11. 66cb018 Whitespace normalization. by Tim Peters · 20 years ago
  12. fd2d1f7 SF Patch #1013667: Cleanup Peepholer Output by Raymond Hettinger · 20 years ago