<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius.git/asyncio/test_utils.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>Fix granularity of test_utils.TestLoop</title>
<updated>2014-01-30T14:32:54+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-30T14:32:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=ca0ec83ec5b5e38f32daa097000770a973de3cef'/>
<id>ca0ec83ec5b5e38f32daa097000770a973de3cef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a granularity attribute to BaseEventLoop: maximum between the resolution of</title>
<updated>2014-01-25T14:09:38+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-25T14:09:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=ddb87e686bdb64b9ab5322af63cddff959fcaff2'/>
<id>ddb87e686bdb64b9ab5322af63cddff959fcaff2</id>
<content type='text'>
the BaseEventLoop.time() method and the resolution of the selector. The
granuarility is used in the scheduler to round time and deadline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the BaseEventLoop.time() method and the resolution of the selector. The
granuarility is used in the scheduler to round time and deadline.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop Tulip reference.</title>
<updated>2013-12-18T22:43:41+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-12-18T22:43:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=111715faf090873025124e58d2037f8feb715b2b'/>
<id>111715faf090873025124e58d2037f8feb715b2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate import.</title>
<updated>2013-12-07T23:58:30+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-12-07T23:58:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=78ec40f3117d2414a19413a94b3b3764d82a8aef'/>
<id>78ec40f3117d2414a19413a94b3b3764d82a8aef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SSL hostname checking changes from CPython repo by Christian Heimes.</title>
<updated>2013-12-06T20:59:35+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-12-06T20:59:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=aa5f43ffaaf94b9c18f25a69051f22507bdaaa7d'/>
<id>aa5f43ffaaf94b9c18f25a69051f22507bdaaa7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Incorporate selectors.py refactoring from CPython repo.</title>
<updated>2013-12-03T01:26:25+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-12-03T01:26:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=8fa817af554f99fec64384d3864dda2ae167eb37'/>
<id>8fa817af554f99fec64384d3864dda2ae167eb37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CPython issue #19297: fix resource warnings.  Patch by Vajrasky Kok.</title>
<updated>2013-10-21T03:25:04+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-10-21T03:25:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=aa6f405843ef03f56b7301a8bcb2c59bba1b266d'/>
<id>aa6f405843ef03f56b7301a8bcb2c59bba1b266d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CPython issue #19305: fix sporadic test_asyncio failure on FreeBSD 10.0.</title>
<updated>2013-10-21T03:16:12+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-10-21T03:16:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=eca675e084e1e6552fe0a31d5487a90173e12167'/>
<id>eca675e084e1e6552fe0a31d5487a90173e12167</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-17T20:42:24+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-10-17T20:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=908f80abaa8af90463f42a3d3466adb11acdce16'/>
<id>908f80abaa8af90463f42a3d3466adb11acdce16</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>
</feed>
