<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/itertoolsmodule.c, branch v3.6.7</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>[3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557) (#3770)</title>
<updated>2017-09-26T19:20:22+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2017-09-26T19:20:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=69b2dc8637ba924d78f9869be592c5a545510f10'/>
<id>69b2dc8637ba924d78f9869be592c5a545510f10</id>
<content type='text'>
(cherry picked from commit c740e4fe8a9bc5815dc18c38d7f7600b128c3c51)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit c740e4fe8a9bc5815dc18c38d7f7600b128c3c51)</pre>
</div>
</content>
</entry>
<entry>
<title>[3.6] bpo-27385: Clarify docstring for groupby() (GH-3738) (#3744)</title>
<updated>2017-09-25T08:41:49+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2017-09-25T08:41:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e2a30cd35b95dad55aea10347655f246348d1951'/>
<id>e2a30cd35b95dad55aea10347655f246348d1951</id>
<content type='text'>
(cherry picked from commit 49392c63a243052c8013bef80d35202bb6d7c404)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 49392c63a243052c8013bef80d35202bb6d7c404)</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#911)</title>
<updated>2017-03-30T19:48:23+00:00</updated>
<author>
<name>T. Wouters</name>
<email>thomas@python.org</email>
</author>
<published>2017-03-30T19:48:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=599bb181036f724629a515317f0f39520950d51c'/>
<id>599bb181036f724629a515317f0f39520950d51c</id>
<content type='text'>
* bpo-29942: Fix the use of recursion in itertools.chain.from_iterable.

Fix the use of recursion in itertools.chain.from_iterable. Using recursion
is unnecessary, and can easily cause stack overflows, especially when
building in low optimization modes or with Py_DEBUG enabled.
(cherry picked from commit 5466d4af5fe76ec0a5fbc8a05675287d9e8e9d14)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-29942: Fix the use of recursion in itertools.chain.from_iterable.

Fix the use of recursion in itertools.chain.from_iterable. Using recursion
is unnecessary, and can easily cause stack overflows, especially when
building in low optimization modes or with Py_DEBUG enabled.
(cherry picked from commit 5466d4af5fe76ec0a5fbc8a05675287d9e8e9d14)
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28322: Fixed possible crashes when unpickle itertools objects from</title>
<updated>2016-10-02T06:13:14+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-10-02T06:13:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8f0f2056499847999fffa7af7a8872500a191203'/>
<id>8f0f2056499847999fffa7af7a8872500a191203</id>
<content type='text'>
incorrect pickle data.  Based on patch by John Leitch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
incorrect pickle data.  Based on patch by John Leitch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28322: Fixed possible crashes when unpickle itertools objects from</title>
<updated>2016-10-02T05:34:53+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-10-02T05:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=85c3f268f4a2ef4057416e7b89d1d36e9866d197'/>
<id>85c3f268f4a2ef4057416e7b89d1d36e9866d197</id>
<content type='text'>
incorrect pickle data.  Based on patch by John Leitch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
incorrect pickle data.  Based on patch by John Leitch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28019: itertools.count() no longer rounds non-integer step in range</title>
<updated>2016-09-10T06:53:51+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-09-10T06:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8f9cafad3d7f78193721d6c0ea84a499b36b7ce5'/>
<id>8f9cafad3d7f78193721d6c0ea84a499b36b7ce5</id>
<content type='text'>
between 1.0 and 2.0 to 1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
between 1.0 and 2.0 to 1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28019: itertools.count() no longer rounds non-integer step in range</title>
<updated>2016-09-10T06:49:24+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-09-10T06:49:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8ddcf3abf7f899369801086bf39f60e0172a1470'/>
<id>8ddcf3abf7f899369801086bf39f60e0172a1470</id>
<content type='text'>
between 1.0 and 2.0 to 1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
between 1.0 and 2.0 to 1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27626: Merge spelling fixes from 3.5</title>
<updated>2016-07-28T01:30:58+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2016-07-28T01:30:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8bde9111157e0eb994159c1506b1cec86298f810'/>
<id>8bde9111157e0eb994159c1506b1cec86298f810</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27626: Spelling fixes in docs, comments and internal names</title>
<updated>2016-07-28T01:11:04+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2016-07-28T01:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=eb9957065acaafbf3d8ebee4770ecb13ea0c07c0'/>
<id>eb9957065acaafbf3d8ebee4770ecb13ea0c07c0</id>
<content type='text'>
Based on patch by Ville Skyttä.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patch by Ville Skyttä.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error</title>
<updated>2016-04-17T06:39:28+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-04-17T06:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b6a9c9761ca988e1ab69defd45433fac0b2ff89c'/>
<id>b6a9c9761ca988e1ab69defd45433fac0b2ff89c</id>
<content type='text'>
messages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
messages.
</pre>
</div>
</content>
</entry>
</feed>
