| Commit message (Expand) | Author | Age |
* | Mark itertools tests of tuple reuse as being specific to CPython. | Alex Gaynor | 2011-07-17 |
* | Merge 3.2 | Kristjan Valur Jonsson | 2011-03-30 |
|\ |
|
| * | Merge 3.1 | Kristjan Valur Jonsson | 2011-03-30 |
| |\ |
|
| | * | Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle. | Kristjan Valur Jonsson | 2011-03-30 |
* | | | Add optional *func* argument to itertools.accumulate(). | Raymond Hettinger | 2011-03-27 |
|/ / |
|
* | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 |
|\| |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 |
| * | Issue #10323: Predictable final state for slice(). | Raymond Hettinger | 2010-11-30 |
| * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 |
| * | Issue #7410: deepcopy of itertools.count was resetting the count. | Raymond Hettinger | 2009-11-30 |
| * | Fix exception handling in itertools.izip_longest(). | Raymond Hettinger | 2009-11-01 |
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 |
* | | Update the itertools.accumulate() docs. | Raymond Hettinger | 2010-12-03 |
* | | Simplify the signature for itertools.accumulate() to match numpy. Handle one... | Raymond Hettinger | 2010-12-03 |
* | | Add itertools.accumulate(). | Raymond Hettinger | 2010-12-01 |
* | | Issue #10323: Predictable final state for slice(). | Raymond Hettinger | 2010-11-30 |
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 |
* | | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 |
* | | Issue 7410: deepcopy of itertools.count() reset the count. | Raymond Hettinger | 2009-11-30 |
* | | Fix exception handling in itertools.izip_longest(). | Raymond Hettinger | 2009-11-01 |
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 |
|/ |
|
* | Port r69837: Fix keyword arguments for itertools.count(). Step arg without a ... | Raymond Hettinger | 2009-02-21 |
* | Add some cross-references to the docs. Simplify the python code equivalent f... | Raymond Hettinger | 2009-02-19 |
* | Add keyword arg support to itertools.repeat(). | Raymond Hettinger | 2009-02-19 |
* | Add keyword arg support to itertools.compress(). | Raymond Hettinger | 2009-02-19 |
* | Add GC support to count() objects. | Raymond Hettinger | 2009-02-16 |
* | Add keyword argument support to itertools.count(). | Raymond Hettinger | 2009-02-14 |
* | One more test. | Raymond Hettinger | 2009-02-12 |
* | Add an extra testcase. | Raymond Hettinger | 2009-02-12 |
* | Issue 5032: added a step argument to itertools.count() and allowed non-integ... | Raymond Hettinger | 2009-02-12 |
* | Minor doc fixes. | Raymond Hettinger | 2009-02-04 |
* | Add more tests for the powerset() recipe. | Raymond Hettinger | 2009-01-27 |
* | More exhaustive combinatoric checks. | Raymond Hettinger | 2009-01-27 |
* | Stronger tests for combinatoric relationships. | Raymond Hettinger | 2009-01-27 |
* | Add tests to verify combinatoric relationships. | Raymond Hettinger | 2009-01-27 |
* | Beautify grouper() recipe in docs. | Raymond Hettinger | 2009-01-27 |
* | Forward port r69001: itertools.combinations_with_replacement(). | Raymond Hettinger | 2009-01-27 |
* | Forward port r68941 adding itertools.compress(). | Raymond Hettinger | 2009-01-26 |
* | Backport r68942: update powerset() recipe. | Raymond Hettinger | 2009-01-26 |
* | Merge in r68394 fixing itertools.permutations() and combinations(). | Raymond Hettinger | 2009-01-08 |
* | Issue #4615. Document how to use itertools for de-duping. | Raymond Hettinger | 2009-01-02 |
* | Merged revisions 65259,65263,65296,65307,65321 via svnmerge from | Benjamin Peterson | 2008-07-31 |
* | Neaten-up the itertools recipes. | Raymond Hettinger | 2008-07-30 |
* | Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-... | Georg Brandl | 2008-07-23 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 |
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 |
* | Move itertools izip() code to builtins as zip(). Complete the renaming. | Raymond Hettinger | 2008-03-13 |
* | Rename ifilterfalse() to filterfalse() and izip_longest() to zip_longest(). | Raymond Hettinger | 2008-03-13 |
* | Issues 2186 and 2187. Move map() from itertools to builtins. | Raymond Hettinger | 2008-03-13 |
* | Issue 2186 and 2187. Move filter from itertools to builtins. | Raymond Hettinger | 2008-03-13 |