<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc, branch fix-namedexpr-comment</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>bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568)</title>
<updated>2019-12-11T01:05:10+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-12-11T01:05:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b7a0109cd2bafaa21a4d50aad307e901c68f9156'/>
<id>b7a0109cd2bafaa21a4d50aad307e901c68f9156</id>
<content type='text'>
* bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 including improved docs for custom finders and better serialization support in EntryPoints.

* 📜🤖 Added by blurb_it.

* Correct module reference
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 including improved docs for custom finders and better serialization support in EntryPoints.

* 📜🤖 Added by blurb_it.

* Correct module reference
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-27961: Replace PY_ULLONG_MAX with ULLONG_MAX (GH-17539)</title>
<updated>2019-12-09T20:22:19+00:00</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2019-12-09T20:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a2ff283d519be11f50220885ddc4d029eb8cb0a0'/>
<id>a2ff283d519be11f50220885ddc4d029eb8cb0a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39007: Add auditing events to functions in winreg (GH-17541)</title>
<updated>2019-12-09T19:18:12+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2019-12-09T19:18:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ee17e3735634c5fe15a43f897707de8011618627'/>
<id>ee17e3735634c5fe15a43f897707de8011618627</id>
<content type='text'>
Also allows winreg.CloseKey() to accept same types as other functions.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also allows winreg.CloseKey() to accept same types as other functions.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a deprecation warning (GH-17540)</title>
<updated>2019-12-09T19:05:39+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2019-12-09T19:05:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b8cbe74c3498c617f0e73fd0cdc5c07f2c532092'/>
<id>b8cbe74c3498c617f0e73fd0cdc5c07f2c532092</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (#17311)</title>
<updated>2019-12-09T14:21:10+00:00</updated>
<author>
<name>Kyle Stanley</name>
<email>aeros167@gmail.com</email>
</author>
<published>2019-12-09T14:21:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ab513a38c98695f271e448fe2cb7c5e39eeaaaaf'/>
<id>ab513a38c98695f271e448fe2cb7c5e39eeaaaaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)</title>
<updated>2019-12-09T13:09:14+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2019-12-09T13:09:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0131aba5ae20d704b972ecd2ef0fc6c9e370a1b3'/>
<id>0131aba5ae20d704b972ecd2ef0fc6c9e370a1b3</id>
<content type='text'>
array.array: Remove tostring() and fromstring() methods.  They were
aliases to tobytes() and frombytes(), deprecated since Python 3.2.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
array.array: Remove tostring() and fromstring() methods.  They were
aliases to tobytes() and frombytes(), deprecated since Python 3.2.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)</title>
<updated>2019-12-08T07:38:16+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2019-12-08T07:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6cac1136665b70f72db291b95876d7affcf1d2db'/>
<id>6cac1136665b70f72db291b95876d7affcf1d2db</id>
<content type='text'>
test.support: run_python_until_end(), assert_python_ok() and
assert_python_failure() functions no longer strip whitespaces from
stderr.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test.support: run_python_until_end(), assert_python_ok() and
assert_python_failure() functions no longer strip whitespaces from
stderr.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190)</title>
<updated>2019-12-07T16:59:36+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2019-12-07T16:59:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2b7de6696bf2f924cd2cd9ff0a539c8aa37c6244'/>
<id>2b7de6696bf2f924cd2cd9ff0a539c8aa37c6244</id>
<content type='text'>
test_openssl_version now accepts version 3.0.0.

getpeercert() no longer returns IPv6 addresses with a trailing new line.

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;


https://bugs.python.org/issue38820</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test_openssl_version now accepts version 3.0.0.

getpeercert() no longer returns IPv6 addresses with a trailing new line.

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;


https://bugs.python.org/issue38820</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29636: json.tool: Add document for indentation options. (GH-17482)</title>
<updated>2019-12-07T14:14:40+00:00</updated>
<author>
<name>Daniel Himmelstein</name>
<email>daniel.himmelstein@gmail.com</email>
</author>
<published>2019-12-07T14:14:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=15fb7fa88187f5841088721a43609bffe64a8dc7'/>
<id>15fb7fa88187f5841088721a43609bffe64a8dc7</id>
<content type='text'>
And updated test to use subprocess.run</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And updated test to use subprocess.run</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38652: Remove provisional note for asyncio.BufferedProtocol (GH-17047)</title>
<updated>2019-12-07T12:53:12+00:00</updated>
<author>
<name>Anj-A</name>
<email>2017anj@gmail.com</email>
</author>
<published>2019-12-07T12:53:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4443450fdaf248427cf4a00a6ee36229e6402ec6'/>
<id>4443450fdaf248427cf4a00a6ee36229e6402ec6</id>
<content type='text'>
https://bugs.python.org/issue38652</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.python.org/issue38652</pre>
</div>
</content>
</entry>
</feed>
