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
/
Modules
/
itertoolsmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backport issue #12973 itertools fix from 3.x.
Mark Dickinson
2011-09-24
1
-1/+3
*
Issue #10323: Predictable final state for slice().
Raymond Hettinger
2010-11-30
1
-3/+4
*
Remove extra ] from itertools.count docstring.
Ezio Melotti
2010-06-11
1
-1/+1
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-3042/+3042
*
Handle step values other than one.
Raymond Hettinger
2009-11-30
1
-1/+2
*
Issue 7410: deepcopy of itertools.count resets the count
Raymond Hettinger
2009-11-30
1
-1/+16
*
Fix docstrings for itertools combinatoric functions.
Raymond Hettinger
2009-11-19
1
-4/+4
*
Fix exception handling in itertools.izip_longest().
Raymond Hettinger
2009-11-01
1
-35/+37
*
Issue 6305: Clarify error message for large arguments to itertools.islice().
Raymond Hettinger
2009-06-23
1
-3/+3
*
fix compiler warnings
Benjamin Peterson
2009-02-21
1
-6/+6
*
Fix keyword arguments for itertools.count().
Raymond Hettinger
2009-02-21
1
-28/+43
*
Add keyword arg support to itertools.repeat().
Raymond Hettinger
2009-02-19
1
-7/+6
*
Add keyword arg support to itertools.compress().
Raymond Hettinger
2009-02-19
1
-6/+4
*
PyList_Append() can fail
Benjamin Peterson
2009-02-16
1
-2/+4
*
fix compiler warnings
Benjamin Peterson
2009-02-16
1
-5/+5
*
Add GC support to count() objects. Backport candidate.
Raymond Hettinger
2009-02-16
1
-4/+14
*
Add keyword argument support to itertools.count().
Raymond Hettinger
2009-02-14
1
-6/+5
*
Fix spaces/tabs in example.
Raymond Hettinger
2009-02-12
1
-4/+3
*
Issue 5032: added a step argument to itertools.count() and allowed non-integ...
Raymond Hettinger
2009-02-12
1
-33/+86
*
Issue 5171: itertools.product docstring missing 'repeat' argument
Raymond Hettinger
2009-02-09
1
-0/+3
*
Fix typo.
Raymond Hettinger
2009-01-29
1
-1/+1
*
Update itertools.__doc__ to include all tools.
Raymond Hettinger
2009-01-29
1
-5/+12
*
Promote combinations_with_replacement() from a recipe to a regular itertool.
Raymond Hettinger
2009-01-27
1
-2/+251
*
Promote compress() from a recipe to being a regular itertool.
Raymond Hettinger
2009-01-25
1
-0/+157
*
#3720: Interpreter crashes when an evil iterator removes its own next function.
Amaury Forgeot d'Arc
2009-01-12
1
-11/+0
*
Forward port r68394 for issue 4816.
Raymond Hettinger
2009-01-08
1
-10/+2
*
#2536: fix itertools.permutations and itertools.combinations docstrings.
Georg Brandl
2008-06-10
1
-3/+3
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-6/+6
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-6/+6
*
Remove itertools warnings I had added before the 2-to-3 handled the migration.
Raymond Hettinger
2008-03-19
1
-25/+0
*
The filter() function does support a None argument in Py3.0.
Raymond Hettinger
2008-03-19
1
-9/+0
*
Added zip, map, filter to future_bultins (#2171)
David Wolever
2008-03-19
1
-2/+11
*
Consistent tense.
Raymond Hettinger
2008-03-13
1
-1/+1
*
Add 2-to-3 support for the itertools moved to builtins or renamed.
Raymond Hettinger
2008-03-13
1
-0/+25
*
Issue 2246: itertools grouper object did not participate in GC (should be ba...
Raymond Hettinger
2008-03-06
1
-5/+15
*
Small code cleanup.
Raymond Hettinger
2008-03-05
1
-4/+2
*
C implementation of itertools.permutations().
Raymond Hettinger
2008-03-05
1
-0/+274
*
Fix refleak in chain().
Raymond Hettinger
2008-03-04
1
-1/+1
*
Beef-up docs and tests for itertools. Fix-up end-case for product().
Raymond Hettinger
2008-03-04
1
-4/+1
*
Handle 0-tuples which can be singletons.
Raymond Hettinger
2008-03-02
1
-1/+1
*
Simplify code for itertools.product().
Raymond Hettinger
2008-03-02
1
-13/+2
*
Handle the repeat keyword argument for itertools.product().
Raymond Hettinger
2008-02-29
1
-5/+27
*
Add alternate constructor for itertools.chain().
Raymond Hettinger
2008-02-28
1
-1/+25
*
Have itertools.chain() consume its inputs lazily instead of building a tuple ...
Raymond Hettinger
2008-02-28
1
-51/+51
*
The empty tuple is usually a singleton with a much higher refcnt than 1
Christian Heimes
2008-02-28
1
-2/+5
*
One too many decrefs.
Raymond Hettinger
2008-02-27
1
-3/+1
*
Add itertools.combinations().
Raymond Hettinger
2008-02-26
1
-1/+225
*
Coerced PyBool_Type to be able to compare it.
Facundo Batista
2008-02-25
1
-2/+2
*
Make sure the itertools filter functions give the same performance for func=b...
Raymond Hettinger
2008-02-25
1
-2/+2
*
Add more comments
Raymond Hettinger
2008-02-23
1
-4/+4
[next]