| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove unnecessary `object` base class in docs (#10366). | Éric Araujo | 2010-11-22 | 1 | -1/+1 |
|
|
* | Fix weird line block in table. | Georg Brandl | 2010-11-12 | 1 | -1/+0 |
|
|
* | #9944: fix typo. | Georg Brandl | 2010-09-25 | 1 | -1/+1 |
|
|
* | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -1/+2 |
|
|
* | Add partition recipe to itertools docs. | Raymond Hettinger | 2010-08-07 | 1 | -0/+6 |
|
|
* | Use correct directive and name. | Georg Brandl | 2010-07-29 | 1 | -1/+1 |
|
|
* | Fixup new itertools recipes. | Raymond Hettinger | 2010-04-10 | 1 | -3/+7 |
|
|
* | Fix nits in itertools recipes. | Raymond Hettinger | 2010-04-02 | 1 | -5/+5 |
|
|
* | Add and update itertools recipes. | Raymond Hettinger | 2010-04-02 | 1 | -2/+24 |
|
|
* | Update itertools recipes. | Raymond Hettinger | 2010-03-28 | 1 | -8/+40 |
|
|
* | Merged revisions 77675 via svnmerge from | Ezio Melotti | 2010-01-21 | 1 | -1/+1 |
|
|
* | Fix docstrings for itertools combinatoric functions. | Raymond Hettinger | 2009-11-19 | 1 | -2/+2 |
|
|
* | #6694: fix old function names. | Georg Brandl | 2009-08-13 | 1 | -2/+2 |
|
|
* | Add usage note. | Raymond Hettinger | 2009-06-17 | 1 | -0/+4 |
|
|
* | Fix-up doc for itertools.repeat(). A -1 translates to zero repetitions, not ... | Raymond Hettinger | 2009-06-01 | 1 | -1/+1 |
|
|
* | Convert all "i" docs to new style optional args. | Georg Brandl | 2009-06-01 | 1 | -7/+6 |
|
|
* | Fix error in 2-to-3 translation of docs. | Raymond Hettinger | 2009-05-14 | 1 | -1/+1 |
|
|
* | Fix alignment | Raymond Hettinger | 2009-04-10 | 1 | -13/+13 |
|
|
* | Add examples. | Raymond Hettinger | 2009-04-10 | 1 | -58/+21 |
|
|
* | Clarify the table entries for combinatorics. | Raymond Hettinger | 2009-04-10 | 1 | -8/+13 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -1/+1 |
|
|
* | For some reason rst docs like an initial 3 space indent. | Raymond Hettinger | 2009-03-23 | 1 | -23/+23 |
|
|
* | fix incorrect merge | Benjamin Peterson | 2009-03-22 | 1 | -23/+23 |
|
|
* | Issue 5477: Fix buglet in the itertools documentation. | Raymond Hettinger | 2009-03-12 | 1 | -3/+4 |
|
|
* | Add consume() recipe to itertools docs. | Raymond Hettinger | 2009-03-09 | 1 | -0/+4 |
|
|
* | Issue 5443: Fix typo. | Raymond Hettinger | 2009-03-09 | 1 | -1/+1 |
|
|
* | Update itertools recipes to use next(). | Raymond Hettinger | 2009-02-23 | 1 | -4/+3 |
|
|
* | Add some cross-references to the docs. Simplify the python code equivalent f... | Raymond Hettinger | 2009-02-19 | 1 | -3/+3 |
|
|
* | Generalize the itertools.tee() recipe. | Raymond Hettinger | 2009-02-18 | 1 | -24/+24 |
|
|
* | Fixup intro paragraphs for the itertools docs. Add some tables for quick ref... | Raymond Hettinger | 2009-02-17 | 1 | -26/+48 |
|
|
* | Add keyword argument support to itertools.count(). | Raymond Hettinger | 2009-02-14 | 1 | -2/+3 |
|
|
* | Issue 5032: added a step argument to itertools.count() and allowed non-integ... | Raymond Hettinger | 2009-02-12 | 1 | -9/+11 |
|
|
* | Merged revisions 69141,69211-69212 via svnmerge from | Benjamin Peterson | 2009-02-06 | 1 | -23/+23 |
|
|
* | Minor doc fixes. | Raymond Hettinger | 2009-02-04 | 1 | -3/+3 |
|
|
* | Beautify grouper() recipe in docs. | Raymond Hettinger | 2009-01-27 | 1 | -1/+1 |
|
|
* | Put functions back in alphabetical order. | Raymond Hettinger | 2009-01-27 | 1 | -39/+38 |
|
|
* | Forward port r69001: itertools.combinations_with_replacement(). | Raymond Hettinger | 2009-01-27 | 1 | -16/+47 |
|
|
* | Forward port r68941 adding itertools.compress(). | Raymond Hettinger | 2009-01-26 | 1 | -4/+14 |
|
|
* | Backport r68942: update powerset() recipe. | Raymond Hettinger | 2009-01-26 | 1 | -5/+3 |
|
|
* | Merge in r68394 fixing itertools.permutations() and combinations(). | Raymond Hettinger | 2009-01-08 | 1 | -3/+12 |
|
|
* | Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 ... | Georg Brandl | 2009-01-03 | 1 | -4/+4 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -9/+9 |
|
|
* | Issue #4615. Document how to use itertools for de-duping. | Raymond Hettinger | 2009-01-02 | 1 | -0/+24 |
|
|
* | fix some py3k doc nits | Benjamin Peterson | 2008-10-24 | 1 | -5/+5 |
|
|
* | Merged revisions 65259,65263,65296,65307,65321 via svnmerge from | Benjamin Peterson | 2008-07-31 | 1 | -2/+1 |
|
|
* | Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 ... | Benjamin Peterson | 2008-07-31 | 1 | -3/+4 |
|
|
* | Fix-up recipe with a syntax error (as discussed on python-dev). | Raymond Hettinger | 2008-07-30 | 1 | -1/+2 |
|
|
* | Neaten-up the itertools recipes. | Raymond Hettinger | 2008-07-30 | 1 | -6/+4 |
|
|
* | Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-... | Georg Brandl | 2008-07-23 | 1 | -50/+37 |
|
|
* | remove some old versionchanged and versionadded directives | Benjamin Peterson | 2008-04-24 | 1 | -8/+0 |
|
|