<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git, branch travis-macOS</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>Remove macOS tests from Travis.</title>
<updated>2019-09-09T16:57:12+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2019-09-09T16:57:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cc5687dddffe4c06ae314a764412a3e5c6abc903'/>
<id>cc5687dddffe4c06ae314a764412a3e5c6abc903</id>
<content type='text'>
Azure runs macOS, so we don't need Travis to do it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Azure runs macOS, so we don't need Travis to do it.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37383: Updates docs to reflect AsyncMock call_count after await. (#15761)</title>
<updated>2019-09-09T16:54:13+00:00</updated>
<author>
<name>Lisa Roach</name>
<email>lisaroach14@gmail.com</email>
</author>
<published>2019-09-09T16:54:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b9f65f01fd761da7799f36d29b54518399d3458e'/>
<id>b9f65f01fd761da7799f36d29b54518399d3458e</id>
<content type='text'>
* bpo-351428: Updates documentation to reflect AsyncMock call_count after await.

* Adds skip and fixes warning.

* Removes extra &gt;&gt;&gt;.

* Adds ... in front of await mock().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-351428: Updates documentation to reflect AsyncMock call_count after await.

* Adds skip and fixes warning.

* Removes extra &gt;&gt;&gt;.

* Adds ... in front of await mock().
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38018: Increase code coverage for multiprocessing.shared_memory (GH-15662)</title>
<updated>2019-09-09T16:48:55+00:00</updated>
<author>
<name>Vinay Sharma</name>
<email>vinay04sharma@icloud.com</email>
</author>
<published>2019-09-09T16:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d14e39c8d9a9b525c7dcd83b2a260e2707fa85c1'/>
<id>d14e39c8d9a9b525c7dcd83b2a260e2707fa85c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36502: Update link to UAX #44, the Unicode doc on the UCD. (GH-15301)</title>
<updated>2019-09-09T16:37:13+00:00</updated>
<author>
<name>Greg Price</name>
<email>gnprice@gmail.com</email>
</author>
<published>2019-09-09T16:37:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=64c6ac74e254d31f93fcc74bf02b3daa7d3e3f25'/>
<id>64c6ac74e254d31f93fcc74bf02b3daa7d3e3f25</id>
<content type='text'>
The link we have points to the version from Unicode 6.0.0, dated 2010.
There have been numerous updates to it since then:
  https://www.unicode.org/reports/tr44/#Modifications

Change the link to one that points to the current version. Also, use HTTPS.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The link we have points to the version from Unicode 6.0.0, dated 2010.
There have been numerous updates to it since then:
  https://www.unicode.org/reports/tr44/#Modifications

Change the link to one that points to the current version. Also, use HTTPS.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37995: Add an option to ast.dump() to produce a multiline output. (GH-15631)</title>
<updated>2019-09-09T16:33:13+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-09-09T16:33:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=850573b836d5b82d1a1ebe75a635aaa0a3dff997'/>
<id>850573b836d5b82d1a1ebe75a635aaa0a3dff997</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250)</title>
<updated>2019-09-09T16:28:34+00:00</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2019-09-09T16:28:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=92709a263e9cec0bc646ccc1ea051fc528800d8d'/>
<id>92709a263e9cec0bc646ccc1ea051fc528800d8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35941: Fix performance regression in new code (GH-12610)</title>
<updated>2019-09-09T16:06:55+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2019-09-09T16:06:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=915cd3f0696cb8a7206754a8fc34d4cd865a1b4a'/>
<id>915cd3f0696cb8a7206754a8fc34d4cd865a1b4a</id>
<content type='text'>
Accumulate certificates in a set instead of doing a costly list contain
operation. A Windows cert store can easily contain over hundred
certificates. The old code would result in way over 5,000 comparison
operations

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Accumulate certificates in a set instead of doing a costly list contain
operation. A Windows cert store can easily contain over hundred
certificates. The old code would result in way over 5,000 comparison
operations

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37649: Fix exec_prefix check (GH-14897)</title>
<updated>2019-09-09T16:05:21+00:00</updated>
<author>
<name>Orivej Desh</name>
<email>orivej@gmx.fr</email>
</author>
<published>2019-09-09T16:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=09090d04ef8d2f4c94157b852d3d530a51e13d22'/>
<id>09090d04ef8d2f4c94157b852d3d530a51e13d22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix punctuation in `os.execvpe` docstring. (GH-15051)</title>
<updated>2019-09-09T15:58:21+00:00</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2019-09-09T15:58:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fb6807b043ab586428225920373e551b0432bc40'/>
<id>fb6807b043ab586428225920373e551b0432bc40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)</title>
<updated>2019-09-09T15:54:34+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-09-09T15:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=370138ba9c29595df773cc057d17ea26fb6f21bd'/>
<id>370138ba9c29595df773cc057d17ea26fb6f21bd</id>
<content type='text'>
Co-Authored-By: Ammar Askar &lt;ammar_askar@hotmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Ammar Askar &lt;ammar_askar@hotmail.com&gt;</pre>
</div>
</content>
</entry>
</feed>
