summaryrefslogtreecommitdiffstats
path: root/Doc/library/itertools.rst
Commit message (Collapse)AuthorAgeFilesLines
* Use xrange in the exampleRaymond Hettinger2012-02-011-1/+1
|
* fix whitespaceRaymond Hettinger2012-02-011-1/+1
|
* Add a usage noteRaymond Hettinger2012-02-011-0/+5
|
* Improve itertools docs with clearer examples of pure python equivalent code.Raymond Hettinger2011-10-301-9/+16
|
* Fix example for itertools.count().Raymond Hettinger2011-02-141-1/+1
|
* Merged revisions ↵Georg Brandl2010-11-261-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 fromGeorg Brandl2010-10-061-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 fromGeorg Brandl2010-08-011-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 Hettinger2010-04-101-3/+7
|
* Cleanup itertools recipesRaymond Hettinger2010-04-021-8/+8
|
* Add and update itertools recipes.Raymond Hettinger2010-04-021-1/+23
|
* Update itertools recipe for consume().Raymond Hettinger2010-03-281-1/+7
|
* Add a note on optimizing the itertools recipes for production.Raymond Hettinger2010-03-281-0/+6
|
* Update itertools recipes.Raymond Hettinger2010-03-281-7/+28
|
* #7746: rephrase a sentenceEzio Melotti2010-01-211-3/+2
|
* Fix docstrings for itertools combinatoric functions.Raymond Hettinger2009-11-191-2/+2
|
* Add usage note.Raymond Hettinger2009-06-171-0/+4
|
* Fix typoRaymond Hettinger2009-04-201-1/+1
|
* Add examples.Raymond Hettinger2009-04-101-74/+37
|
* Clarify the table entries for combinatorics.Raymond Hettinger2009-04-101-8/+13
|
* typo fixAndrew M. Kuchling2009-03-301-1/+1
|
* Issue 5477: Fix buglet in the itertools documentation.Raymond Hettinger2009-03-121-3/+4
|
* Fix typo.Raymond Hettinger2009-03-101-1/+1
|
* Add consume() recipe to itertools docs.Raymond Hettinger2009-03-091-0/+4
|
* Issue 5443: Fix typo.Raymond Hettinger2009-03-091-1/+1
|
* Update itertools recipes to use next().Raymond Hettinger2009-02-231-7/+6
|
* Add some cross-references to the docs. Simplify the python code equivalent ↵Raymond Hettinger2009-02-191-5/+4
| | | | for izip(). Supply an optional argument for the nth() recipe.
* Generalize the itertools.tee() recipe.Raymond Hettinger2009-02-181-24/+24
|
* Fixup intro paragraphs for the itertools docs. Add some tables for quick ↵Raymond Hettinger2009-02-171-27/+52
| | | | reference.
* Add keyword argument support to itertools.count().Raymond Hettinger2009-02-141-3/+3
|
* Issue 5032: added a step argument to itertools.count() and allowed ↵Raymond Hettinger2009-02-121-7/+10
| | | | non-integer arguments.
* Minor doc fixups.Raymond Hettinger2009-02-041-3/+3
|
* fix indentationBenjamin Peterson2009-01-311-23/+23
|
* Promote combinations_with_replacement() from a recipe to a regular itertool.Raymond Hettinger2009-01-271-16/+47
|
* Improved itertools recipe for generating powerset().Raymond Hettinger2009-01-251-5/+3
|
* Promote compress() from a recipe to being a regular itertool.Raymond Hettinger2009-01-251-4/+14
|
* Forward port r68394 for issue 4816.Raymond Hettinger2009-01-081-1/+12
|
* Remove trailing whitespace.Georg Brandl2009-01-031-10/+10
|
* Issue #4615. Document how to use itertools for de-duping.Raymond Hettinger2009-01-021-0/+24
|
* fix highlightingBenjamin Peterson2009-01-011-4/+4
|
* Alter recipe to show how to call izip_longest() withRaymond Hettinger2008-07-311-2/+1
| | | | both a keyword argument and star arguments.
* Neaten-up the itertools recipes.Raymond Hettinger2008-07-301-6/+4
|
* document default value for fillvalueBenjamin Peterson2008-07-251-3/+4
|
* Use correct indentation.Georg Brandl2008-07-231-14/+14
|
* Clean-up itertools docs and recipes.Raymond Hettinger2008-07-191-46/+19
|
* Fix compress() recipe in docs to use itertools.Raymond Hettinger2008-07-191-3/+3
|
* Add recipe to the itertools docs.Raymond Hettinger2008-07-191-0/+15
|
* Typo fixesAndrew M. Kuchling2008-04-171-2/+2
|
* Issue 2648: Add leading zero to money format recipe in the docs.Raymond Hettinger2008-04-171-9/+5
|
* Simplify demo code.Raymond Hettinger2008-03-231-1/+1
|