<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius.git/examples/subprocess_shell.py, branch subprocess_stream</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>Export PIPE, STDOUT and DEVNULL constants in asyncio.subprocess</title>
<updated>2014-01-29T16:58:59+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-29T16:58:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=f0ea4926a9d1872b93c82034c758ac11904fdfe7'/>
<id>f0ea4926a9d1872b93c82034c758ac11904fdfe7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to my latested patch subprocess_streams-3.patch</title>
<updated>2014-01-29T11:08:30+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-29T11:08:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=5ee198317eaf312ffc5734e51d99417a78fd69a5'/>
<id>5ee198317eaf312ffc5734e51d99417a78fd69a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't create pipes for stdin, stdout, stderr by default</title>
<updated>2014-01-28T16:56:52+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-28T16:56:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=5ae59fc169c26b11bb7d87f52fa4b9bce8502c52'/>
<id>5ae59fc169c26b11bb7d87f52fa4b9bce8502c52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add get_pid(), get_subprocess() and close() methods to SubprocessStreamProtocol</title>
<updated>2014-01-28T16:27:40+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-28T16:27:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=c4f18e035d8667383f43e478d303aaecfc1c4780'/>
<id>c4f18e035d8667383f43e478d303aaecfc1c4780</id>
<content type='text'>
Helper functions now only return the protocol, not the transport anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Helper functions now only return the protocol, not the transport anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing import</title>
<updated>2014-01-28T01:34:18+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-28T01:34:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=024b4875b965df122e2e153e53788eebea56cbaa'/>
<id>024b4875b965df122e2e153e53788eebea56cbaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>subprocess_shell example: use proactor event loop on Windows</title>
<updated>2014-01-28T01:33:53+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-28T01:33:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=291ebb52955eb1dc9085ad3e5295a565ecd1aca6'/>
<id>291ebb52955eb1dc9085ad3e5295a565ecd1aca6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>subprocess_shell example: catch BrokenPipeError and ConnectionResetError</title>
<updated>2014-01-28T01:09:53+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-28T01:09:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=8358a44aec532c613548a33a2a17d27266b92ae7'/>
<id>8358a44aec532c613548a33a2a17d27266b92ae7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite subprocess_shell example to use the subprocess_stream module</title>
<updated>2014-01-28T01:09:13+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-28T01:09:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=8d8382ab1ab02a6a12d2e85a7047102b952e9a14'/>
<id>8d8382ab1ab02a6a12d2e85a7047102b952e9a14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply Guido's my_subprocess_3.patch</title>
<updated>2014-01-28T01:07:44+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-28T01:07:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=11925ffe5c9893ff19597aac90742fb0a3cb537e'/>
<id>11925ffe5c9893ff19597aac90742fb0a3cb537e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
