Raymond Hettinger
|
97d3555029
|
Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()>
(Patch contributed by Vajrasky Kok.)
|
12 years ago |
Antoine Pitrou
|
26f82efe59
|
Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted.
Patch by Anton Afanasyev.
|
12 years ago |
Serhiy Storchaka
|
2dae92a807
|
Issue #15475: Add __sizeof__ implementations for itertools objects.
|
12 years ago |
Antoine Pitrou
|
b4a46cb428
|
Add a comment making it explicit that itertools.tee() is already 64bit-safe (issue #19049)
|
12 years ago |
Raymond Hettinger
|
fb92f393b0
|
Issue 18752: Make chain.from_iterable() more visible in the documentation.
|
12 years ago |
Raymond Hettinger
|
8df58f7ae8
|
Issue 18752: Make chain.from_iterable() more visible in the documentation.
|
12 years ago |
Tim Peters
|
9edb168dd7
|
cwr_next(): move invariants out of loops.
This simplifies and clarifies the code, and gives a small speedup.
|
13 years ago |
Eli Bendersky
|
c554f725a0
|
Issue #18912: Fix indentation in docstring
Contributed by Jeroen Van Goey
|
13 years ago |
Andrew Kuchling
|
da30acf50b
|
Closes #18220: expand itertools.islice docstring to 2 lines
|
13 years ago |
Andrew Kuchling
|
446a39f78f
|
Close #18285: add 'repeat' parameter to docstring for product
|
13 years ago |
Andrew Kuchling
|
b003ffa0ab
|
Closes #18239: correct description of count() in module docstring
|
13 years ago |
Serhiy Storchaka
|
278d03bd66
|
Revert a premature patch for issue #14010 (changeset aaaf36026511).
|
13 years ago |
Serhiy Storchaka
|
e8f706eda7
|
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
(builting and in itertools module, i.e. map(), itertools.chain(), etc).
|
13 years ago |
Serhiy Storchaka
|
e7e9c32195
|
Clean trailing whitespace in itertoolsmodule.c.
|
13 years ago |
Serhiy Storchaka
|
b09ec9b618
|
Issue #13454: Fix a crash when deleting an iterator created by itertools.tee()
if all other iterators were very advanced before.
|
13 years ago |
Serhiy Storchaka
|
a3e9128aba
|
Issue #13454: Fix a crash when deleting an iterator created by itertools.tee()
if all other iterators were very advanced before.
|
13 years ago |
Antoine Pitrou
|
6f430e4963
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
Patch by Serhiy Storchaka.
|
14 years ago |
Antoine Pitrou
|
c5bef75c77
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
Patch by Serhiy Storchaka.
|
14 years ago |
Martin v. Löwis
|
33cac8578b
|
Add safecase to silence Win64 warning.
|
14 years ago |
Kristján Valur Jónsson
|
31668b8f7a
|
Issue #14288: Serialization support for builtin iterators.
|
14 years ago |
Martin v. Löwis
|
1c67dd9b15
|
Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.
|
14 years ago |
Martin v. Löwis
|
bd928fef42
|
Rename _Py_identifier to _Py_IDENTIFIER.
|
14 years ago |
Martin v. Löwis
|
afe55bba33
|
Add API for static strings, primarily good for identifiers.
Thanks to Konrad Schöbel and Jasper Schulz for helping with the mass-editing.
|
14 years ago |
Mark Dickinson
|
a96b0d119d
|
Backport issue #12973 itertools fix from 3.x.
|
14 years ago |
Mark Dickinson
|
b2f6bc72a2
|
Issue #12973: Fix itertools bug caused by signed integer overflow. Thanks Stefan Krah.
|
14 years ago |
Kristjan Valur Jonsson
|
35722a9376
|
Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle.
ti can raise an exception even if PyLong_Check() has
succeeded.
|
15 years ago |
Raymond Hettinger
|
5bf7091df0
|
Update docstrings for itertools.accumulate().
|
15 years ago |
Raymond Hettinger
|
5d44613e3b
|
Add optional *func* argument to itertools.accumulate().
|
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 |