summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_itertools.py
Commit message (Expand)AuthorAgeFilesLines
* Optimize the test for issue #13454.Serhiy Storchaka2013-01-261-4/+2
* Issue #13454: Fix a crash when deleting an iterator created by itertools.tee()Serhiy Storchaka2013-01-251-0/+8
* Merge 3.1Kristjan Valur Jonsson2011-03-301-0/+5
|\
| * Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle.Kristjan Valur Jonsson2011-03-301-0/+5
* | #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\ \ | |/
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| * Issue #10323: Predictable final state for slice().Raymond Hettinger2010-11-301-0/+5
| * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-11/+11
| * Issue #7410: deepcopy of itertools.count was resetting the count.Raymond Hettinger2009-11-301-0/+9
| * Fix exception handling in itertools.izip_longest().Raymond Hettinger2009-11-011-0/+40
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-7/+7
* | Update the itertools.accumulate() docs.Raymond Hettinger2010-12-031-0/+1
* | Simplify the signature for itertools.accumulate() to match numpy. Handle one...Raymond Hettinger2010-12-031-8/+8
* | Add itertools.accumulate().Raymond Hettinger2010-12-011-0/+35
* | Issue #10323: Predictable final state for slice().Raymond Hettinger2010-11-301-0/+5
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-11/+11
* | use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* | Issue 7410: deepcopy of itertools.count() reset the count.Raymond Hettinger2009-11-301-0/+9
* | Fix exception handling in itertools.izip_longest().Raymond Hettinger2009-11-011-0/+40
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-7/+7
|/
* Port r69837: Fix keyword arguments for itertools.count(). Step arg without a ...Raymond Hettinger2009-02-211-0/+4
* Add some cross-references to the docs. Simplify the python code equivalent f...Raymond Hettinger2009-02-191-3/+3
* Add keyword arg support to itertools.repeat().Raymond Hettinger2009-02-191-0/+1
* Add keyword arg support to itertools.compress().Raymond Hettinger2009-02-191-0/+1
* Add GC support to count() objects.Raymond Hettinger2009-02-161-0/+5
* Add keyword argument support to itertools.count().Raymond Hettinger2009-02-141-0/+1
* One more test.Raymond Hettinger2009-02-121-0/+3
* Add an extra testcase.Raymond Hettinger2009-02-121-0/+3
* Issue 5032: added a step argument to itertools.count() and allowed non-integ...Raymond Hettinger2009-02-121-1/+36
* Minor doc fixes.Raymond Hettinger2009-02-041-3/+6
* Add more tests for the powerset() recipe.Raymond Hettinger2009-01-271-0/+6
* More exhaustive combinatoric checks.Raymond Hettinger2009-01-271-16/+28
* Stronger tests for combinatoric relationships.Raymond Hettinger2009-01-271-1/+5
* Add tests to verify combinatoric relationships.Raymond Hettinger2009-01-271-0/+26
* Beautify grouper() recipe in docs.Raymond Hettinger2009-01-271-1/+1
* Forward port r69001: itertools.combinations_with_replacement().Raymond Hettinger2009-01-271-38/+78
* Forward port r68941 adding itertools.compress().Raymond Hettinger2009-01-261-8/+32
* Backport r68942: update powerset() recipe.Raymond Hettinger2009-01-261-7/+5
* Merge in r68394 fixing itertools.permutations() and combinations().Raymond Hettinger2009-01-081-9/+33
* Issue #4615. Document how to use itertools for de-duping.Raymond Hettinger2009-01-021-0/+36
* Merged revisions 65259,65263,65296,65307,65321 via svnmerge fromBenjamin Peterson2008-07-311-2/+1
* Neaten-up the itertools recipes.Raymond Hettinger2008-07-301-6/+4
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-58/+38
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-5/+5
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-20/+204
* Move itertools izip() code to builtins as zip(). Complete the renaming.Raymond Hettinger2008-03-131-83/+81
* Rename ifilterfalse() to filterfalse() and izip_longest() to zip_longest().Raymond Hettinger2008-03-131-41/+41
* Issues 2186 and 2187. Move map() from itertools to builtins.Raymond Hettinger2008-03-131-0/+1
* Issue 2186 and 2187. Move filter from itertools to builtins.Raymond Hettinger2008-03-131-0/+1
* Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge...Christian Heimes2008-03-041-6/+112