<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git, branch bind-socket</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>update doc (remove ref to activestate recipe)</title>
<updated>2019-03-28T14:46:16+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-03-28T14:46:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5b491253e6952dfb1115ef43e13d1076cb5a5549'/>
<id>5b491253e6952dfb1115ef43e13d1076cb5a5549</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into bind-socket</title>
<updated>2019-03-28T14:23:28+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-03-28T14:23:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e19b28f2bd89c047b12f6a8ffb1fe793834700d3'/>
<id>e19b28f2bd89c047b12f6a8ffb1fe793834700d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183)</title>
<updated>2019-03-28T14:20:30+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-03-28T14:20:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3eca28c61363a03b81b9fb12775490d6e42d8ecf'/>
<id>3eca28c61363a03b81b9fb12775490d6e42d8ecf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36387: Refactor getenvironment() in _winapi.c. (GH-12482)</title>
<updated>2019-03-28T14:01:34+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-03-28T14:01:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8abd7c7e37714ce0c42f871f81e52f14c155d1bd'/>
<id>8abd7c7e37714ce0c42f871f81e52f14c155d1bd</id>
<content type='text'>
Make it doing less memory allocations and using the modern C API.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it doing less memory allocations and using the modern C API.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc() (12601)</title>
<updated>2019-03-28T13:53:00+00:00</updated>
<author>
<name>Zackery Spytz</name>
<email>zspytz@gmail.com</email>
</author>
<published>2019-03-28T13:53:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cda139d1ded6708665b53e4ed32ccc1d2627e1da'/>
<id>cda139d1ded6708665b53e4ed32ccc1d2627e1da</id>
<content type='text'>
Remove the PyMem_FREE() call added in cb90c89.  The buffer will be
freed when PyTokenizer_Free() is called on the tokenizer state.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the PyMem_FREE() call added in cb90c89.  The buffer will be
freed when PyTokenizer_Free() is called on the tokenizer state.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36452: dictiter: track maximum iteration count (GH-12596)</title>
<updated>2019-03-28T06:03:25+00:00</updated>
<author>
<name>Thomas Perl</name>
<email>m@thp.io</email>
</author>
<published>2019-03-28T06:03:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=796cc6e3ad3617c1ea9e528663aac1a206230a28'/>
<id>796cc6e3ad3617c1ea9e528663aac1a206230a28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix NEWS entries with incorrect bpo numbers (GH-12599)</title>
<updated>2019-03-28T04:19:30+00:00</updated>
<author>
<name>Ned Deily</name>
<email>nad@python.org</email>
</author>
<published>2019-03-28T04:19:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=738cb42a14481aa9ae58704f6bee951308212d7e'/>
<id>738cb42a14481aa9ae58704f6bee951308212d7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Minor doc improvement (GH-10341)" (GH-12597)</title>
<updated>2019-03-28T04:03:02+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2019-03-28T04:03:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fb28fcc9252da51001b98cd93d65fb0e9b43aa3e'/>
<id>fb28fcc9252da51001b98cd93d65fb0e9b43aa3e</id>
<content type='text'>
This reverts commit dfd775a0b1aee51d842b20cdebd97cc52c0b32e7.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit dfd775a0b1aee51d842b20cdebd97cc52c0b32e7.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36245: Fix more empty environment variable checks (GH-12592)</title>
<updated>2019-03-27T23:28:41+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@microsoft.com</email>
</author>
<published>2019-03-27T23:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b95a79c928fc4a6135d91c0c553cb2a63cf15140'/>
<id>b95a79c928fc4a6135d91c0c553cb2a63cf15140</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31292: Fixed distutils check --restructuredtext for include directives (GH-10605)</title>
<updated>2019-03-27T21:34:19+00:00</updated>
<author>
<name>Philipp A</name>
<email>flying-sheep@web.de</email>
</author>
<published>2019-03-27T21:34:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d5a5a33f12b60129d57f9b423b77d2fcba506834'/>
<id>d5a5a33f12b60129d57f9b423b77d2fcba506834</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
</feed>
