index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
itertools.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
#15831: merge with 3.2
Ezio Melotti
2012-09-14
1
-1/+2
|
\
|
*
#15831: document multiple signatures on different lines. Patch by Chris Jerd...
Ezio Melotti
2012-09-14
1
-1/+2
*
|
Make it easier to search for the grouper() recipe.
Raymond Hettinger
2012-07-08
1
-1/+2
*
|
merge
Raymond Hettinger
2012-02-01
1
-0/+5
|
\
\
|
|
/
|
*
Add usage note
Raymond Hettinger
2012-02-01
1
-0/+5
*
|
merge with 3.2
Sandro Tosi
2011-12-25
1
-1/+1
|
\
\
|
|
/
|
*
use list() to wrap range() in itertools.permutations() example; thanks to Rom...
Sandro Tosi
2011-12-25
1
-1/+1
*
|
Merge
Raymond Hettinger
2011-10-30
1
-7/+16
|
\
\
|
|
/
|
*
Improve itertools docs with clearer examples of pure python equivalent code.
Raymond Hettinger
2011-10-30
1
-7/+16
*
|
Add another example for accumulate().
Raymond Hettinger
2011-04-21
1
-3/+18
*
|
Add optional *func* argument to itertools.accumulate().
Raymond Hettinger
2011-03-28
1
-5/+28
|
/
*
Fix the example output of count().
Georg Brandl
2011-01-13
1
-1/+1
*
Note improvements to the docs.
Raymond Hettinger
2010-12-06
1
-2/+2
*
Doc nit.
Raymond Hettinger
2010-12-04
1
-1/+1
*
Update the itertools.accumulate() docs.
Raymond Hettinger
2010-12-03
1
-5/+4
*
Simplify the signature for itertools.accumulate() to match numpy. Handle one...
Raymond Hettinger
2010-12-03
1
-6/+8
*
Clean-up last update (missing comma, unnecessary spacing change, spurious bac...
Raymond Hettinger
2010-12-01
1
-434/+434
*
Add itertools.accumulate().
Raymond Hettinger
2010-12-01
1
-441/+449
*
Add recipe to itertools doc.
Raymond Hettinger
2010-12-01
1
-0/+8
*
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
[next]