<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/eventlet.git/tests/subprocess_test.py, branch pull-331</title>
<subtitle>github.com: eventlet/eventlet.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/'/>
<entry>
<title>patcher: certain order of import subprocess and monkey_patch breaks .communicate()</title>
<updated>2016-01-24T18:36:38+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2016-01-24T18:27:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=8ea9df6b9f6a13bb47feb35bacc60968c5ce4b43'/>
<id>8ea9df6b9f6a13bb47feb35bacc60968c5ce4b43</id>
<content type='text'>
https://github.com/eventlet/eventlet/issues/290
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/eventlet/eventlet/issues/290
</pre>
</div>
</content>
</entry>
<entry>
<title>subprocess: support universal_newlines</title>
<updated>2015-09-15T22:55:32+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2015-09-13T10:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=5a4a7ead2435025e2c727c902d7e985be0204417'/>
<id>5a4a7ead2435025e2c727c902d7e985be0204417</id>
<content type='text'>
https://github.com/eventlet/eventlet/issues/243
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/eventlet/eventlet/issues/243
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not close fileno if GreenFileIO marked as closed</title>
<updated>2015-03-18T09:43:26+00:00</updated>
<author>
<name>Victor Sergeyev</name>
<email>vsergeyev@mirantis.com</email>
</author>
<published>2015-03-18T09:34:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=06c450e87225923c3a89860d1777a6f9bad6cbdd'/>
<id>06c450e87225923c3a89860d1777a6f9bad6cbdd</id>
<content type='text'>
Fast-and-dirty attempt to fix issue #204
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fast-and-dirty attempt to fix issue #204
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop skipping a test unnecessarily</title>
<updated>2015-02-11T22:03:52+00:00</updated>
<author>
<name>Jakub Stasiak</name>
<email>jakub@stasiak.at</email>
</author>
<published>2015-02-11T22:03:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=b4d385aec9c96cba1fdd062ac6802480f45ce244'/>
<id>b4d385aec9c96cba1fdd062ac6802480f45ce244</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos detected by toolkit misspellings</title>
<updated>2015-02-07T15:41:47+00:00</updated>
<author>
<name>ChangBo Guo(gcb)</name>
<email>eric.guo@easystack.cn</email>
</author>
<published>2015-01-24T02:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=3866cd88e46e8332b04f30c89d99de1d94ab5c24'/>
<id>3866cd88e46e8332b04f30c89d99de1d94ab5c24</id>
<content type='text'>
* pip install misspellings
* git ls-files | grep -v locale | misspellings -f -

Closes GH #194
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pip install misspellings
* git ls-files | grep -v locale | misspellings -f -

Closes GH #194
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix __str__ method on the TimeoutExpired exception class. Also fix argument</title>
<updated>2014-11-12T13:17:29+00:00</updated>
<author>
<name>Tomaz Muraus</name>
<email>tomaz@tomaz.me</email>
</author>
<published>2014-11-12T09:30:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=6d7633366b14575fd7a56e263e253e066c5cd998'/>
<id>6d7633366b14575fd7a56e263e253e066c5cd998</id>
<content type='text'>
order in the class constructor so it uses the same order as the actual class
from Python 3.3 and above.

TimeoutExpired from Python 3.3 takes arguments in the following order:
cmd, timeout, output.

See https://github.com/python/cpython/blob/master/Lib/subprocess.py#L388
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
order in the class constructor so it uses the same order as the actual class
from Python 3.3 and above.

TimeoutExpired from Python 3.3 takes arguments in the following order:
cmd, timeout, output.

See https://github.com/python/cpython/blob/master/Lib/subprocess.py#L388
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP-8 fixes</title>
<updated>2014-08-27T06:21:55+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2014-07-18T11:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=203e629212be5cf6e53d577734421d494b255754'/>
<id>203e629212be5cf6e53d577734421d494b255754</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: subprocess.communicate block on Python 2.7</title>
<updated>2013-06-13T08:12:19+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2013-06-10T09:21:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=25812fca81113e23973dcc6dcef61f8abece77aa'/>
<id>25812fca81113e23973dcc6dcef61f8abece77aa</id>
<content type='text'>
https://github.com/eventlet/eventlet/pull/24
+ PEP8 fix tabs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/eventlet/eventlet/pull/24
+ PEP8 fix tabs
</pre>
</div>
</content>
</entry>
<entry>
<title>green: subprocess: Popen.wait accepts new `timeout` kwarg</title>
<updated>2013-06-07T08:35:34+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2013-06-04T13:17:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=3c8440209d26bf22d3a4884a19f3e1967797d4cb'/>
<id>3c8440209d26bf22d3a4884a19f3e1967797d4cb</id>
<content type='text'>
As in Python 3.3 http://docs.python.org/3.3/library/subprocess.html#subprocess.Popen.wait
https://bitbucket.org/eventlet/eventlet/issue/89/add-a-timeout-argument-to-subprocesspopen
https://bitbucket.org/eventlet/eventlet/pull-request/30
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As in Python 3.3 http://docs.python.org/3.3/library/subprocess.html#subprocess.Popen.wait
https://bitbucket.org/eventlet/eventlet/issue/89/add-a-timeout-argument-to-subprocesspopen
https://bitbucket.org/eventlet/eventlet/pull-request/30
</pre>
</div>
</content>
</entry>
</feed>
