<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git, branch benjamin-eval-loop-edit</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-34673: Tweaks to make ceval more editable.</title>
<updated>2018-09-14T04:18:58+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2018-09-12T17:19:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a82218d56095704ae49c549f9e15df4e81de88ad'/>
<id>a82218d56095704ae49c549f9e15df4e81de88ad</id>
<content type='text'>
Two major changes:
- Move case statements out of the TARGET macro.
- Move PREDICT macro invocations after the case label.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Two major changes:
- Move case statements out of the TARGET macro.
- Move PREDICT macro invocations after the case label.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove wording that could be deemed to be perjorative (GH-9287)</title>
<updated>2018-09-14T04:17:40+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2018-09-14T04:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1401018da127c668a607bc63a14e5b6c3156f916'/>
<id>1401018da127c668a607bc63a14e5b6c3156f916</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33649: Polish asyncio subprocess and sync docs (GH-9285)</title>
<updated>2018-09-14T01:28:19+00:00</updated>
<author>
<name>Carol Willing</name>
<email>carolcode@willingconsulting.com</email>
</author>
<published>2018-09-14T01:28:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4e824e96491f33c8a8462aa4970c55942064ae76'/>
<id>4e824e96491f33c8a8462aa4970c55942064ae76</id>
<content type='text'>
Second pass for asyncio subprocess and sync docs.


https://bugs.python.org/issue33649</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Second pass for asyncio subprocess and sync docs.


https://bugs.python.org/issue33649</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274)</title>
<updated>2018-09-13T23:53:49+00:00</updated>
<author>
<name>Andrew Svetlov</name>
<email>andrew.svetlov@gmail.com</email>
</author>
<published>2018-09-13T23:53:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=11194c877c902a6c3b769d85be887c2272e0a541'/>
<id>11194c877c902a6c3b769d85be887c2272e0a541</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (#8907)</title>
<updated>2018-09-13T23:35:56+00:00</updated>
<author>
<name>Michael Felt</name>
<email>aixtools@users.noreply.github.com</email>
</author>
<published>2018-09-13T23:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=413118ebf3162418639a5c4af14b02d26571a02c'/>
<id>413118ebf3162418639a5c4af14b02d26571a02c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>polish exceptions and platforms (GH-9272)</title>
<updated>2018-09-13T23:14:41+00:00</updated>
<author>
<name>Carol Willing</name>
<email>carolcode@willingconsulting.com</email>
</author>
<published>2018-09-13T23:14:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a3c8ba723530ceb3328d184d3e0020534b522778'/>
<id>a3c8ba723530ceb3328d184d3e0020534b522778</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31132: Remove prlimit permission test. (GH-9280)</title>
<updated>2018-09-13T21:53:09+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2018-09-13T21:53:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=01e0afa994c2e840f85e2de103e72a2c0ddf1b1f'/>
<id>01e0afa994c2e840f85e2de103e72a2c0ddf1b1f</id>
<content type='text'>
This test is doesn't work when the test process is privledged, which is hard to detect.





https://bugs.python.org/issue34668</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test is doesn't work when the test process is privledged, which is hard to detect.





https://bugs.python.org/issue34668</pre>
</div>
</content>
</entry>
<entry>
<title>closes bpo-34664: Only check file permission bits of newly created directories. (GH-9273)</title>
<updated>2018-09-13T19:00:14+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2018-09-13T19:00:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=84db4a9978069a98978e9cd7951d1a01d47e5286'/>
<id>84db4a9978069a98978e9cd7951d1a01d47e5286</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34247: add porting note to 3.7 What's New (GH-9223)</title>
<updated>2018-09-13T18:49:47+00:00</updated>
<author>
<name>Ned Deily</name>
<email>nad@python.org</email>
</author>
<published>2018-09-13T18:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=66755cbb1e529f54c9066639ebbbac81add0affd'/>
<id>66755cbb1e529f54c9066639ebbbac81add0affd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34661: Fix test skipping call. (GH-9266)</title>
<updated>2018-09-13T17:57:23+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2018-09-13T17:57:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e78734d579439861f6d7e12f35d268836b2c1e24'/>
<id>e78734d579439861f6d7e12f35d268836b2c1e24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
