Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Georg Brandl | 2010-11-26 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85843 | georg.brandl | 2010-10-26 08:59:23 +0200 (Di, 26 Okt 2010) | 1 line Markup fix. ........ r85849 | georg.brandl | 2010-10-26 21:31:06 +0200 (Di, 26 Okt 2010) | 1 line #10200: typo. ........ r85850 | georg.brandl | 2010-10-26 21:58:11 +0200 (Di, 26 Okt 2010) | 1 line #10200: typo. ........ r85867 | georg.brandl | 2010-10-27 22:01:51 +0200 (Mi, 27 Okt 2010) | 1 line Add David. ........ r85907 | georg.brandl | 2010-10-29 06:54:13 +0200 (Fr, 29 Okt 2010) | 1 line #10222: fix for overzealous AIX compiler. ........ r85914 | georg.brandl | 2010-10-29 08:17:38 +0200 (Fr, 29 Okt 2010) | 1 line (?:...) is a non-capturing, but still grouping construct. ........ r86134 | georg.brandl | 2010-11-03 08:41:00 +0100 (Mi, 03 Nov 2010) | 1 line A newline in lineno output breaks pyframe output. ........ r86187 | georg.brandl | 2010-11-05 08:10:41 +0100 (Fr, 05 Nov 2010) | 1 line Move glossary entry to the right position and fix link. ........ r86315 | georg.brandl | 2010-11-08 12:05:18 +0100 (Mo, 08 Nov 2010) | 1 line Fix latex conversion glitch in property/feature descriptions. ........ r86316 | georg.brandl | 2010-11-08 12:08:35 +0100 (Mo, 08 Nov 2010) | 1 line Fix typo. ........ r86390 | georg.brandl | 2010-11-10 08:57:10 +0100 (Mi, 10 Nov 2010) | 1 line Fix typo. ........ r86424 | georg.brandl | 2010-11-12 07:19:48 +0100 (Fr, 12 Nov 2010) | 1 line Build a PDF of the FAQs too. ........ r86425 | georg.brandl | 2010-11-12 07:20:12 +0100 (Fr, 12 Nov 2010) | 1 line #10008: Fix duplicate index entry. ........ r86428 | georg.brandl | 2010-11-12 09:09:26 +0100 (Fr, 12 Nov 2010) | 1 line Fix weird line block in table. ........ | ||||
* | Merged revisions 85008,85011,85240 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85008 | georg.brandl | 2010-09-25 15:30:03 +0200 (Sa, 25 Sep 2010) | 1 line #9944: fix typo. ........ r85011 | georg.brandl | 2010-09-25 18:56:36 +0200 (Sa, 25 Sep 2010) | 1 line #9562: slight clarification. ........ r85240 | georg.brandl | 2010-10-06 07:08:32 +0200 (Mi, 06 Okt 2010) | 1 line #10034: import readline in longer example. ........ | ||||
* | Merged revisions 83226-83227,83229-83230,83232 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83226 | georg.brandl | 2010-07-29 16:17:12 +0200 (Do, 29 Jul 2010) | 1 line #1090076: explain the behavior of *vars* in get() better. ........ r83227 | georg.brandl | 2010-07-29 16:23:06 +0200 (Do, 29 Jul 2010) | 1 line Use Py_CLEAR(). ........ r83229 | georg.brandl | 2010-07-29 16:32:22 +0200 (Do, 29 Jul 2010) | 1 line #9407: document configparser.Error. ........ r83230 | georg.brandl | 2010-07-29 16:36:11 +0200 (Do, 29 Jul 2010) | 1 line Use correct directive and name. ........ r83232 | georg.brandl | 2010-07-29 16:49:08 +0200 (Do, 29 Jul 2010) | 1 line #9388: remove ERA_YEAR which is never defined in the source code. ........ | ||||
* | 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 ↵ | Raymond Hettinger | 2009-02-19 | 1 | -5/+4 |
| | | | | for izip(). Supply an optional argument for the nth() recipe. | ||||
* | 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 ↵ | Raymond Hettinger | 2009-02-17 | 1 | -27/+52 |
| | | | | reference. | ||||
* | 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 ↵ | Raymond Hettinger | 2009-02-12 | 1 | -7/+10 |
| | | | | non-integer arguments. | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | document default value for fillvalue | Benjamin Peterson | 2008-07-25 | 1 | -3/+4 |
| | |||||
* | Use correct indentation. | Georg Brandl | 2008-07-23 | 1 | -14/+14 |
| | |||||
* | Clean-up itertools docs and recipes. | Raymond Hettinger | 2008-07-19 | 1 | -46/+19 |
| | |||||
* | 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/+15 |
| | |||||
* | Typo fixes | Andrew M. Kuchling | 2008-04-17 | 1 | -2/+2 |
| | |||||
* | Issue 2648: Add leading zero to money format recipe in the docs. | Raymond Hettinger | 2008-04-17 | 1 | -9/+5 |
| | |||||
* | Simplify demo code. | Raymond Hettinger | 2008-03-23 | 1 | -1/+1 |
| |