<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius.git/asyncio/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>Cleanup gather()</title>
<updated>2015-01-08T23:58:42+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-08T23:58:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=db86ad7a5b953309a66fd78d022cd08de74fff16'/>
<id>db86ad7a5b953309a66fd78d022cd08de74fff16</id>
<content type='text'>
Use public methods instead of hacks to consume the exception of a future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use public methods instead of hacks to consume the exception of a future.
</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>Python issue #22475: fix Task.get_stack() doc</title>
<updated>2014-12-04T21:56:40+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-12-04T21:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=66cb3be4fe21708525f2ee702ab2ffe3ca032e56'/>
<id>66cb3be4fe21708525f2ee702ab2ffe3ca032e56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize more Future and Task attributes in the class definition to avoid</title>
<updated>2014-12-04T21:24:08+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-12-04T21:24:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=9219b93259584f3bca41ba2daccf702c911c2597'/>
<id>9219b93259584f3bca41ba2daccf702c911c2597</id>
<content type='text'>
attribute errors in destructors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
attribute errors in destructors.
</pre>
</div>
</content>
</entry>
<entry>
<title>tasks.py: Sync comments updates from cpython tree</title>
<updated>2014-09-25T03:16:48+00:00</updated>
<author>
<name>Yury Selivanov</name>
<email>yselivanov@sprymix.com</email>
</author>
<published>2014-09-25T03:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=f71bd582d8342a6a3afe458675d58f411b661a1d'/>
<id>f71bd582d8342a6a3afe458675d58f411b661a1d</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>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>
<entry>
<title>Python issue 21163: Ignore "destroy pending task" warnings for private tasks in</title>
<updated>2014-07-16T16:35:33+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-07-16T16:35:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=0c18e36da4dd14bd3094f1112d75e3a11097d7b8'/>
<id>0c18e36da4dd14bd3094f1112d75e3a11097d7b8</id>
<content type='text'>
asyncio.gather().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
asyncio.gather().
</pre>
</div>
</content>
</entry>
</feed>
