<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/eventlet.git/tests/greenpipe_test_with_statement.py, branch dev</title>
<subtitle>github.com: eventlet/eventlet.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/'/>
<entry>
<title>PEP-8 fixes, tox runs pep8 check</title>
<updated>2014-04-23T11:15:22+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2014-04-23T09:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=2da62a16c392898623449bd53413ce804b4cb413'/>
<id>2da62a16c392898623449bd53413ce804b4cb413</id>
<content type='text'>
For now, pep8 check is only run for some files known to be clean,
we should clean the rest and enable pep8 check for all files then.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For now, pep8 check is only run for some files known to be clean,
we should clean the rest and enable pep8 check for all files then.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reimplemented GreenPipe without using file object.</title>
<updated>2010-03-30T04:41:39+00:00</updated>
<author>
<name>amajorek</name>
<email>devnull@localhost</email>
</author>
<published>2010-03-30T04:41:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=b13bf6ce5e59bd489591435417af9c6b8915961d'/>
<id>b13bf6ce5e59bd489591435417af9c6b8915961d</id>
<content type='text'>
file.write is not returning number of bytes writen and partial writes were not handled properly.
New implementation is using os module calls which support partial writes.
It also implements missing calls from file object (like seek, tell, truncate, ...).
The later is not very usefull, because regular files never return EAGAIN.
New GreenPipe can be constructed from int, string or file object.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
file.write is not returning number of bytes writen and partial writes were not handled properly.
New implementation is using os module calls which support partial writes.
It also implements missing calls from file object (like seek, tell, truncate, ...).
The later is not very usefull, because regular files never return EAGAIN.
New GreenPipe can be constructed from int, string or file object.
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved GreenPipe context unit test into separate file. Skip that test in Python versions less than 2.5</title>
<updated>2010-03-04T23:27:19+00:00</updated>
<author>
<name>Scott Robinson</name>
<email>scott@quadhome.com</email>
</author>
<published>2010-03-04T23:27:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=0e69e72d3c6d763fd91793d82f69de3569a1bc93'/>
<id>0e69e72d3c6d763fd91793d82f69de3569a1bc93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
