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