<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Misc, 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-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582)</title>
<updated>2019-12-12T21:40:21+00:00</updated>
<author>
<name>Lysandros Nikolaou</name>
<email>lisandrosnik@gmail.com</email>
</author>
<published>2019-12-12T21:40:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=025a602af7ee284d8db6955c26016f3f27d35536'/>
<id>025a602af7ee284d8db6955c26016f3f27d35536</id>
<content type='text'>
When parsing an "elif" node, lineno and col_offset of the node now point to the "elif" keyword and not to its condition, making it consistent with the "if" node.


https://bugs.python.org/issue39031



Automerge-Triggered-By: @pablogsal</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When parsing an "elif" node, lineno and col_offset of the node now point to the "elif" keyword and not to its condition, making it consistent with the "if" node.


https://bugs.python.org/issue39031



Automerge-Triggered-By: @pablogsal</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)</title>
<updated>2019-12-11T10:30:03+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2019-12-11T10:30:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0d63bacefd2e5b937ec6b0ec3053777c09941b4a'/>
<id>0d63bacefd2e5b937ec6b0ec3053777c09941b4a</id>
<content type='text'>
Replace hardcoded timeout constants in tests with SHORT_TIMEOUT of
test.support, so it's easier to ajdust this timeout for all tests at
once.

SHORT_TIMEOUT is 30 seconds by default, but it can be longer
depending on --timeout command line option.

The change makes almost all timeouts longer, except
test_reap_children() of test_support which is made 2x shorter:
SHORT_TIMEOUT should be enough. If this test starts to fail,
LONG_TIMEOUT should be used instead.

Uniformize also "from test import support" import in some test files.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace hardcoded timeout constants in tests with SHORT_TIMEOUT of
test.support, so it's easier to ajdust this timeout for all tests at
once.

SHORT_TIMEOUT is 30 seconds by default, but it can be longer
depending on --timeout command line option.

The change makes almost all timeouts longer, except
test_reap_children() of test_support which is made 2x shorter:
SHORT_TIMEOUT should be enough. If this test starts to fail,
LONG_TIMEOUT should be used instead.

Uniformize also "from test import support" import in some test files.</pre>
</div>
</content>
</entry>
<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-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)</title>
<updated>2019-12-10T19:32:59+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2019-12-10T19:32:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=07871b256c76ca561554d1f82b430fc64a5c7ee0'/>
<id>07871b256c76ca561554d1f82b430fc64a5c7ee0</id>
<content type='text'>
Replace hardcoded timeout constants in tests with LOOPBACK_TIMEOUT of
test.support, so it's easier to ajdust this timeout for all tests at
once.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace hardcoded timeout constants in tests with LOOPBACK_TIMEOUT of
test.support, so it's easier to ajdust this timeout for all tests at
once.</pre>
</div>
</content>
</entry>
<entry>
<title>Minor fixes to the NEWS entries (GH-17556)</title>
<updated>2019-12-10T16:09:58+00:00</updated>
<author>
<name>Pablo Galindo</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2019-12-10T16:09:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=680068c28896baba36fa7361976e07bb0f588561'/>
<id>680068c28896baba36fa7361976e07bb0f588561</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)</title>
<updated>2019-12-10T00:30:01+00:00</updated>
<author>
<name>JohnnyNajera</name>
<email>58344607+JohnnyNajera@users.noreply.github.com</email>
</author>
<published>2019-12-10T00:30:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bbc4162bafe018f07bab0b624b37974cc33daad9'/>
<id>bbc4162bafe018f07bab0b624b37974cc33daad9</id>
<content type='text'>
This has happened on some versions of Ubuntu.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has happened on some versions of Ubuntu.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)</title>
<updated>2019-12-09T23:22:16+00:00</updated>
<author>
<name>JohnnyNajera</name>
<email>58344607+JohnnyNajera@users.noreply.github.com</email>
</author>
<published>2019-12-09T23:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=232689b40d8fcbbac27c8705607ff482ea5b46f8'/>
<id>232689b40d8fcbbac27c8705607ff482ea5b46f8</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-39002: Fix simple typo: tranlation -&gt; translation (GH-17517)</title>
<updated>2019-12-09T17:42:17+00:00</updated>
<author>
<name>Tim Gates</name>
<email>tim.gates@iress.com</email>
</author>
<published>2019-12-09T17:42:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c18b805ac6a2d22176240ca93982fa1fb6559ec7'/>
<id>c18b805ac6a2d22176240ca93982fa1fb6559ec7</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
</feed>
