<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius-git.git, branch subproces-stream</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>Branch replaced with subprocess_stream branch</title>
<updated>2014-01-28T01:10:14+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-28T01:10:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=a16bc82f60238164e7cf150df6b2f12479d75348'/>
<id>a16bc82f60238164e7cf150df6b2f12479d75348</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix SubprocessStreamProtocol.wait() if transport is not set yet</title>
<updated>2014-01-27T17:57:01+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-27T17:57:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=9c1fcea925bb8dbdf914ca6a52efece9aa1c492d'/>
<id>9c1fcea925bb8dbdf914ca6a52efece9aa1c492d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pipe protocols now notify the subprocess protocol using futures instead of</title>
<updated>2014-01-27T17:56:39+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-27T17:56:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=5dcabf749096e71c8d5c4847971a62f1a49ce3be'/>
<id>5dcabf749096e71c8d5c4847971a62f1a49ce3be</id>
<content type='text'>
callbacks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
callbacks
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup code</title>
<updated>2014-01-27T17:15:49+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-27T17:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=2fafa33db99cadc0b003acfb32be15d5edb89954'/>
<id>2fafa33db99cadc0b003acfb32be15d5edb89954</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove useless eof_received() method and useless WritePipeStream class</title>
<updated>2014-01-27T16:23:07+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-27T16:23:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=4f5b47e0d9b11fcd8d56c4822de41618310c09cb'/>
<id>4f5b47e0d9b11fcd8d56c4822de41618310c09cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Oops, create_read_pipe_protocol/create_write_pipe_protocol should be defined on</title>
<updated>2014-01-26T23:24:17+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-26T23:24:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=6115dbbf0ff001c46f4a506e27943eb244e432bd'/>
<id>6115dbbf0ff001c46f4a506e27943eb244e432bd</id>
<content type='text'>
the subprocess protocol, not on the subprocess transport
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the subprocess protocol, not on the subprocess transport
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove pipe_connection_made() from SubprocessProtocol</title>
<updated>2014-01-26T23:20:03+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-26T23:20:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=d0dc9668f65e9857dcb319e0b96b8e2858139006'/>
<id>d0dc9668f65e9857dcb319e0b96b8e2858139006</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge with default</title>
<updated>2014-01-26T23:14:21+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-26T23:14:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=e7475d992d9930ee90593ebc43e47bdb493522d4'/>
<id>e7475d992d9930ee90593ebc43e47bdb493522d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the artificial _pipe_connection_made() method</title>
<updated>2014-01-26T23:12:01+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-26T23:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=9d7712c0b7816f33fa0d81bb1c254781d5f71575'/>
<id>9d7712c0b7816f33fa0d81bb1c254781d5f71575</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace read/write_pipe_protocol attributes with classic methods</title>
<updated>2014-01-26T22:58:14+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-26T22:58:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=ad03389e8fefefd02edf8c868ed7b6f90405dea1'/>
<id>ad03389e8fefefd02edf8c868ed7b6f90405dea1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
