<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius-git.git, branch remove-joinable-queue</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>Closed branch remove-joinable-queue</title>
<updated>2015-02-14T14:47:49+00:00</updated>
<author>
<name>A. Jesse Jiryu Davis</name>
<email>jesse@mongodb.com</email>
</author>
<published>2015-02-14T14:47:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=8422f4e4f91a986288070e1c518953c1c9b81259'/>
<id>8422f4e4f91a986288070e1c518953c1c9b81259</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 #220: Restore JoinableQueue as a deprecated alias for Queue.</title>
<updated>2015-02-14T14:38:17+00:00</updated>
<author>
<name>A. Jesse Jiryu Davis</name>
<email>jesse@mongodb.com</email>
</author>
<published>2015-02-14T14:38:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=d9c50ebe146984cd3e14d27863133fe7d8d4cc6f'/>
<id>d9c50ebe146984cd3e14d27863133fe7d8d4cc6f</id>
<content type='text'>
To more closely match the standard Queue, asyncio.Queue has "join" and "task_done".
JoinableQueue remains as a deprecated alias for Queue to avoid needlessly breaking
too much code that depended on it.
</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 remains as a deprecated alias for Queue to avoid needlessly breaking
too much code that depended on it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Docstring for Queue.join shouldn't mention threads.</title>
<updated>2015-01-24T04:31:27+00:00</updated>
<author>
<name>A. Jesse Jiryu Davis</name>
<email>jesse@mongodb.com</email>
</author>
<published>2015-01-24T04:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=dc19c32eb65881e18d15e7e357bda881700542d6'/>
<id>dc19c32eb65881e18d15e7e357bda881700542d6</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 #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.git/commit/?id=a4aa7c1e86fe288b7786c2afe8c64e1775cb2382'/>
<id>a4aa7c1e86fe288b7786c2afe8c64e1775cb2382</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>Tulip issue #219: Fix comments in simple_tcp_server.py example</title>
<updated>2015-01-23T01:59:20+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-23T01:59:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=86bbe9e5844677c734994239acdbd19499bc67bd'/>
<id>86bbe9e5844677c734994239acdbd19499bc67bd</id>
<content type='text'>
Fixing some comments. The server listens on 12345 and client connects
on 12345, but the comments state 1234. Patch written by bryan.neff.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixing some comments. The server listens on 12345 and client connects
on 12345, but the comments state 1234. Patch written by bryan.neff.
</pre>
</div>
</content>
</entry>
<entry>
<title>Python issue #23293: Cleanup IocpProactor.close()</title>
<updated>2015-01-23T00:14:44+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-23T00:14:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=adc9c3e0995cb0ea68faeb1cbc39e68ca9d2d2c2'/>
<id>adc9c3e0995cb0ea68faeb1cbc39e68ca9d2d2c2</id>
<content type='text'>
The special case for connect_pipe() is not more needed. connect_pipe() doesn't
use overlapped operations anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The special case for connect_pipe() is not more needed. connect_pipe() doesn't
use overlapped operations anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Close transports on error</title>
<updated>2015-01-22T23:52:06+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-22T23:52:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=995e2c1ac445c018dc0f8279e7f5b691cbc97c3a'/>
<id>995e2c1ac445c018dc0f8279e7f5b691cbc97c3a</id>
<content type='text'>
Fix create_datagram_endpoint(), connect_read_pipe() and connect_write_pipe():
close the transport if the task is cancelled or on error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix create_datagram_endpoint(), connect_read_pipe() and connect_write_pipe():
close the transport if the task is cancelled or on error.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tulip issue #204: Fix IocpProactor.accept_pipe()</title>
<updated>2015-01-22T22:35:14+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-22T22:35:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=8b4b4f1fd83c33c645d58660756a4ed6bac5b174'/>
<id>8b4b4f1fd83c33c645d58660756a4ed6bac5b174</id>
<content type='text'>
Overlapped.ConnectNamedPipe() now returns a boolean: True if the pipe is
connected (if ConnectNamedPipe() failed with ERROR_PIPE_CONNECTED), False if
the connection is in progress.

This change removes multiple hacks in IocpProactor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Overlapped.ConnectNamedPipe() now returns a boolean: True if the pipe is
connected (if ConnectNamedPipe() failed with ERROR_PIPE_CONNECTED), False if
the connection is in progress.

This change removes multiple hacks in IocpProactor.
</pre>
</div>
</content>
</entry>
<entry>
<title>Python issue #23293: Rewrite IocpProactor.connect_pipe()</title>
<updated>2015-01-22T08:44:29+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-22T08:44:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=8f386cd5fd5410b076845665ec8211541b827638'/>
<id>8f386cd5fd5410b076845665ec8211541b827638</id>
<content type='text'>
Add _overlapped.ConnectPipe() which tries to connect to the pipe for
asynchronous I/O (overlapped): call CreateFile() in a loop until it doesn't
fail with ERROR_PIPE_BUSY. Use an increasing delay between 1 ms and 100 ms.

Remove Overlapped.WaitNamedPipeAndConnect() which is no more used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add _overlapped.ConnectPipe() which tries to connect to the pipe for
asynchronous I/O (overlapped): call CreateFile() in a loop until it doesn't
fail with ERROR_PIPE_BUSY. Use an increasing delay between 1 ms and 100 ms.

Remove Overlapped.WaitNamedPipeAndConnect() which is no more used.
</pre>
</div>
</content>
</entry>
<entry>
<title>release.py: Fix help</title>
<updated>2015-01-22T09:00:03+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-22T09:00:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=bb31eae65a094c5fa8fc6e53d89404815216ccb8'/>
<id>bb31eae65a094c5fa8fc6e53d89404815216ccb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
