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
*
Added optional None arguments to itertools.islice().
Raymond Hettinger
2004-12-05
1
-14/+16
*
some platforms still need offsetof() from structmember.h
Fred Drake
2004-10-17
1
-0/+1
*
Fix and test weak referencing of itertools.tee objects.
Raymond Hettinger
2004-10-17
1
-1/+6
*
Replace structure member before decreffing.
Raymond Hettinger
2004-10-02
1
-1/+3
*
* Increase test coverage.
Raymond Hettinger
2004-09-28
1
-5/+9
*
SF patch #1020188: Use Py_CLEAR where necessary to avoid crashes
Raymond Hettinger
2004-09-01
1
-2/+1
*
Exercise Jim's VISIT macro.
Raymond Hettinger
2004-07-15
1
-129/+24
*
SF #950057: itertools.chain doesn't "process" exceptions as they occur
Raymond Hettinger
2004-05-08
1
-0/+12
*
Change two instance of format strings for PyString_FromFormat() to use %ld
Brett Cannon
2004-04-13
1
-2/+2
*
Provide more information representations of repeat() and count().
Raymond Hettinger
2004-04-08
1
-2/+27
*
Speedup the inner loops for dropwhile(), islice(), ifilter(), and
Raymond Hettinger
2004-03-17
1
-9/+17
*
need to initialize ob_type slot at run-time, at least on cygwin
Skip Montanaro
2004-02-10
1
-1/+2
*
Give itertools.repeat() a length method.
Raymond Hettinger
2004-02-10
1
-1/+14
*
Implement itertools.groupby()
Raymond Hettinger
2003-12-06
1
-1/+321
*
Improve the implementation of itertools.tee().
Raymond Hettinger
2003-11-12
1
-181/+199
*
Fix nits in error messages.
Raymond Hettinger
2003-10-28
1
-4/+4
*
Minor improvements to itertools.tee():
Raymond Hettinger
2003-10-26
1
-9/+9
*
Improvements to coding for itertools.tee():
Raymond Hettinger
2003-10-25
1
-3/+26
*
Added itertools.tee()
Raymond Hettinger
2003-10-24
1
-0/+259
*
For safety, replace a tuple entry before decreffing it.
Raymond Hettinger
2003-08-30
1
-1/+3
*
SF bug #793826: using itertools.izip to mutate tuples
Raymond Hettinger
2003-08-29
1
-2/+4
*
Modified itertools.izip() to match the behavior of __builtin__.zip()
Raymond Hettinger
2003-08-08
1
-6/+2
*
SF patch #770521: make itertools type declarations static
Raymond Hettinger
2003-07-14
1
-24/+24
*
Minor updates:
Raymond Hettinger
2003-06-18
1
-3/+13
*
Add missing DECREF.
Raymond Hettinger
2003-06-17
1
-1/+3
*
PyType_GenericAlloc is inherited from object.
Raymond Hettinger
2003-05-23
1
-12/+12
*
Fixed dotted name assertion.
Raymond Hettinger
2003-05-22
1
-2/+2
*
* Added a substantial number of edge case and argument tests for
Raymond Hettinger
2003-05-03
1
-0/+3
*
The previous made the stop argument optional.
Raymond Hettinger
2003-05-02
1
-2/+2
*
SF bug #730685: itertools.islice stop argument is not optional
Raymond Hettinger
2003-05-02
1
-13/+33
*
Fix docstring typo
Andrew M. Kuchling
2003-04-14
1
-1/+1
*
Renamed PyObject_GenericGetIter to PyObject_SelfIter
Raymond Hettinger
2003-03-17
1
-12/+12
*
Created PyObject_GenericGetIter().
Raymond Hettinger
2003-03-17
1
-96/+12
*
Several of the tools can make direct calls the inner iterators.
Raymond Hettinger
2003-03-01
1
-9/+24
*
User requested changes to the itertools module.
Raymond Hettinger
2003-02-23
1
-52/+236
*
Remove unused variable.
Guido van Rossum
2003-02-09
1
-1/+1
*
C Code:
Raymond Hettinger
2003-02-09
1
-124/+248
*
* Eliminated tuple re-use in imap(). Doing it correctly made the code
Raymond Hettinger
2003-02-07
1
-62/+30
*
SF bug #681003: itertools issues
Raymond Hettinger
2003-02-07
1
-6/+84
*
Move itertools module from the sandbox and into production.
Raymond Hettinger
2003-02-01
1
-0/+1532