1. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 18 years ago
  2. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 18 years ago
  3. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 18 years ago
  4. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
  5. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 18 years ago
  6. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
  7. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  8. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  9. 1b2e0d9 Fix whitespace. by Raymond Hettinger · 20 years ago
  10. fdf3bd6 SF patch #1171417: bug fix for islice() in docs by Raymond Hettinger · 20 years ago
  11. f77d033 Revised the itertools quantifier recipes to match the performance of the by Raymond Hettinger · 20 years ago
  12. b259405 Added optional None arguments to itertools.islice(). by Raymond Hettinger · 21 years ago
  13. 4533f1f Improve three recipes in the itertools docs. by Raymond Hettinger · 21 years ago
  14. 88e8e34 Style nit. by Raymond Hettinger · 21 years ago
  15. 2e66940 Minor wording and spacing nits. by Raymond Hettinger · 21 years ago
  16. d7911a3 Minor documentation nits. by Raymond Hettinger · 21 years ago
  17. 734fb57 Add a Guido inspired example for groupby(). by Raymond Hettinger · 22 years ago
  18. 3435820 Fix typo by Andrew M. Kuchling · 22 years ago
  19. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 22 years ago
  20. ff294fe SF patch #855195: fix typos (Contributed by George Yoshida.) by Raymond Hettinger · 22 years ago
  21. db7dcff Edit description a bit by Andrew M. Kuchling · 22 years ago
  22. d25c1c6 Implement itertools.groupby() by Raymond Hettinger · 22 years ago
  23. ad983e7 Improve the implementation of itertools.tee(). by Raymond Hettinger · 22 years ago
  24. d591f66 Replace the window() example with pairwise() which demonstrates tee(). by Raymond Hettinger · 22 years ago
  25. 6a5b027 Added itertools.tee() by Raymond Hettinger · 22 years ago
  26. 0c9a318 Use 'predicate = bool' as the default predicate for ifilter[false]. by Guido van Rossum · 22 years ago
  27. dbe3d28 Adopt Christian Stork's suggested argument order for the logic quantifiers. by Raymond Hettinger · 22 years ago
  28. 7e43110 SF 810242. Fix doubled word errors. by Raymond Hettinger · 22 years ago
  29. a098b33 Add an example to address a common question of how to split iterators. by Raymond Hettinger · 22 years ago
  30. 9e38641 Make the derived tools amendable to cut and paste. by Raymond Hettinger · 22 years ago
  31. b5a4208 Modified itertools.izip() to match the behavior of __builtin__.zip() by Raymond Hettinger · 22 years ago
  32. c7d7766 Improve docs: * Simplify the pure python examples * Add a quantify() example by Raymond Hettinger · 22 years ago
  33. 88821f7 Important usability fix in itertools documentation. by Raymond Hettinger · 22 years ago
  34. 3567a87 Add take() to examples. Tighten the islice() example by Raymond Hettinger · 22 years ago
  35. befa37d Minor updates: by Raymond Hettinger · 22 years ago
  36. 341deb7 The previous made the stop argument optional. by Raymond Hettinger · 22 years ago
  37. 14ef54c SF bug #730685: itertools.islice stop argument is not optional by Raymond Hettinger · 22 years ago
  38. 863983e Add comment on performance. Fix missing right parenthesis. Add three examples. by Raymond Hettinger · 22 years ago
  39. 61fe64d User requested changes to the itertools module. by Raymond Hettinger · 22 years ago
  40. 1b18ba4 Markup and nits. by Raymond Hettinger · 22 years ago
  41. eb18993 Fix so it compiles at least. by Michael W. Hudson · 22 years ago
  42. 60eca93 C Code: by Raymond Hettinger · 23 years ago
  43. 2012f17 SF bug #681003: itertools issues by Raymond Hettinger · 23 years ago
  44. 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 23 years ago