1. ad983e7 Improve the implementation of itertools.tee(). by Raymond Hettinger · 21 years ago
  2. d591f66 Replace the window() example with pairwise() which demonstrates tee(). by Raymond Hettinger · 21 years ago
  3. f0c5aec Minor improvements to itertools.tee(): by Raymond Hettinger · 21 years ago
  4. 6a5b027 Added itertools.tee() by Raymond Hettinger · 21 years ago
  5. dbe3d28 Adopt Christian Stork's suggested argument order for the logic quantifiers. by Raymond Hettinger · 21 years ago
  6. 42a61ed Simplify doctest of tee(). by Raymond Hettinger · 21 years ago
  7. a098b33 Add an example to address a common question of how to split iterators. by Raymond Hettinger · 21 years ago
  8. a56f6b6 SF bug #793826: using itertools.izip to mutate tuples by Raymond Hettinger · 21 years ago
  9. b5a4208 Modified itertools.izip() to match the behavior of __builtin__.zip() by Raymond Hettinger · 21 years ago
  10. 77fe69b Re-sync doc tests with the doc updates. by Raymond Hettinger · 21 years ago
  11. 0242070 More tests by Raymond Hettinger · 21 years ago
  12. 3567a87 Add take() to examples. Tighten the islice() example by Raymond Hettinger · 21 years ago
  13. befa37d Minor updates: by Raymond Hettinger · 21 years ago
  14. f0fa1c0 Test ability to handle various type of iterators. by Raymond Hettinger · 21 years ago
  15. 929f06c Minor cleanups. by Raymond Hettinger · 21 years ago
  16. 7c2bb5b * Added a substantial number of edge case and argument tests for by Raymond Hettinger · 21 years ago
  17. 8fd3f87 Add StopIteration tests. Simplify test_main(). by Raymond Hettinger · 21 years ago
  18. 341deb7 The previous made the stop argument optional. by Raymond Hettinger · 21 years ago
  19. 14ef54c SF bug #730685: itertools.islice stop argument is not optional by Raymond Hettinger · 21 years ago
  20. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  21. 61fe64d User requested changes to the itertools module. by Raymond Hettinger · 22 years ago
  22. 60eca93 C Code: by Raymond Hettinger · 22 years ago
  23. 2012f17 SF bug #681003: itertools issues by Raymond Hettinger · 22 years ago
  24. 874d9bc Neaten ref count test. by Raymond Hettinger · 22 years ago
  25. 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 22 years ago