<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/eventlet.git/eventlet/green/subprocess.py, branch python3-clean</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>Python 3 compat: Improve subprocess, WSGI and tests</title>
<updated>2014-10-13T21:05:09+00:00</updated>
<author>
<name>Jakub Stasiak</name>
<email>jakub@stasiak.at</email>
</author>
<published>2014-10-11T18:46:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=d19770ec6413fd6677101eec4c916bba5adf7ea1'/>
<id>d19770ec6413fd6677101eec4c916bba5adf7ea1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Python3: __bool__, im_code, im_func</title>
<updated>2014-04-24T10:00:14+00:00</updated>
<author>
<name>Victor Sergeyev</name>
<email>viktor.sergeyev@gmail.com</email>
</author>
<published>2014-04-23T11:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=fb6b46dea0b6a5c7ff83058c492095e3c351a54d'/>
<id>fb6b46dea0b6a5c7ff83058c492095e3c351a54d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>green: subprocess: do not use `new` module for compatibility with Python3</title>
<updated>2014-04-15T11:06:39+00:00</updated>
<author>
<name>Viktors</name>
<email>viktor.sergeyev@gmail.com</email>
</author>
<published>2014-04-12T15:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=417e2cc129038676a357a43742218f47a4e2cad3'/>
<id>417e2cc129038676a357a43742218f47a4e2cad3</id>
<content type='text'>
Module `new` was removed in python 3 so we should
remove it's usage due to py3 compability

https://github.com/eventlet/eventlet/pull/87
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Module `new` was removed in python 3 so we should
remove it's usage due to py3 compability

https://github.com/eventlet/eventlet/pull/87
</pre>
</div>
</content>
</entry>
<entry>
<title>python3 compat: remove lots of Python 2.5 and earlier dependent code; use print() function syntax</title>
<updated>2013-12-03T18:36:29+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2013-10-07T12:48:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=d2bbbd79d3f903fbff59f09467af681d5b9282cf'/>
<id>d2bbbd79d3f903fbff59f09467af681d5b9282cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3 compat: 2to3: `except E as e:` syntax</title>
<updated>2013-12-03T18:31:55+00:00</updated>
<author>
<name>Davanum Srinivas</name>
<email>dims@linux.vnet.ibm.com</email>
</author>
<published>2013-09-23T02:56:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=80633ab22486228a64184bb9d8d6fd0ea7977677'/>
<id>80633ab22486228a64184bb9d8d6fd0ea7977677</id>
<content type='text'>
First step to Python 3 compatibility
"2to3 -w -f except ." See [1]

[1] http://docs.python.org/2/library/2to3.html#fixers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First step to Python 3 compatibility
"2to3 -w -f except ." See [1]

[1] http://docs.python.org/2/library/2to3.html#fixers
</pre>
</div>
</content>
</entry>
<entry>
<title>green: subprocess: patch _communicate_with_{poll,select} methods</title>
<updated>2013-06-10T09:20:09+00:00</updated>
<author>
<name>Edward George</name>
<email>edwardgeorge@gmail.com</email>
</author>
<published>2013-04-05T22:24:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=e11157a442accc322d752889d84ddfce7b7fec93'/>
<id>e11157a442accc322d752889d84ddfce7b7fec93</id>
<content type='text'>
https://github.com/eventlet/eventlet/pull/24
eventlet.green.subprocess.Popen.communicate() was broken in python 2.7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/eventlet/eventlet/pull/24
eventlet.green.subprocess.Popen.communicate() was broken in python 2.7
</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>
<entry>
<title>Don't attempt to wrap GreenPipes in GreenPipe</title>
<updated>2011-02-14T10:10:55+00:00</updated>
<author>
<name>Soren Hansen</name>
<email>soren@linux2go.dk</email>
</author>
<published>2011-02-14T10:10:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=cead2439016a3877ebe691dc5abed5b1540e8660'/>
<id>cead2439016a3877ebe691dc5abed5b1540e8660</id>
<content type='text'>
If the os module is monkeypatched, Python's standard subprocess module
will return greenio.GreenPipe instances for Popen objects' stdin, stdout,
and stderr attributes. However, eventlet.green.subprocess tries to wrap
these attributes in another greenio.GreenPipe, which GreenPipe refuses.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the os module is monkeypatched, Python's standard subprocess module
will return greenio.GreenPipe instances for Popen objects' stdin, stdout,
and stderr attributes. However, eventlet.green.subprocess tries to wrap
these attributes in another greenio.GreenPipe, which GreenPipe refuses.
</pre>
</div>
</content>
</entry>
<entry>
<title>A wrapper method to correctly handle the default value for input on 2.4.</title>
<updated>2010-07-23T23:47:05+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>breath@alum.mit.edu</email>
</author>
<published>2010-07-23T23:47:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=ba6b31a4366b10dd23172c9aebbbbe36264fc4ac'/>
<id>ba6b31a4366b10dd23172c9aebbbbe36264fc4ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
