<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius.git/tests/test_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>Normalize whitespace (use "make pep8" to verify).</title>
<updated>2014-01-30T17:55:28+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2014-01-30T17:55:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=7d17abe2b5e50235deed761a329e6dcbeaff774d'/>
<id>7d17abe2b5e50235deed761a329e6dcbeaff774d</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>Unit tests use the main asyncio module instead of submodules like events</title>
<updated>2014-01-24T13:46:00+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-24T13:46:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=912763316f38896d8cb3b35128693b544b087a53'/>
<id>912763316f38896d8cb3b35128693b544b087a53</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>Victor Stinner (CPython issue 19967): Future can have __del__ thanks to PEP 442.</title>
<updated>2013-12-19T21:48:20+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-12-19T21:48:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=473ddf8bdcb745714ce89d11a89a4696eca6b86a'/>
<id>473ddf8bdcb745714ce89d11a89a4696eca6b86a</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>Use more specific asserts for some tests. From CPython issue 19589 by Serhiy Storchaka.</title>
<updated>2013-11-14T21:31:02+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-11-14T21:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=303da11c2b12d36fb2512fbc106f5bad1eb30786'/>
<id>303da11c2b12d36fb2512fbc106f5bad1eb30786</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge</title>
<updated>2013-10-17T19:37:17+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-10-17T19:37:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=c16f2319e53c19e5ddd1e5b98e8960dea658cd22'/>
<id>c16f2319e53c19e5ddd1e5b98e8960dea658cd22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge</title>
<updated>2013-10-17T18:03:03+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-10-17T18:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=76d44537c32b1597ec1b8e6289c316a81e5ec97b'/>
<id>76d44537c32b1597ec1b8e6289c316a81e5ec97b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename tests from foo_test.py to test_foo.py, to match stdlib preference.</title>
<updated>2013-10-14T22:54:49+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@dropbox.com</email>
</author>
<published>2013-10-14T22:54:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=ebe6df4540ab02c25ec19cc6f3c4b164faacc8bf'/>
<id>ebe6df4540ab02c25ec19cc6f3c4b164faacc8bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
