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
/
Lib
/
test
/
test_itertools.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Give itertools.repeat() a length method.
Raymond Hettinger
2004-02-10
1
-1/+7
*
Add a Guido inspired example for groupby().
Raymond Hettinger
2004-01-20
1
-0/+14
*
Guido grants a Christmas wish:
Raymond Hettinger
2003-12-17
1
-5/+5
*
Implement itertools.groupby()
Raymond Hettinger
2003-12-06
1
-1/+107
*
Improve the implementation of itertools.tee().
Raymond Hettinger
2003-11-12
1
-24/+31
*
Replace the window() example with pairwise() which demonstrates tee().
Raymond Hettinger
2003-10-26
1
-13/+10
*
Minor improvements to itertools.tee():
Raymond Hettinger
2003-10-26
1
-0/+12
*
Added itertools.tee()
Raymond Hettinger
2003-10-24
1
-61/+130
*
Adopt Christian Stork's suggested argument order for the logic quantifiers.
Raymond Hettinger
2003-10-05
1
-11/+11
*
Simplify doctest of tee().
Raymond Hettinger
2003-09-13
1
-6/+2
*
Add an example to address a common question of how to split iterators.
Raymond Hettinger
2003-09-08
1
-4/+30
*
SF bug #793826: using itertools.izip to mutate tuples
Raymond Hettinger
2003-08-29
1
-1/+32
*
Modified itertools.izip() to match the behavior of __builtin__.zip()
Raymond Hettinger
2003-08-08
1
-1/+6
*
Re-sync doc tests with the doc updates.
Raymond Hettinger
2003-08-08
1
-3/+7
*
More tests
Raymond Hettinger
2003-06-29
1
-3/+59
*
Add take() to examples. Tighten the islice() example
Raymond Hettinger
2003-06-28
1
-1/+7
*
Minor updates:
Raymond Hettinger
2003-06-18
1
-5/+14
*
Test ability to handle various type of iterators.
Raymond Hettinger
2003-05-29
1
-4/+188
*
Minor cleanups.
Raymond Hettinger
2003-05-16
1
-5/+1
*
* Added a substantial number of edge case and argument tests for
Raymond Hettinger
2003-05-03
1
-15/+76
*
Add StopIteration tests.
Raymond Hettinger
2003-05-02
1
-7/+27
*
The previous made the stop argument optional.
Raymond Hettinger
2003-05-02
1
-1/+1
*
SF bug #730685: itertools.islice stop argument is not optional
Raymond Hettinger
2003-05-02
1
-3/+71
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-3/+1
*
User requested changes to the itertools module.
Raymond Hettinger
2003-02-23
1
-11/+12
*
C Code:
Raymond Hettinger
2003-02-09
1
-3/+22
*
SF bug #681003: itertools issues
Raymond Hettinger
2003-02-07
1
-0/+3
*
Neaten ref count test.
Raymond Hettinger
2003-02-01
1
-1/+1
*
Move itertools module from the sandbox and into production.
Raymond Hettinger
2003-02-01
1
-0/+158