<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius.git/tests/test_selectors.py, branch master</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>test_selectors: use asyncio.test_support if test.support is missing</title>
<updated>2015-01-20T23:21:25+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-20T23:21:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=55e0486067997cf6ef5df5d19e6ef8a630fe1733'/>
<id>55e0486067997cf6ef5df5d19e6ef8a630fe1733</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python issue #23209, #23225: selectors.BaseSelector.get_key() now raises a</title>
<updated>2015-01-13T09:04:24+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-13T09:04:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=81052bee65e9e1c687d9052e64e8c0928dde950b'/>
<id>81052bee65e9e1c687d9052e64e8c0928dde950b</id>
<content type='text'>
RuntimeError if the selector is closed. And selectors.BaseSelector.close() now
clears its internal reference to the selector mapping to break a reference
cycle. Initial patch written by Martin Richard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RuntimeError if the selector is closed. And selectors.BaseSelector.close() now
clears its internal reference to the selector mapping to break a reference
cycle. Initial patch written by Martin Richard.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace test_selectors.py with the file of Python 3.5 adapted for asyncio and</title>
<updated>2015-01-09T14:16:08+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-09T14:16:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=c1d8fa36d1fe74e4c357d7421c997c834d717af6'/>
<id>c1d8fa36d1fe74e4c357d7421c997c834d717af6</id>
<content type='text'>
Python 3.3

* Use time.time if time.monotonic is not available
* Get socketpair from asyncio.test_utils
* Get selectors from asyncio.selectors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.3

* Use time.time if time.monotonic is not available
* Get socketpair from asyncio.test_utils
* Get selectors from asyncio.selectors
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pyflakes warnings: remove unused imports and variables</title>
<updated>2014-12-19T21:20:44+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-12-19T21:20:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=7020608553aa29f0a6075482d6b99c0c7f26d9d3'/>
<id>7020608553aa29f0a6075482d6b99c0c7f26d9d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace "unittest.mock" with "mock" in unit tests</title>
<updated>2014-02-26T09:22:59+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-02-26T09:22:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=b23f5dabab1f7a5e241d348bca8d0aabf2c77a29'/>
<id>b23f5dabab1f7a5e241d348bca8d0aabf2c77a29</id>
<content type='text'>
Use "from unittest import mock". It should simplify my work to merge new tests
in Trollius, because Trollius uses "mock" backport for Python 2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use "from unittest import mock". It should simplify my work to merge new tests
in Trollius, because Trollius uses "mock" backport for Python 2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove scories of resolution/granularity</title>
<updated>2014-02-09T00:25:02+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-02-09T00:25:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=2f79cefd97852f882f56542c00d5d3b423708e59'/>
<id>2f79cefd97852f882f56542c00d5d3b423708e59</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>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>Improved tests for selectors.py by Arnaud Faure.</title>
<updated>2013-11-07T17:20:46+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-11-07T17:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=aed036c1a70aa5ec8081e2888afe321d615b61a4'/>
<id>aed036c1a70aa5ec8081e2888afe321d615b61a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make various asyncio test files individually runnable.</title>
<updated>2013-10-21T03:22:16+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-10-21T03:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=fd8201444a3c3a9d612e4c81525c5a20605f1530'/>
<id>fd8201444a3c3a9d612e4c81525c5a20605f1530</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
