1. a164574 Transform "x in (1,2,3)" to "x in frozenset([1,2,3])". by Raymond Hettinger · 19 years ago
  2. 9feb267 Do not fold a constant if a large sequence will result. by Raymond Hettinger · 20 years ago
  3. 922b3e2 Remove test for BINARY_DIVIDE. by Raymond Hettinger · 20 years ago
  4. c34f867 Teach the peephole optimizer to fold simple constant expressions. by Raymond Hettinger · 20 years ago
  5. 5dec096 Maintain peepholer's cumlc invariant by updating the running total by Raymond Hettinger · 20 years ago
  6. 23109ef SF bug #1053819: Segfault in tuple_of_constants by Raymond Hettinger · 20 years ago
  7. 2c31a05 SF patch #1031667: Fold tuples of constants into a single constant by Raymond Hettinger · 20 years ago
  8. 66cb018 Whitespace normalization. by Tim Peters · 20 years ago
  9. fd2d1f7 SF Patch #1013667: Cleanup Peepholer Output by Raymond Hettinger · 20 years ago