<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/eventlet.git/tests/test__greenness.py, branch python3</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>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>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://91.123.203.49/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>python3 compatibility: print function</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:27:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=1b9f0f0edb285be01bc570b1f64ee2aa2cba49db'/>
<id>1b9f0f0edb285be01bc570b1f64ee2aa2cba49db</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>py3k - corrections for deprecation warnings reported by python2.6 -3.</title>
<updated>2010-03-09T13:45:37+00:00</updated>
<author>
<name>amajorek</name>
<email>devnull@localhost</email>
</author>
<published>2010-03-09T13:45:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=37e992ceeea780f77674ef303d2d248b5db82c65'/>
<id>37e992ceeea780f77674ef303d2d248b5db82c65</id>
<content type='text'>
- integer division
- repr instead of `
Added __hash__ to speedy Proxy funtions - 3.x requires __hash__ if __eq__ is defined.
Found problem with comparing two proxy objects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- integer division
- repr instead of `
Added __hash__ to speedy Proxy funtions - 3.x requires __hash__ if __eq__ is defined.
Found problem with comparing two proxy objects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some deprecation warnings</title>
<updated>2010-02-24T00:51:09+00:00</updated>
<author>
<name>Chris AtLee</name>
<email>catlee@mozilla.com</email>
</author>
<published>2010-02-24T00:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=5d99a00d1c480f59f45cfeb967d2de4da59f6ad7'/>
<id>5d99a00d1c480f59f45cfeb967d2de4da59f6ad7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor fix for GreenSocket.send().  added socket.timeout arguments.  more tests.</title>
<updated>2010-02-23T04:46:00+00:00</updated>
<author>
<name>Eugene Oden</name>
<email>eugeneoden@gmail.com</email>
</author>
<published>2010-02-23T04:46:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=05ac779256b598c303d3b87da6d4ecdf4541da22'/>
<id>05ac779256b598c303d3b87da6d4ecdf4541da22</id>
<content type='text'>
GreenSocket.send() wasn't blocking properly or raising a socket.timeout if the
send buffer is full.  added a call to trampoline()

added tests for several GreenSocket methods to check for proper socket.timeout
behavior

fixed a couple of other tests with changed behavior due to the send() fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GreenSocket.send() wasn't blocking properly or raising a socket.timeout if the
send buffer is full.  added a call to trampoline()

added tests for several GreenSocket methods to check for proper socket.timeout
behavior

fixed a couple of other tests with changed behavior due to the send() fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed copyright headers from individual files, added LICENSE and AUTHORS files to give credit instead.  Linked authors list into documentation.</title>
<updated>2009-10-04T06:53:41+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>rdw@lindenlab.com</email>
</author>
<published>2009-10-04T06:53:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=86cdeeb9867a8687b48a7771f4101b31a1d612cf'/>
<id>86cdeeb9867a8687b48a7771f4101b31a1d612cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Found yet another case of port hardcoding...it's difficult to see these so I keep coming across new ones.</title>
<updated>2009-10-01T22:40:46+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>rdw@lindenlab.com</email>
</author>
<published>2009-10-01T22:40:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=15789fda99384046bc985eeeaa49343f1d1a8bed'/>
<id>15789fda99384046bc985eeeaa49343f1d1a8bed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Many testing-related changes, switched completely over to using nose, added docs on how to run the tests.</title>
<updated>2009-09-10T05:39:24+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>rdw@lindenlab.com</email>
</author>
<published>2009-09-10T05:39:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=f0b3941c3b1f5eeee9e8b0fd2e60439d768c342b'/>
<id>f0b3941c3b1f5eeee9e8b0fd2e60439d768c342b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
