<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius.git/examples, 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>Add examples showing how to attach a read or write pipe to a subprocess</title>
<updated>2014-02-01T21:37:13+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-02-01T21:37:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=e7a55ecd30841fcbab7977734642badd7ebbaf06'/>
<id>e7a55ecd30841fcbab7977734642badd7ebbaf06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop call() function</title>
<updated>2014-01-29T22:33:21+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-29T22:33:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=8a5f2c8ae343b839112b5bf32c3c2fab06f651ea'/>
<id>8a5f2c8ae343b839112b5bf32c3c2fab06f651ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Popen.close()</title>
<updated>2014-01-29T22:31:25+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-29T22:31:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=1fff1f388b57ef9b8d1ec7e695e26d5775cd0308'/>
<id>1fff1f388b57ef9b8d1ec7e695e26d5775cd0308</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Rename subprocess_streams.py to subprocess.py to get asyncio.subprocess name</title>
<updated>2014-01-29T16:57:26+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-29T16:57:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=695dc64bb889c407459b848b80129b0cd3ffd669'/>
<id>695dc64bb889c407459b848b80129b0cd3ffd669</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create a Popen object without the protocol methods</title>
<updated>2014-01-29T12:13:45+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-29T12:13:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=275c7436b2faf493eacdfcd691bcab86ea159707'/>
<id>275c7436b2faf493eacdfcd691bcab86ea159707</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add call() function</title>
<updated>2014-01-29T11:46:38+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-29T11:46:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=7e351ae3e9676f3e2e238298a20ee0c4c37813a1'/>
<id>7e351ae3e9676f3e2e238298a20ee0c4c37813a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a communicate() method</title>
<updated>2014-01-29T11:31:29+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-29T11:31:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=f6ffa0eb6eebb57866bd8ad252fe0bafba1fb79b'/>
<id>f6ffa0eb6eebb57866bd8ad252fe0bafba1fb79b</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>Merge with default</title>
<updated>2014-01-29T11:07:18+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-29T11:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=5c8d4f5a112661fde1724bb304a19435d1edd1e2'/>
<id>5c8d4f5a112661fde1724bb304a19435d1edd1e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
