<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius.git/tests/test_streams.py, branch trollius</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>Merge Tulip into Trollius</title>
<updated>2015-01-21T22:53:15+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-21T22:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=f026bdedd2c704fdc1e1b64fc1fc69546158d4d4'/>
<id>f026bdedd2c704fdc1e1b64fc1fc69546158d4d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Remove unused function; inline another function</title>
<updated>2015-01-16T16:36:47+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-16T16:36:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=4d108a6bcf3e529b61141026029034cc61a9f1de'/>
<id>4d108a6bcf3e529b61141026029034cc61a9f1de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix StreamReader._wait_for_data()</title>
<updated>2015-01-15T19:54:20+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-15T19:54:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=e527866ceec0ef6b10eb1697b331b273a8ac738b'/>
<id>e527866ceec0ef6b10eb1697b331b273a8ac738b</id>
<content type='text'>
Return if we got data or EOF before waiting for data.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Return if we got data or EOF before waiting for data.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge Tulip into Trollius</title>
<updated>2015-01-15T16:38:04+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-15T16:38:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=524c413df4b46c6f9858c1e24013de11e8dcbc60'/>
<id>524c413df4b46c6f9858c1e24013de11e8dcbc60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tulip issue #184: FlowControlMixin constructor now get the event loop if the</title>
<updated>2015-01-09T14:41:50+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-09T14:41:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=5473e038528e3b29db2dfc2b30370abc17ee1843'/>
<id>5473e038528e3b29db2dfc2b30370abc17ee1843</id>
<content type='text'>
loop parameter is not set

Add unit tests to ensure that constructor of StreamReader and
StreamReaderProtocol classes get the event loop.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
loop parameter is not set

Add unit tests to ensure that constructor of StreamReader and
StreamReaderProtocol classes get the event loop.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge Tulip into Trollius</title>
<updated>2015-01-09T00:48:55+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-09T00:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=fe1cbba19f976b4f9da2ffc2fd8f5f257a6388a2'/>
<id>fe1cbba19f976b4f9da2ffc2fd8f5f257a6388a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Truncate to 80 columns</title>
<updated>2015-01-08T23:02:52+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-08T23:02:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=bc2b6d110b2f6ca0645cb2503652dc19bfc4a9c1'/>
<id>bc2b6d110b2f6ca0645cb2503652dc19bfc4a9c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge with Tulip</title>
<updated>2014-06-18T00:25:23+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-06-18T00:25:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=fa61d94bb23d74924ca9bb8883ec0ce97ecadc94'/>
<id>fa61d94bb23d74924ca9bb8883ec0ce97ecadc94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor tests: add a base TestCase class</title>
<updated>2014-06-17T23:32:10+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-06-17T23:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=830f91fafb1f2b2ea4be28be6fd8bac9bed53dd4'/>
<id>830f91fafb1f2b2ea4be28be6fd8bac9bed53dd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace asyncio with trollius</title>
<updated>2014-05-20T13:41:44+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-05-20T13:41:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=4dfe02a3890b51f3c5476d1fa6ada2d0a4d2cf1e'/>
<id>4dfe02a3890b51f3c5476d1fa6ada2d0a4d2cf1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
