<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius.git/tests/test_tasks.py, branch remove-joinable-queue</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>Python issue #23219: cancelling wait_for() now cancels the task</title>
<updated>2015-01-15T15:25:54+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-15T15:25:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=d0b9679f9198df2bfef2e9faaed70d68f9067271'/>
<id>d0b9679f9198df2bfef2e9faaed70d68f9067271</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>CPython doesn't have asyncio.test_support</title>
<updated>2014-12-26T20:16:17+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-12-26T20:16:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=3d86bdf32a2e8e0fab6ccfb2475a526f82313f61'/>
<id>3d86bdf32a2e8e0fab6ccfb2475a526f82313f61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>asyncio.test_support now uses test.support and test.script_helper if available</title>
<updated>2014-12-19T21:18:09+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-12-19T21:18:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=4fa9288ec5981f329c8d96c2965c3cb3a361cd1f'/>
<id>4fa9288ec5981f329c8d96c2965c3cb3a361cd1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy a subset of test.support from CPython 3.5 to no more depend on the test</title>
<updated>2014-12-18T11:28:08+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-12-18T11:28:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=5fb15e5a4ba08dfa7a1985422578ca1da88eefdd'/>
<id>5fb15e5a4ba08dfa7a1985422578ca1da88eefdd</id>
<content type='text'>
module to run the asyncio test suite. The test module is rarely installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
module to run the asyncio test suite. The test module is rarely installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>test_tasks: Fix test_env_var_debug to use correct asyncio module (issue #207)</title>
<updated>2014-09-25T23:09:54+00:00</updated>
<author>
<name>Yury Selivanov</name>
<email>yselivanov@sprymix.com</email>
</author>
<published>2014-09-25T23:09:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=07e4a472d8ddbc4f82083663598c73d03cd8e802'/>
<id>07e4a472d8ddbc4f82083663598c73d03cd8e802</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 #201: Fix a race condition in wait_for()</title>
<updated>2014-08-28T09:14:14+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-08-28T09:14:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=dc641c8e14fac41d01c2daec9e76b2543debd05a'/>
<id>dc641c8e14fac41d01c2daec9e76b2543debd05a</id>
<content type='text'>
Don't raise a TimeoutError if we reached the timeout and the future completed
in the same iteration of the event loop. A side effect of the bug is that
Queue.get() looses items.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't raise a TimeoutError if we reached the timeout and the future completed
in the same iteration of the event loop. A side effect of the bug is that
Queue.get() looses items.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enhance representation of Future and Future subclasses</title>
<updated>2014-07-29T10:49:33+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-07-29T10:49:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=9d8976897d1a550d3296809c08d4c6f6f04348c7'/>
<id>9d8976897d1a550d3296809c08d4c6f6f04348c7</id>
<content type='text'>
* Add "created at filename:lineno" in the representation
* Add Future._repr_info() method which can be more easily overriden than
  Future.__repr__(). It should now be more easy to enhance Future
  representation without having to modify each subclass. For example,
  _OverlappedFuture and _WaitHandleFuture get the new "created at" information.
* Use reprlib to format Future result, and function arguments when formatting a
  callback, to limit the length of the representation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add "created at filename:lineno" in the representation
* Add Future._repr_info() method which can be more easily overriden than
  Future.__repr__(). It should now be more easy to enhance Future
  representation without having to modify each subclass. For example,
  _OverlappedFuture and _WaitHandleFuture get the new "created at" information.
* Use reprlib to format Future result, and function arguments when formatting a
  callback, to limit the length of the representation.
</pre>
</div>
</content>
</entry>
<entry>
<title>test_as_completed(): disable "slow callback" warning</title>
<updated>2014-07-16T16:53:50+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-07-16T16:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=212721366614b4d9d79d91f9bf53d48ca96f7837'/>
<id>212721366614b4d9d79d91f9bf53d48ca96f7837</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 21163: Fix "destroy pending task" warning in test_wait_errors()</title>
<updated>2014-07-16T16:50:01+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-07-16T16:50:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=f43e821a251b00ae88d7a7b1bfc55cbebb4f0fe3'/>
<id>f43e821a251b00ae88d7a7b1bfc55cbebb4f0fe3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
