<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/asyncio, 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-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>bpo-34630: Skip logging SSL certificate errors by asyncio code (GH-9169)</title>
<updated>2018-09-12T21:03:54+00:00</updated>
<author>
<name>Andrew Svetlov</name>
<email>andrew.svetlov@gmail.com</email>
</author>
<published>2018-09-12T21:03:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0dd71807a98c4a86ece2aea869ea99f09204b16b'/>
<id>0dd71807a98c4a86ece2aea869ea99f09204b16b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34638: Store a weak reference to stream reader to break strong references loop (GH-9201)</title>
<updated>2018-09-12T18:43:04+00:00</updated>
<author>
<name>Andrew Svetlov</name>
<email>andrew.svetlov@gmail.com</email>
</author>
<published>2018-09-12T18:43:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a5d1eb8d8b7add31b5f5d9bbb31cee1a491b2c08'/>
<id>a5d1eb8d8b7add31b5f5d9bbb31cee1a491b2c08</id>
<content type='text'>
Store a weak reference to stream readerfor breaking strong references

It breaks the strong reference loop between reader and protocol and allows to detect and close the socket if the stream is deleted (garbage collected)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Store a weak reference to stream readerfor breaking strong references

It breaks the strong reference loop between reader and protocol and allows to detect and close the socket if the stream is deleted (garbage collected)
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)</title>
<updated>2018-09-11T17:13:04+00:00</updated>
<author>
<name>Andrew Svetlov</name>
<email>andrew.svetlov@gmail.com</email>
</author>
<published>2018-09-11T17:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0baa72f4b2e7185298d09cf64c7b591efcd22af0'/>
<id>0baa72f4b2e7185298d09cf64c7b591efcd22af0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34270: Make it possible to name asyncio tasks (GH-8547)</title>
<updated>2018-08-08T21:06:47+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2018-08-08T21:06:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cca4eec3c0a67cbfeaf09182ea6c097a94891ff6'/>
<id>cca4eec3c0a67cbfeaf09182ea6c097a94891ff6</id>
<content type='text'>
Co-authored-by: Antti Haapala &lt;antti.haapala@anttipatterns.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Antti Haapala &lt;antti.haapala@anttipatterns.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532)</title>
<updated>2018-07-31T14:06:12+00:00</updated>
<author>
<name>MartinAltmayer</name>
<email>martin.altmayer@web.de</email>
</author>
<published>2018-07-31T14:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=944451cd8d3e897138f4b43569de13cd081ee251'/>
<id>944451cd8d3e897138f4b43569de13cd081ee251</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33833: Fix ProactorSocketTransport AssertionError (#7893)</title>
<updated>2018-07-30T18:58:50+00:00</updated>
<author>
<name>twisteroid ambassador</name>
<email>twisteroidambassador@users.noreply.github.com</email>
</author>
<published>2018-07-30T18:58:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9045199c5aaeac9b52537581be127d999b5944ee'/>
<id>9045199c5aaeac9b52537581be127d999b5944ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (GH-8533)</title>
<updated>2018-07-30T10:42:43+00:00</updated>
<author>
<name>Elvis Pranskevichus</name>
<email>elvis@magic.io</email>
</author>
<published>2018-07-30T10:42:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=22d25085db2590932b3664ca32ab82c08f2eb2db'/>
<id>22d25085db2590932b3664ca32ab82c08f2eb2db</id>
<content type='text'>
Various asyncio internals expect that the default executor is a
`ThreadPoolExecutor`, so deprecate passing anything else to
`loop.set_default_executor()`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Various asyncio internals expect that the default executor is a
`ThreadPoolExecutor`, so deprecate passing anything else to
`loop.set_default_executor()`.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)</title>
<updated>2018-06-29T01:59:32+00:00</updated>
<author>
<name>Yury Selivanov</name>
<email>yury@magic.io</email>
</author>
<published>2018-06-29T01:59:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d904c238ca3551750cb97d15d827c3e525970867'/>
<id>d904c238ca3551750cb97d15d827c3e525970867</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30805: Avoid race condition with debug logging (GH-7545)</title>
<updated>2018-06-08T22:24:37+00:00</updated>
<author>
<name>Yury Selivanov</name>
<email>yury@magic.io</email>
</author>
<published>2018-06-08T22:24:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=12f482e0ae33021c04264294f33fa6baa9617cec'/>
<id>12f482e0ae33021c04264294f33fa6baa9617cec</id>
<content type='text'>
Supersedes https://github.com/python/cpython/pull/2490</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Supersedes https://github.com/python/cpython/pull/2490</pre>
</div>
</content>
</entry>
</feed>
