1. 8572b4f Generalize zip() to work with iterators. by Tim Peters · 23 years ago
  2. ef0c42d Get rid of silly 5am "del" stmts. by Tim Peters · 23 years ago
  3. cb8d368 Reimplement PySequence_Contains() and instance_contains(), so they work by Tim Peters · 23 years ago
  4. 75f8e35 Generalize PySequence_Count() (operator.countOf) to work with iterators. by Tim Peters · 23 years ago
  5. de9725f Make 'x in y' and 'x not in y' (PySequence_Contains) play nice w/ iterators. by Tim Peters · 23 years ago
  6. 2cfe368 Make unicode.join() work nice with iterators. This also required a change by Tim Peters · 23 years ago
  7. 6912d4d Generalize tuple() to work nicely with iterators. by Tim Peters · 23 years ago
  8. 15d81ef Generalize reduce() to work with iterators. NEEDS DOC CHANGES. by Tim Peters · 23 years ago
  9. 8bc10b0 Purge redundant cut&paste line. by Tim Peters · 23 years ago
  10. 4e9afdc Generalize map() to work with iterators. by Tim Peters · 23 years ago
  11. efdae39 Remove redundant copy+paste code. by Tim Peters · 23 years ago
  12. c307453 Generalize max(seq) and min(seq) to work with iterators. NEEDS DOC CHANGES. by Tim Peters · 23 years ago
  13. 0e57abf Generalize filter(f, seq) to work with iterators. This also generalizes by Tim Peters · 23 years ago
  14. f553f89 Generalize list(seq) to work with iterators. This also generalizes list() by Tim Peters · 23 years ago
  15. 8b48cf9 Add test suite for iterators. by Guido van Rossum · 23 years ago