1. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  2. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  3. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  4. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  5. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
  6. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  7. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 18 years ago
  8. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  9. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  10. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  11. 801f0d7 Make built-in zip() equal to itertools.izip(). by Guido van Rossum · 18 years ago
  12. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  13. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  14. 8690c4e Fix tests that were trying to make iteration blow up, on broken iterators. by Thomas Wouters · 18 years ago
  15. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  16. fdf3bd6 SF patch #1171417: bug fix for islice() in docs by Raymond Hettinger · 19 years ago
  17. f77d033 Revised the itertools quantifier recipes to match the performance of the by Raymond Hettinger · 20 years ago
  18. b259405 Added optional None arguments to itertools.islice(). by Raymond Hettinger · 20 years ago
  19. a9f6092 Fix and test weak referencing of itertools.tee objects. by Raymond Hettinger · 20 years ago
  20. ff5dc0e Improve test coverage. by Raymond Hettinger · 20 years ago
  21. 4cda01e * Increase test coverage. by Raymond Hettinger · 20 years ago
  22. ffdb8bb Use floor division operator. by Raymond Hettinger · 20 years ago
  23. 4533f1f Improve three recipes in the itertools docs. by Raymond Hettinger · 20 years ago
  24. beb7c0c test_sf_950057's gen1() used an assert statement, which caused the test by Tim Peters · 20 years ago
  25. 9d7c870 SF #950057: itertools.chain doesn't "process" exceptions as they occur by Raymond Hettinger · 20 years ago
  26. 5cab2e3 Give itertools.repeat() a length method. by Raymond Hettinger · 21 years ago
  27. 734fb57 Add a Guido inspired example for groupby(). by Raymond Hettinger · 21 years ago
  28. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  29. d25c1c6 Implement itertools.groupby() by Raymond Hettinger · 21 years ago
  30. ad983e7 Improve the implementation of itertools.tee(). by Raymond Hettinger · 21 years ago
  31. d591f66 Replace the window() example with pairwise() which demonstrates tee(). by Raymond Hettinger · 21 years ago
  32. f0c5aec Minor improvements to itertools.tee(): by Raymond Hettinger · 21 years ago
  33. 6a5b027 Added itertools.tee() by Raymond Hettinger · 21 years ago
  34. dbe3d28 Adopt Christian Stork's suggested argument order for the logic quantifiers. by Raymond Hettinger · 21 years ago
  35. 42a61ed Simplify doctest of tee(). by Raymond Hettinger · 21 years ago
  36. a098b33 Add an example to address a common question of how to split iterators. by Raymond Hettinger · 21 years ago
  37. a56f6b6 SF bug #793826: using itertools.izip to mutate tuples by Raymond Hettinger · 21 years ago
  38. b5a4208 Modified itertools.izip() to match the behavior of __builtin__.zip() by Raymond Hettinger · 21 years ago
  39. 77fe69b Re-sync doc tests with the doc updates. by Raymond Hettinger · 21 years ago
  40. 0242070 More tests by Raymond Hettinger · 21 years ago
  41. 3567a87 Add take() to examples. Tighten the islice() example by Raymond Hettinger · 21 years ago
  42. befa37d Minor updates: by Raymond Hettinger · 21 years ago
  43. f0fa1c0 Test ability to handle various type of iterators. by Raymond Hettinger · 21 years ago
  44. 929f06c Minor cleanups. by Raymond Hettinger · 21 years ago
  45. 7c2bb5b * Added a substantial number of edge case and argument tests for by Raymond Hettinger · 21 years ago
  46. 8fd3f87 Add StopIteration tests. Simplify test_main(). by Raymond Hettinger · 21 years ago
  47. 341deb7 The previous made the stop argument optional. by Raymond Hettinger · 21 years ago
  48. 14ef54c SF bug #730685: itertools.islice stop argument is not optional by Raymond Hettinger · 21 years ago
  49. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  50. 61fe64d User requested changes to the itertools module. by Raymond Hettinger · 22 years ago
  51. 60eca93 C Code: by Raymond Hettinger · 22 years ago
  52. 2012f17 SF bug #681003: itertools issues by Raymond Hettinger · 22 years ago
  53. 874d9bc Neaten ref count test. by Raymond Hettinger · 22 years ago
  54. 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 22 years ago