Mark Dickinson
|
a96b0d119d
|
Backport issue #12973 itertools fix from 3.x.
|
15 years ago |
Raymond Hettinger
|
d8ff4658fb
|
Simplify the signature for itertools.accumulate() to match numpy. Handle one item iterable the same way as min()/max().
|
15 years ago |
Raymond Hettinger
|
482ba77245
|
Add itertools.accumulate().
|
15 years ago |
Raymond Hettinger
|
061bf7a11a
|
Issue #10323: Predictable final state for slice().
|
15 years ago |
Raymond Hettinger
|
101f09e72f
|
Issue #10323: Predictable final state for slice().
|
15 years ago |
Raymond Hettinger
|
69b34bfe9c
|
Issue #10323: Predictable final state for slice().
|
15 years ago |
Ezio Melotti
|
7a61e3c359
|
Merged revisions 81891 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r81891 | ezio.melotti | 2010-06-11 05:26:42 +0300 (Fri, 11 Jun 2010) | 9 lines
Merged revisions 81889 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81889 | ezio.melotti | 2010-06-11 05:21:25 +0300 (Fri, 11 Jun 2010) | 1 line
Remove extra ] from itertools.count docstring.
........
................
|
16 years ago |
Ezio Melotti
|
bfd73faf86
|
Merged revisions 81889 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81889 | ezio.melotti | 2010-06-11 05:21:25 +0300 (Fri, 11 Jun 2010) | 1 line
Remove extra ] from itertools.count docstring.
........
|
16 years ago |
Ezio Melotti
|
fdc1e0d013
|
Remove extra ] from itertools.count docstring.
|
16 years ago |
Antoine Pitrou
|
7f14f0d8a0
|
Recorded merge of revisions 81032 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r81032 | antoine.pitrou | 2010-05-09 17:52:27 +0200 (dim., 09 mai 2010) | 9 lines
Recorded merge of revisions 81029 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines
Untabify C files. Will watch buildbots.
........
................
|
16 years ago |
Antoine Pitrou
|
f95a1b3c53
|
Recorded merge of revisions 81029 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines
Untabify C files. Will watch buildbots.
........
|
16 years ago |
Antoine Pitrou
|
c7c96a90bc
|
Recorded merge of revisions 81029 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines
Untabify C files. Will watch buildbots.
........
|
16 years ago |
Antoine Pitrou
|
c83ea137d7
|
Untabify C files. Will watch buildbots.
|
16 years ago |
Raymond Hettinger
|
a3e1ad27a8
|
Issue 7410: deepcopy of itertools.count() reset the count.
|
16 years ago |
Raymond Hettinger
|
6c8ee7a333
|
Issue #7410: deepcopy of itertools.count was resetting the count.
|
16 years ago |
Raymond Hettinger
|
bbeca275e1
|
Add sentinel
|
16 years ago |
Raymond Hettinger
|
9b4197ba53
|
Handle step values other than one.
|
16 years ago |
Raymond Hettinger
|
e09f45a2e3
|
Issue 7410: deepcopy of itertools.count resets the count
|
16 years ago |
Raymond Hettinger
|
673827c6f9
|
Issue #7410: deepcopy of itertools.count() erroneously reset the count.
|
16 years ago |
Raymond Hettinger
|
1aef4440fb
|
Fix docstrings for itertools combinatoric functions.
|
16 years ago |
Raymond Hettinger
|
d3a77c0ad3
|
Fix docstrings for itertools combinatoric functions.
|
16 years ago |
Raymond Hettinger
|
9eac119ba8
|
Fix docstrings for itertools combinatoric functions.
|
16 years ago |
Raymond Hettinger
|
36c3c027ad
|
Fix docstrings for itertools combinatoric functions.
|
16 years ago |
Raymond Hettinger
|
a9311a3c50
|
Fix exception handling in itertools.izip_longest().
|
16 years ago |
Raymond Hettinger
|
fc438518a0
|
Fix exception handling in itertools.izip_longest().
|
16 years ago |
Raymond Hettinger
|
fa7dadd339
|
Fix exception handling in itertools.izip_longest().
|
16 years ago |
Raymond Hettinger
|
743d8319ef
|
Fix space/tabs issue.
|
16 years ago |
Raymond Hettinger
|
4da5faae21
|
Issue 7244: Fix indentation in C code. Fix test to not sent output to stdout.
|
16 years ago |
Raymond Hettinger
|
80d49b33b1
|
Issue 7244: fix exception handling in itertools.izip_longest().
|
16 years ago |
Benjamin Peterson
|
bbcd1eb64c
|
add sys prefix
|
17 years ago |
Raymond Hettinger
|
0115e098da
|
Issue 6305: Clarify error message for large arguments to itertools.islice().
|
17 years ago |
Raymond Hettinger
|
ec7bfb314c
|
Issue 6305: Clarify error message for large arguments to itertools.islice().
|
17 years ago |
Benjamin Peterson
|
912fbcade3
|
Merged revisions 69855 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69855 | benjamin.peterson | 2009-02-21 17:09:33 -0600 (Sat, 21 Feb 2009) | 1 line
fix compiler warnings
........
|
17 years ago |
Benjamin Peterson
|
873389dbd8
|
fix compiler warnings
|
17 years ago |
Raymond Hettinger
|
eb13fdda59
|
Port r69837: Fix keyword arguments for itertools.count(). Step arg without a start arg was ignored.
|
17 years ago |
Raymond Hettinger
|
aa681c7b99
|
Fix keyword arguments for itertools.count().
Step arg without a start arg was ignored.
|
17 years ago |
Raymond Hettinger
|
f4bb7f2100
|
Add keyword arg support to itertools.repeat().
|
17 years ago |
Raymond Hettinger
|
182edaefb5
|
Add keyword arg support to itertools.repeat().
|
17 years ago |
Raymond Hettinger
|
15a4950da1
|
Add keyword arg support to itertools.compress().
|
17 years ago |
Raymond Hettinger
|
2e2909f584
|
Add keyword arg support to itertools.compress().
|
17 years ago |
Benjamin Peterson
|
25e26a02f4
|
Merged revisions 69688,69690 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69688 | benjamin.peterson | 2009-02-16 15:07:52 -0600 (Mon, 16 Feb 2009) | 1 line
fix compiler warnings
........
r69690 | benjamin.peterson | 2009-02-16 15:23:04 -0600 (Mon, 16 Feb 2009) | 1 line
PyList_Append() can fail
........
|
17 years ago |
Benjamin Peterson
|
a7b0c12152
|
PyList_Append() can fail
|
17 years ago |
Benjamin Peterson
|
062a7c3675
|
fix compiler warnings
|
17 years ago |
Raymond Hettinger
|
d6280f4b78
|
Add GC support to count() objects.
|
17 years ago |
Raymond Hettinger
|
b21d8109af
|
Add GC support to count() objects. Backport candidate.
|
17 years ago |
Raymond Hettinger
|
9e8dbbcdcd
|
Add keyword argument support to itertools.count().
|
17 years ago |
Raymond Hettinger
|
a4038038c6
|
Add keyword argument support to itertools.count().
|
17 years ago |
Raymond Hettinger
|
6dfff19743
|
Fix spaces/tabs in example.
|
17 years ago |
Raymond Hettinger
|
66373ab888
|
Fix spaces/tabs in example.
|
17 years ago |
Raymond Hettinger
|
3072921d0e
|
Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments.
|
17 years ago |