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
*
Replace map(None, *iterables) with zip(*iterables).
Raymond Hettinger
2008-01-22
1
-4/+7
*
Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from
Christian Heimes
2008-01-18
1
-1/+2
*
Removed PyInt_GetMax and sys.maxint
Christian Heimes
2007-12-04
1
-1/+1
*
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum
2007-11-01
1
-1/+11
*
Merged revisions 56125-56153 via svnmerge from
Guido van Rossum
2007-07-03
1
-14/+21
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
1
-1/+1
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
1
-2/+4
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-55/+57
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-9/+9
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-46/+46
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-2/+55
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-2/+2
*
Fix a bunch of doctests with the -d option of refactor.py.
Guido van Rossum
2007-02-09
1
-10/+10
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-1/+1
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
1
-1/+17
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-0/+5
*
Make built-in zip() equal to itertools.izip().
Guido van Rossum
2006-08-24
1
-15/+19
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-3/+3
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-1/+1
*
Fix tests that were trying to make iteration blow up, on broken iterators.
Thomas Wouters
2006-04-15
1
-12/+12
*
Convert iterator __len__() methods to a private API.
Raymond Hettinger
2005-09-24
1
-0/+1
*
SF patch #1171417: bug fix for islice() in docs
Raymond Hettinger
2005-03-27
1
-0/+5
*
Revised the itertools quantifier recipes to match the performance of the
Raymond Hettinger
2005-03-11
1
-8/+8
*
Added optional None arguments to itertools.islice().
Raymond Hettinger
2004-12-05
1
-0/+2
*
Fix and test weak referencing of itertools.tee objects.
Raymond Hettinger
2004-10-17
1
-0/+8
*
Improve test coverage.
Raymond Hettinger
2004-09-29
1
-0/+16
*
* Increase test coverage.
Raymond Hettinger
2004-09-28
1
-0/+29
*
Use floor division operator.
Raymond Hettinger
2004-09-27
1
-1/+1
*
Improve three recipes in the itertools docs.
Raymond Hettinger
2004-09-23
1
-3/+9
*
test_sf_950057's gen1() used an assert statement, which caused the test
Tim Peters
2004-07-18
1
-1/+1
*
SF #950057: itertools.chain doesn't "process" exceptions as they occur
Raymond Hettinger
2004-05-08
1
-0/+30
*
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
[next]