<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius.git/asyncio/tasks.py, branch subprocess_stream</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/trollius-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/'/>
<entry>
<title>Move async() call back to its original position. Issue 117.</title>
<updated>2014-01-28T23:53:08+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2014-01-28T23:53:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=3ab1b949dd9396af166d9a8a8485cc93a250952f'/>
<id>3ab1b949dd9396af166d9a8a8485cc93a250952f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wait_for() now accepts None as timeout</title>
<updated>2014-01-28T22:59:56+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-28T22:59:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=b61102260d5fb2a4c221797bb475154c05cab61b'/>
<id>b61102260d5fb2a4c221797bb475154c05cab61b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wait_for() now cancels the future on timeout. Patch written by Gustavo</title>
<updated>2014-01-22T22:00:47+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-22T22:00:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=7d7cd62df6ed616494e66dee1b53cbcf2107bf1d'/>
<id>7d7cd62df6ed616494e66dee1b53cbcf2107bf1d</id>
<content type='text'>
Carneiro.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Carneiro.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reincarnate CoroWrapper's docstring as a comment.</title>
<updated>2014-01-16T19:04:07+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2014-01-16T19:04:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=2e8562ea8a986c741f2821dc9c585be227499093'/>
<id>2e8562ea8a986c741f2821dc9c585be227499093</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix CoroWrapper (fix my previous commit)</title>
<updated>2014-01-16T00:56:31+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-16T00:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=cae7c974b58fd23dfc5ec1270b48349855bcb8f8'/>
<id>cae7c974b58fd23dfc5ec1270b48349855bcb8f8</id>
<content type='text'>
Add __name__ and __doc__ to __slots__
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add __name__ and __doc__ to __slots__
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #104: Fix a typo in CoroWrapper</title>
<updated>2014-01-16T00:36:55+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-16T00:36:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=ed1c459daaf8d345a97f94c79efd8c43b9661af2'/>
<id>ed1c459daaf8d345a97f94c79efd8c43b9661af2</id>
<content type='text'>
__slot__ =&gt; __slots__
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
__slot__ =&gt; __slots__
</pre>
</div>
</content>
</entry>
<entry>
<title>Export iscoroutine[function].</title>
<updated>2013-12-28T18:05:10+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-12-28T18:05:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=290144c80d4e623ede5f2723aceae113e236e941'/>
<id>290144c80d4e623ede5f2723aceae113e236e941</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Task.current_task([loop]). By Vladimir Kryachko.</title>
<updated>2013-12-05T23:34:27+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-12-05T23:34:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=aa779f4695780b0e0fc9bd1d61529a5737b0313e'/>
<id>aa779f4695780b0e0fc9bd1d61529a5737b0313e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'shield' to __all__. Fixes issue 91.</title>
<updated>2013-11-29T17:27:15+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-11-29T17:27:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=2ce623ff61a27d19f5e8f367370a3d1bd903cd8f'/>
<id>2ce623ff61a27d19f5e8f367370a3d1bd903cd8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fold some long lines.</title>
<updated>2013-10-30T18:10:02+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-10-30T18:10:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=d005ef7caa7ae08271c050c0d0bba51d95c22763'/>
<id>d005ef7caa7ae08271c050c0d0bba51d95c22763</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
