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
*
#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
*
Alter recipe to show how to call izip_longest() with
Raymond Hettinger
2008-07-31
1
-2/+1
*
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
*
Enable doctest running for several other documents.
Georg Brandl
2008-03-22
1
-3/+11
*
Add recipe to docs.
Raymond Hettinger
2008-03-11
1
-0/+5
*
Tweak recipes and tests
Raymond Hettinger
2008-03-07
1
-6/+6
*
Add examples.
Raymond Hettinger
2008-03-06
1
-23/+29
*
Beef-up docs and tests for itertools. Fix-up end-case for product().
Raymond Hettinger
2008-03-04
1
-9/+32
*
Fix sentence fragment
Andrew M. Kuchling
2008-03-04
1
-2/+2
*
Tighten example code.
Raymond Hettinger
2008-03-02
1
-1/+1
*
Finish-up docs for combinations() and permutations() in itertools.
Raymond Hettinger
2008-03-02
1
-10/+30
*
Document impending updates to itertools.
Raymond Hettinger
2008-02-28
1
-11/+44
*
Add repeat keyword argument to itertools.product().
Raymond Hettinger
2008-02-28
1
-3/+7
*
Simply the sample code for combinations().
Raymond Hettinger
2008-02-27
1
-7/+6
*
Add itertools.combinations().
Raymond Hettinger
2008-02-26
1
-15/+15
*
Banish tab.
Georg Brandl
2008-02-26
1
-1/+1
*
Docs for itertools.combinations(). Implementation in forthcoming checkin.
Raymond Hettinger
2008-02-26
1
-2/+44
[next]