1. 6a5b027 Added itertools.tee() by Raymond Hettinger · 21 years ago
  2. 0c9a318 Use 'predicate = bool' as the default predicate for ifilter[false]. by Guido van Rossum · 21 years ago
  3. dbe3d28 Adopt Christian Stork's suggested argument order for the logic quantifiers. by Raymond Hettinger · 21 years ago
  4. 7e43110 SF 810242. Fix doubled word errors. by Raymond Hettinger · 21 years ago
  5. a098b33 Add an example to address a common question of how to split iterators. by Raymond Hettinger · 21 years ago
  6. 9e38641 Make the derived tools amendable to cut and paste. by Raymond Hettinger · 21 years ago
  7. b5a4208 Modified itertools.izip() to match the behavior of __builtin__.zip() by Raymond Hettinger · 21 years ago
  8. c7d7766 Improve docs: * Simplify the pure python examples * Add a quantify() example by Raymond Hettinger · 21 years ago
  9. 88821f7 Important usability fix in itertools documentation. by Raymond Hettinger · 21 years ago
  10. 3567a87 Add take() to examples. Tighten the islice() example by Raymond Hettinger · 21 years ago
  11. befa37d Minor updates: by Raymond Hettinger · 21 years ago
  12. 341deb7 The previous made the stop argument optional. by Raymond Hettinger · 21 years ago
  13. 14ef54c SF bug #730685: itertools.islice stop argument is not optional by Raymond Hettinger · 21 years ago
  14. 863983e Add comment on performance. Fix missing right parenthesis. Add three examples. by Raymond Hettinger · 21 years ago
  15. 61fe64d User requested changes to the itertools module. by Raymond Hettinger · 22 years ago
  16. 1b18ba4 Markup and nits. by Raymond Hettinger · 22 years ago
  17. eb18993 Fix so it compiles at least. by Michael W. Hudson · 22 years ago
  18. 60eca93 C Code: by Raymond Hettinger · 22 years ago
  19. 2012f17 SF bug #681003: itertools issues by Raymond Hettinger · 22 years ago
  20. 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 22 years ago