Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Enable doctest running for several other documents. | Georg Brandl | 2008-03-22 | 1 | -3/+11 | |
| | | | | We have now over 640 doctests that are run with "make doctest". | |||||
* | Add recipe to docs. | Raymond Hettinger | 2008-03-11 | 1 | -0/+5 | |
| | ||||||
* | Tweak recipes and tests | Raymond Hettinger | 2008-03-07 | 1 | -6/+6 | |
| | ||||||
* | Add examples. | Raymond Hettinger | 2008-03-06 | 1 | -23/+29 | |
| | ||||||
* | Beef-up docs and tests for itertools. Fix-up end-case for product(). | Raymond Hettinger | 2008-03-04 | 1 | -9/+32 | |
| | ||||||
* | Fix sentence fragment | Andrew M. Kuchling | 2008-03-04 | 1 | -2/+2 | |
| | ||||||
* | Tighten example code. | Raymond Hettinger | 2008-03-02 | 1 | -1/+1 | |
| | ||||||
* | Finish-up docs for combinations() and permutations() in itertools. | Raymond Hettinger | 2008-03-02 | 1 | -10/+30 | |
| | ||||||
* | Document impending updates to itertools. | Raymond Hettinger | 2008-02-28 | 1 | -11/+44 | |
| | ||||||
* | Add repeat keyword argument to itertools.product(). | Raymond Hettinger | 2008-02-28 | 1 | -3/+7 | |
| | ||||||
* | Simply the sample code for combinations(). | Raymond Hettinger | 2008-02-27 | 1 | -7/+6 | |
| | ||||||
* | Add itertools.combinations(). | Raymond Hettinger | 2008-02-26 | 1 | -15/+15 | |
| | ||||||
* | Banish tab. | Georg Brandl | 2008-02-26 | 1 | -1/+1 | |
| | ||||||
* | Docs for itertools.combinations(). Implementation in forthcoming checkin. | Raymond Hettinger | 2008-02-26 | 1 | -2/+44 | |
| | ||||||
* | Add recipe using itertools.product(). | Raymond Hettinger | 2008-02-23 | 1 | -0/+6 | |
| | ||||||
* | Document itertools.product(). | Raymond Hettinger | 2008-02-22 | 1 | -0/+23 | |
| | ||||||
* | Update itertool recipes | Raymond Hettinger | 2008-01-30 | 1 | -12/+12 | |
| | ||||||
* | Improve variable name in sample code | Raymond Hettinger | 2008-01-22 | 1 | -1/+1 | |
| | ||||||
* | Document when to use izip_longest(). | Raymond Hettinger | 2008-01-22 | 1 | -16/+7 | |
| | ||||||
* | Make starmap() match its pure python definition and accept any itertable ↵ | Raymond Hettinger | 2008-01-17 | 1 | -4/+6 | |
| | | | | input (not just tuples). | |||||
* | Improve docs for itertools.groupby(). The use of xrange(0) to create a ↵ | Raymond Hettinger | 2007-12-29 | 1 | -1/+1 | |
| | | | | unique object is less obvious than object(). | |||||
* | Simpler documentation for itertools.tee(). Should be backported. | Raymond Hettinger | 2007-12-29 | 1 | -7/+6 | |
| | ||||||
* | Add :term:s for iterator. | Georg Brandl | 2007-10-21 | 1 | -1/+1 | |
| | ||||||
* | Add :term: for generators. | Georg Brandl | 2007-10-21 | 1 | -2/+2 | |
| | ||||||
* | itertools.count() no longer limited to sys.maxint. | Raymond Hettinger | 2007-10-04 | 1 | -7/+3 | |
| | ||||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+550 | |