| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 1 | -1/+1 |
|
|
* | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -2/+2 |
|
|
* | Issue 17862: Improve the signature of itertools grouper() recipe. | Raymond Hettinger | 2013-05-06 | 1 | -2/+2 |
|
|
* | Add an itertools recipe showing how to use t.__copy__(). | Raymond Hettinger | 2013-03-31 | 1 | -0/+12 |
|
|
* | Make the from_iterable() recipe more usable. | Raymond Hettinger | 2012-12-28 | 1 | -2/+1 |
|
|
* | #15831: document multiple signatures on different lines. Patch by Chris Jerd... | Ezio Melotti | 2012-09-14 | 1 | -1/+2 |
|
|
* | Fix leftover quote. | Georg Brandl | 2012-07-06 | 1 | -1/+1 |
|
|
* | Make it easier to search for the grouper() recipe. | Raymond Hettinger | 2012-07-03 | 1 | -1/+2 |
|
|
* | Restore [] where default arguments are not keywords | Hynek Schlawack | 2012-05-22 | 1 | -1/+1 |
|
|
* | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-22 | 1 | -1/+1 |
|
|
* | Use xrange in the example | Raymond Hettinger | 2012-02-01 | 1 | -1/+1 |
|
|
* | fix whitespace | Raymond Hettinger | 2012-02-01 | 1 | -1/+1 |
|
|
* | Add a usage note | Raymond Hettinger | 2012-02-01 | 1 | -0/+5 |
|
|
* | Improve itertools docs with clearer examples of pure python equivalent code. | Raymond Hettinger | 2011-10-30 | 1 | -9/+16 |
|
|
* | Fix example for itertools.count(). | Raymond Hettinger | 2011-02-14 | 1 | -1/+1 |
|
|
* | Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,... | Georg Brandl | 2010-11-26 | 1 | -1/+0 |
|
|
* | Merged revisions 85008,85011,85240 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
* | Merged revisions 83226-83227,83229-83230,83232 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -1/+1 |
|
|
* | Fixup new itertools recipes. | Raymond Hettinger | 2010-04-10 | 1 | -3/+7 |
|
|
* | Cleanup itertools recipes | Raymond Hettinger | 2010-04-02 | 1 | -8/+8 |
|
|
* | Add and update itertools recipes. | Raymond Hettinger | 2010-04-02 | 1 | -1/+23 |
|
|
* | Update itertools recipe for consume(). | Raymond Hettinger | 2010-03-28 | 1 | -1/+7 |
|
|
* | Add a note on optimizing the itertools recipes for production. | Raymond Hettinger | 2010-03-28 | 1 | -0/+6 |
|
|
* | Update itertools recipes. | Raymond Hettinger | 2010-03-28 | 1 | -7/+28 |
|
|
* | #7746: rephrase a sentence | Ezio Melotti | 2010-01-21 | 1 | -3/+2 |
|
|
* | Fix docstrings for itertools combinatoric functions. | Raymond Hettinger | 2009-11-19 | 1 | -2/+2 |
|
|
* | Add usage note. | Raymond Hettinger | 2009-06-17 | 1 | -0/+4 |
|
|
* | Fix typo | Raymond Hettinger | 2009-04-20 | 1 | -1/+1 |
|
|
* | Add examples. | Raymond Hettinger | 2009-04-10 | 1 | -74/+37 |
|
|
* | Clarify the table entries for combinatorics. | Raymond Hettinger | 2009-04-10 | 1 | -8/+13 |
|
|
* | typo fix | Andrew M. Kuchling | 2009-03-30 | 1 | -1/+1 |
|
|
* | Issue 5477: Fix buglet in the itertools documentation. | Raymond Hettinger | 2009-03-12 | 1 | -3/+4 |
|
|
* | Fix typo. | Raymond Hettinger | 2009-03-10 | 1 | -1/+1 |
|
|
* | 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 | -7/+6 |
|
|
* | Add some cross-references to the docs. Simplify the python code equivalent f... | Raymond Hettinger | 2009-02-19 | 1 | -5/+4 |
|
|
* | 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 | -27/+52 |
|
|
* | Add keyword argument support to itertools.count(). | Raymond Hettinger | 2009-02-14 | 1 | -3/+3 |
|
|
* | Issue 5032: added a step argument to itertools.count() and allowed non-integ... | Raymond Hettinger | 2009-02-12 | 1 | -7/+10 |
|
|
* | Minor doc fixups. | Raymond Hettinger | 2009-02-04 | 1 | -3/+3 |
|
|
* | fix indentation | Benjamin Peterson | 2009-01-31 | 1 | -23/+23 |
|
|
* | Promote combinations_with_replacement() from a recipe to a regular itertool. | Raymond Hettinger | 2009-01-27 | 1 | -16/+47 |
|
|
* | Improved itertools recipe for generating powerset(). | Raymond Hettinger | 2009-01-25 | 1 | -5/+3 |
|
|
* | Promote compress() from a recipe to being a regular itertool. | Raymond Hettinger | 2009-01-25 | 1 | -4/+14 |
|
|
* | Forward port r68394 for issue 4816. | Raymond Hettinger | 2009-01-08 | 1 | -1/+12 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -10/+10 |
|
|
* | Issue #4615. Document how to use itertools for de-duping. | Raymond Hettinger | 2009-01-02 | 1 | -0/+24 |
|
|
* | fix highlighting | Benjamin Peterson | 2009-01-01 | 1 | -4/+4 |
|
|