Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #7092: Silence more py3k warnings. Patch by Florent Xicluna. | Ezio Melotti | 2010-02-03 | 1 | -9/+14 |
| | |||||
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -1/+1 |
| | |||||
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -12/+9 |
| | | | | mistake. ( It may come in for sure tough) | ||||
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ↵ | Senthil Kumaran | 2010-01-08 | 1 | -9/+12 |
| | | | | Patch by flox | ||||
* | Issue 7410: deepcopy of itertools.count resets the count | Raymond Hettinger | 2009-11-30 | 1 | -0/+9 |
| | |||||
* | Fix exception handling in itertools.izip_longest(). | Raymond Hettinger | 2009-11-01 | 1 | -0/+40 |
| | |||||
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -7/+7 |
| | |||||
* | Fix keyword arguments for itertools.count(). | Raymond Hettinger | 2009-02-21 | 1 | -0/+2 |
| | | | | Step arg without a start arg was ignored. | ||||
* | Add some cross-references to the docs. Simplify the python code equivalent ↵ | Raymond Hettinger | 2009-02-19 | 1 | -3/+3 |
| | | | | for izip(). Supply an optional argument for the nth() recipe. | ||||
* | Add keyword arg support to itertools.repeat(). | Raymond Hettinger | 2009-02-19 | 1 | -0/+1 |
| | |||||
* | Add keyword arg support to itertools.compress(). | Raymond Hettinger | 2009-02-19 | 1 | -0/+1 |
| | |||||
* | Add GC support to count() objects. Backport candidate. | Raymond Hettinger | 2009-02-16 | 1 | -0/+5 |
| | |||||
* | Add keyword argument support to itertools.count(). | Raymond Hettinger | 2009-02-14 | 1 | -0/+2 |
| | |||||
* | One more test. | Raymond Hettinger | 2009-02-12 | 1 | -0/+3 |
| | |||||
* | Add an extra testcase. | Raymond Hettinger | 2009-02-12 | 1 | -0/+3 |
| | |||||
* | Issue 5032: added a step argument to itertools.count() and allowed ↵ | Raymond Hettinger | 2009-02-12 | 1 | -1/+36 |
| | | | | non-integer arguments. | ||||
* | Minor doc fixups. | Raymond Hettinger | 2009-02-04 | 1 | -3/+6 |
| | |||||
* | Add more tests for the powerset() recipe. | Raymond Hettinger | 2009-01-27 | 1 | -0/+6 |
| | |||||
* | More exhaustive combinatoric checks. | Raymond Hettinger | 2009-01-27 | 1 | -16/+28 |
| | |||||
* | Stronger tests for combinatoric relationships. | Raymond Hettinger | 2009-01-27 | 1 | -1/+5 |
| | |||||
* | Add tests to verify combinatoric relationships. | Raymond Hettinger | 2009-01-27 | 1 | -0/+26 |
| | |||||
* | Promote combinations_with_replacement() from a recipe to a regular itertool. | Raymond Hettinger | 2009-01-27 | 1 | -38/+78 |
| | |||||
* | Improved itertools recipe for generating powerset(). | Raymond Hettinger | 2009-01-25 | 1 | -7/+5 |
| | |||||
* | Promote compress() from a recipe to being a regular itertool. | Raymond Hettinger | 2009-01-25 | 1 | -8/+32 |
| | |||||
* | Forward port r68394 for issue 4816. | Raymond Hettinger | 2009-01-08 | 1 | -9/+33 |
| | |||||
* | Issue #4615. Document how to use itertools for de-duping. | Raymond Hettinger | 2009-01-02 | 1 | -0/+36 |
| | |||||
* | Alter recipe to show how to call izip_longest() with | Raymond Hettinger | 2008-07-31 | 1 | -2/+1 |
| | | | | both a keyword argument and star arguments. | ||||
* | Neaten-up the itertools recipes. | Raymond Hettinger | 2008-07-30 | 1 | -6/+4 |
| | |||||
* | Clean-up itertools docs and recipes. | Raymond Hettinger | 2008-07-19 | 1 | -55/+17 |
| | |||||
* | Fix compress() recipe in docs to use itertools. | Raymond Hettinger | 2008-07-19 | 1 | -3/+3 |
| | |||||
* | Add recipe to the itertools docs. | Raymond Hettinger | 2008-07-19 | 1 | -0/+18 |
| | |||||
* | Simplify demo code. | Raymond Hettinger | 2008-03-23 | 1 | -1/+1 |
| | |||||
* | Add recipe to docs. | Raymond Hettinger | 2008-03-11 | 1 | -0/+9 |
| | |||||
* | Tweak recipes and tests | Raymond Hettinger | 2008-03-07 | 1 | -7/+30 |
| | |||||
* | Issue 2246: itertools grouper object did not participate in GC (should be ↵ | Raymond Hettinger | 2008-03-06 | 1 | -0/+7 |
| | | | | backported). | ||||
* | More tests. | Raymond Hettinger | 2008-03-06 | 1 | -6/+144 |
| | |||||
* | C implementation of itertools.permutations(). | Raymond Hettinger | 2008-03-05 | 1 | -13/+18 |
| | |||||
* | Beef-up docs and tests for itertools. Fix-up end-case for product(). | Raymond Hettinger | 2008-03-04 | 1 | -6/+112 |
| | |||||
* | Handle the repeat keyword argument for itertools.product(). | Raymond Hettinger | 2008-02-29 | 1 | -0/+3 |
| | |||||
* | Add alternate constructor for itertools.chain(). | Raymond Hettinger | 2008-02-28 | 1 | -0/+7 |
| | |||||
* | Have itertools.chain() consume its inputs lazily instead of building a tuple ↵ | Raymond Hettinger | 2008-02-28 | 1 | -2/+2 |
| | | | | of iterators at the outset. | ||||
* | Larger test range | Raymond Hettinger | 2008-02-27 | 1 | -1/+1 |
| | |||||
* | Add itertools.combinations(). | Raymond Hettinger | 2008-02-26 | 1 | -0/+24 |
| | |||||
* | Make sure the itertools filter functions give the same performance for ↵ | Raymond Hettinger | 2008-02-25 | 1 | -0/+2 |
| | | | | func=bool as func=None. | ||||
* | Improve the implementation of itertools.product() | Raymond Hettinger | 2008-02-23 | 1 | -0/+3 |
| | | | | | | | | * Fix-up issues pointed-out by Neal Norwitz. * Add extensive comments. * The lz->result variable is now a tuple instead of a list. * Use fast macro getitem/setitem calls so most code is in-line. * Re-use the result tuple if available (modify in-place instead of copy). | ||||
* | First draft for itertools.product(). Docs and other updates forthcoming. | Raymond Hettinger | 2008-02-22 | 1 | -0/+28 |
| | |||||
* | Make starmap() match its pure python definition and accept any itertable ↵ | Raymond Hettinger | 2008-01-17 | 1 | -1/+2 |
| | | | | input (not just tuples). | ||||
* | Fix test of count.__repr__() to ignore the 'L' if the count is a long | Raymond Hettinger | 2007-10-12 | 1 | -1/+4 |
| | |||||
* | itertools.count() no longer limited to sys.maxint. | Raymond Hettinger | 2007-10-04 | 1 | -1/+6 |
| | |||||
* | Fix those parts in the testsuite that assumed that sys.maxint would cause ↵ | Kristján Valur Jónsson | 2007-05-03 | 1 | -2/+4 |
| | | | | overflow on x64. Now the testsuite is well behaved on that platform. |