<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/socketmodule.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] closes bpo-25041: Document AF_PACKET socket address format. (GH-9209)</title>
<updated>2018-09-12T05:36:09+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2018-09-12T05:36:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a00de685c11cf8bdca1f8efa7aab80552d80ddfb'/>
<id>a00de685c11cf8bdca1f8efa7aab80552d80ddfb</id>
<content type='text'>
(cherry picked from commit 731ff68eeef58babdf2b32dc9a73b141760c2be9)

Co-authored-by: Cheryl Sabella &lt;cheryl.sabella@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 731ff68eeef58babdf2b32dc9a73b141760c2be9)

Co-authored-by: Cheryl Sabella &lt;cheryl.sabella@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c` on Windows (GH-5120)</title>
<updated>2018-05-18T17:38:19+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2018-05-18T17:38:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=09eb6fe8fdd2515546b933902aef36b72d417ace'/>
<id>09eb6fe8fdd2515546b933902aef36b72d417ace</id>
<content type='text'>
(cherry picked from commit af11a15c586e980a157c04ee60b6e33dc7228f3f)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit af11a15c586e980a157c04ee60b6e33dc7228f3f)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix _socket module compilation on Cygwin. (GH-4137) (GH-4145)</title>
<updated>2018-02-26T20:24:18+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2018-02-26T20:24:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e650fd362ee7753ca906e1d92121a165ce45ecb6'/>
<id>e650fd362ee7753ca906e1d92121a165ce45ecb6</id>
<content type='text'>
(cherry picked from commit 63ae04461fb0cc93ca57cd151103a8dd295581d6)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 63ae04461fb0cc93ca57cd151103a8dd295581d6)</pre>
</div>
</content>
</entry>
<entry>
<title>[3.6] bpo-32394: Remove some TCP options on older version Windows. (GH-5585)</title>
<updated>2018-02-26T18:13:51+00:00</updated>
<author>
<name>animalize</name>
<email>animalize@users.noreply.github.com</email>
</author>
<published>2018-02-26T18:13:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1278c21f5234477aab21531773d65ca7ebd1b81f'/>
<id>1278c21f5234477aab21531773d65ca7ebd1b81f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)</title>
<updated>2018-02-04T02:00:24+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2018-02-04T02:00:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c90a5dec03fbef3a26479c800d5d6d15c44d5afb'/>
<id>c90a5dec03fbef3a26479c800d5d6d15c44d5afb</id>
<content type='text'>
 Fix typos found by codespell in docs, docstrings, and comments.
Fixes for the following files were in post-3.6 code and not backported:
Lib/ctypes/_aix.py (new), Lib/test/test_concurrent_futures.py,
Modules/_asynciomodule.c, Modules/_pickle.c, Objects/obmalloc.c.

(cherry picked from commit c3d9508ff22ece9a96892b628dd5813e2fb0cd80)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Fix typos found by codespell in docs, docstrings, and comments.
Fixes for the following files were in post-3.6 code and not backported:
Lib/ctypes/_aix.py (new), Lib/test/test_concurrent_futures.py,
Modules/_asynciomodule.c, Modules/_pickle.c, Objects/obmalloc.c.

(cherry picked from commit c3d9508ff22ece9a96892b628dd5813e2fb0cd80)
</pre>
</div>
</content>
</entry>
<entry>
<title>[3.6] bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (GH-4235) (#4352)</title>
<updated>2017-11-09T19:40:29+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-11-09T19:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=596286f8f3c8e53ef010d6298464775dc900a515'/>
<id>596286f8f3c8e53ef010d6298464775dc900a515</id>
<content type='text'>
* Fix compilation of the socket module on NetBSD 8.
* Fix the assertion failure or reading arbitrary data when parse
  a AF_BLUETOOTH address on NetBSD and DragonFly BSD.
* Fix other potential errors and make the code more reliable.
(cherry picked from commit d3187158c09cf899e9849f335bdff10594209167)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix compilation of the socket module on NetBSD 8.
* Fix the assertion failure or reading arbitrary data when parse
  a AF_BLUETOOTH address on NetBSD and DragonFly BSD.
* Fix other potential errors and make the code more reliable.
(cherry picked from commit d3187158c09cf899e9849f335bdff10594209167)</pre>
</div>
</content>
</entry>
<entry>
<title>[3.6] bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more functions (GH-4026) (#4032)</title>
<updated>2017-10-18T09:09:57+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2017-10-18T09:09:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=be4e9cc769aac3cb46670c049b9f21e412be53d1'/>
<id>be4e9cc769aac3cb46670c049b9f21e412be53d1</id>
<content type='text'>
Fix timeout rounding in time.sleep(), threading.Lock.acquire() and
socket.socket.settimeout() to round correctly negative timeouts between -1.0 and
0.0. The functions now block waiting for events as expected. Previously, the
call was incorrectly non-blocking.
(cherry picked from commit 59af94fa61bf90adbe624508e909b5d6ef6e8464)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix timeout rounding in time.sleep(), threading.Lock.acquire() and
socket.socket.settimeout() to round correctly negative timeouts between -1.0 and
0.0. The functions now block waiting for events as expected. Previously, the
call was incorrectly non-blocking.
(cherry picked from commit 59af94fa61bf90adbe624508e909b5d6ef6e8464)</pre>
</div>
</content>
</entry>
<entry>
<title>[3.6] bpo-31393: Fix the use of PyUnicode_READY(). (GH-3451). (#3453)</title>
<updated>2017-09-08T07:43:54+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-09-08T07:43:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ddb536ba7b7c6022424e39d666c3cc81772645c0'/>
<id>ddb536ba7b7c6022424e39d666c3cc81772645c0</id>
<content type='text'>
(cherry picked from commit e3b2b4b8d9e751b49e3550cb83ba39b54fdc377c)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit e3b2b4b8d9e751b49e3550cb83ba39b54fdc377c)</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30319: socket.close() now ignores ECONNRESET (#2565) (#2566)</title>
<updated>2017-07-04T14:46:10+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2017-07-04T14:46:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=580cd5cd3603317d294a881628880a92ea221334'/>
<id>580cd5cd3603317d294a881628880a92ea221334</id>
<content type='text'>
socket.close() was modified in Python 3.6 to raise OSError on
failure: see bpo-26685.
(cherry picked from commit 67e1478dba6efe60b8e1890192014b8b06dd6bd9)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
socket.close() was modified in Python 3.6 to raise OSError on
failure: see bpo-26685.
(cherry picked from commit 67e1478dba6efe60b8e1890192014b8b06dd6bd9)</pre>
</div>
</content>
</entry>
<entry>
<title>Backport bpo-30205 to 3.6 (#1403)</title>
<updated>2017-05-02T22:14:29+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>pitrou@free.fr</email>
</author>
<published>2017-05-02T22:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0c2ff0898db2db9cd9c643dfadbff11761bacf5f'/>
<id>0c2ff0898db2db9cd9c643dfadbff11761bacf5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
