<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius-git.git/asyncio/test_utils.py, branch subprocess_stream</title>
<subtitle>github.com: jamadden/trollius.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.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.git/commit/?id=a0036120e5d24d49773c093137bc06733ede0369'/>
<id>a0036120e5d24d49773c093137bc06733ede0369</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.git/commit/?id=ce2f7a2aef906d1ebaf04215e5cb1694fc72a600'/>
<id>ce2f7a2aef906d1ebaf04215e5cb1694fc72a600</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.git/commit/?id=ea61917b9d3818f43a20f14671dc293eb0bfe63b'/>
<id>ea61917b9d3818f43a20f14671dc293eb0bfe63b</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.git/commit/?id=33c76df54ae0ba0019eeba56f828c3615b0204f9'/>
<id>33c76df54ae0ba0019eeba56f828c3615b0204f9</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.git/commit/?id=cfabd0335542a3bfc8e18b83d2e971c71c88ba97'/>
<id>cfabd0335542a3bfc8e18b83d2e971c71c88ba97</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.git/commit/?id=f180ac149078622309d012c484d7f8dac7d3737f'/>
<id>f180ac149078622309d012c484d7f8dac7d3737f</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.git/commit/?id=b1416df10d461639ea02731b321b6aa41e448b99'/>
<id>b1416df10d461639ea02731b321b6aa41e448b99</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.git/commit/?id=719de27920ee26fa18bf9773014a8d5806aac5d9'/>
<id>719de27920ee26fa18bf9773014a8d5806aac5d9</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.git/commit/?id=40fea19b145bfe229a41afb5c73fd5ee0ecb795c'/>
<id>40fea19b145bfe229a41afb5c73fd5ee0ecb795c</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.git/commit/?id=9a628953142b09defc163e5ad3bd8c4b1845531a'/>
<id>9a628953142b09defc163e5ad3bd8c4b1845531a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
