<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius.git/tests, 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>Tulip issue #220: Merge JoinableQueue with Queue.</title>
<updated>2015-01-24T04:30:31+00:00</updated>
<author>
<name>A. Jesse Jiryu Davis</name>
<email>jesse@mongodb.com</email>
</author>
<published>2015-01-24T04:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=63efd76c158790c22f102b684e9b055d5679cf72'/>
<id>63efd76c158790c22f102b684e9b055d5679cf72</id>
<content type='text'>
To more closely match the standard Queue, asyncio.Queue has "join" and
"task_done". JoinableQueue is deleted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To more closely match the standard Queue, asyncio.Queue has "join" and
"task_done". JoinableQueue is deleted.
</pre>
</div>
</content>
</entry>
<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>Enhance BaseProactorEventLoop._loop_self_reading()</title>
<updated>2015-01-16T16:45:51+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-16T16:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=59f9d6021eeb4817181c8aa9f6a9b795c6f5660d'/>
<id>59f9d6021eeb4817181c8aa9f6a9b795c6f5660d</id>
<content type='text'>
* Handle correctly CancelledError: just exit
* On error, log the exception and exit

Don't try to close the event loop, it is probably running and so it cannot be
closed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Handle correctly CancelledError: just exit
* On error, log the exception and exit

Don't try to close the event loop, it is probably running and so it cannot be
closed.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Remove unused function; inline another function</title>
<updated>2015-01-16T16:36:47+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-16T16:36:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=4d108a6bcf3e529b61141026029034cc61a9f1de'/>
<id>4d108a6bcf3e529b61141026029034cc61a9f1de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22685: Fix test_pause_reading() of test_subprocess</title>
<updated>2015-01-15T21:59:13+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-15T21:59:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=c727ba13637dcadb6bb3a4cdf537657205dd9c4e'/>
<id>c727ba13637dcadb6bb3a4cdf537657205dd9c4e</id>
<content type='text'>
Override the connect_read_pipe() method of the loop to mock immediatly
pause_reading() and resume_reading() methods.

The test failed randomly on FreeBSD 9 buildbot and on Windows using trollius.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Override the connect_read_pipe() method of the loop to mock immediatly
pause_reading() and resume_reading() methods.

The test failed randomly on FreeBSD 9 buildbot and on Windows using trollius.
</pre>
</div>
</content>
</entry>
<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>Close transports in tests</title>
<updated>2015-01-15T13:23:32+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-15T13:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=e70e384fcebeb63a4fc0e690e47b4d24437a5c95'/>
<id>e70e384fcebeb63a4fc0e690e47b4d24437a5c95</id>
<content type='text'>
* Use test_utils.run_briefly() to execute pending calls to really close
  transports
* sslproto: mock also _SSLPipe.shutdown(), it's need to close the transport
* pipe test: the test doesn't close explicitly the PipeHandle, so ignore
  the warning instead
* test_popen: use the context manager ("with p:") to explicitly close pipes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use test_utils.run_briefly() to execute pending calls to really close
  transports
* sslproto: mock also _SSLPipe.shutdown(), it's need to close the transport
* pipe test: the test doesn't close explicitly the PipeHandle, so ignore
  the warning instead
* test_popen: use the context manager ("with p:") to explicitly close pipes
</pre>
</div>
</content>
</entry>
<entry>
<title>Python issue #23243: Close explicitly transports in tests</title>
<updated>2015-01-15T12:08:17+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-15T12:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=f20d9b867e1bf0da4d9b453c6eb3d5c5135069ab'/>
<id>f20d9b867e1bf0da4d9b453c6eb3d5c5135069ab</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 #23243: Close explicitly event loops in tests</title>
<updated>2015-01-15T12:10:31+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-15T12:10:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=419ebd1308cd5086bc8bcb5199a4051b905ae9c0'/>
<id>419ebd1308cd5086bc8bcb5199a4051b905ae9c0</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 #23243: Fix _UnixWritePipeTransport.close()</title>
<updated>2015-01-15T11:54:49+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-15T11:54:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=1acecaf9ed3ad034135ba55ee886f77cdc741f88'/>
<id>1acecaf9ed3ad034135ba55ee886f77cdc741f88</id>
<content type='text'>
Do nothing if the transport is already closed. Before it was not possible to
close the transport twice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do nothing if the transport is already closed. Before it was not possible to
close the transport twice.
</pre>
</div>
</content>
</entry>
</feed>
