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
/
lib
/
libitertools.tex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style nit.
Raymond Hettinger
2004-07-11
1
-2/+2
*
Minor wording and spacing nits.
Raymond Hettinger
2004-06-12
1
-2/+0
*
Minor documentation nits.
Raymond Hettinger
2004-05-01
1
-11/+29
*
Add a Guido inspired example for groupby().
Raymond Hettinger
2004-01-20
1
-1/+14
*
Fix typo
Andrew M. Kuchling
2003-12-18
1
-1/+1
*
Guido grants a Christmas wish:
Raymond Hettinger
2003-12-17
1
-1/+1
*
SF patch #855195: fix typos
Raymond Hettinger
2003-12-07
1
-0/+1
*
Edit description a bit
Andrew M. Kuchling
2003-12-06
1
-2/+2
*
Implement itertools.groupby()
Raymond Hettinger
2003-12-06
1
-0/+60
*
Improve the implementation of itertools.tee().
Raymond Hettinger
2003-11-12
1
-4/+12
*
Replace the window() example with pairwise() which demonstrates tee().
Raymond Hettinger
2003-10-26
1
-10/+4
*
Added itertools.tee()
Raymond Hettinger
2003-10-24
1
-17/+39
*
Use 'predicate = bool' as the default predicate for ifilter[false].
Guido van Rossum
2003-10-20
1
-4/+2
*
Adopt Christian Stork's suggested argument order for the logic quantifiers.
Raymond Hettinger
2003-10-05
1
-4/+4
*
SF 810242. Fix doubled word errors.
Raymond Hettinger
2003-09-22
1
-1/+1
*
Add an example to address a common question of how to split iterators.
Raymond Hettinger
2003-09-08
1
-7/+20
*
Make the derived tools amendable to cut and paste.
Raymond Hettinger
2003-08-25
1
-54/+54
*
Modified itertools.izip() to match the behavior of __builtin__.zip()
Raymond Hettinger
2003-08-08
1
-1/+4
*
Improve docs:
Raymond Hettinger
2003-08-08
1
-16/+13
*
Important usability fix in itertools documentation.
Raymond Hettinger
2003-07-22
1
-3/+3
*
Add take() to examples. Tighten the islice() example
Raymond Hettinger
2003-06-28
1
-1/+4
*
Minor updates:
Raymond Hettinger
2003-06-18
1
-4/+11
*
The previous made the stop argument optional.
Raymond Hettinger
2003-05-02
1
-10/+7
*
SF bug #730685: itertools.islice stop argument is not optional
Raymond Hettinger
2003-05-02
1
-10/+13
*
Add comment on performance.
Raymond Hettinger
2003-04-23
1
-3/+21
*
User requested changes to the itertools module.
Raymond Hettinger
2003-02-23
1
-40/+52
*
Markup and nits.
Raymond Hettinger
2003-02-21
1
-12/+11
*
Fix so it compiles at least.
Michael W. Hudson
2003-02-11
1
-1/+1
*
C Code:
Raymond Hettinger
2003-02-09
1
-66/+84
*
SF bug #681003: itertools issues
Raymond Hettinger
2003-02-07
1
-0/+4
*
Move itertools module from the sandbox and into production.
Raymond Hettinger
2003-02-01
1
-0/+325