| Commit message (Expand) | Author | Age | Files | Lines |
| * | Python 3 compat: Fix all Travis test failuresdev | Jakub Stasiak | 2015-02-13 | 1 | -6/+6 |
| * | Python 3 compat: Improve tests | Jakub Stasiak | 2015-02-09 | 1 | -11/+15 |
| * | fix for already closed sockets | David Szotten | 2015-02-08 | 1 | -0/+6 |
| * | Fix string concatenation errors | Steven Hardy | 2014-11-15 | 1 | -0/+32 |
| * | pep8: trivial fixes | Christoph Gysin | 2014-11-11 | 1 | -1/+1 |
| * | Python 3 compat; Improve WSGI, WS, threading and tests | Jakub Stasiak | 2014-11-11 | 1 | -6/+6 |
| * | Fix "maximum recursion depth exceeded in GreenSocket.__del__" | Jakub Stasiak | 2014-10-16 | 1 | -1/+19 |
| * | Python 3 compat: Improve various bits | Jakub Stasiak | 2014-10-10 | 1 | -6/+6 |
| * | Python 3 compatibility fixes | Jakub Stasiak | 2014-07-18 | 1 | -9/+9 |
| * | tests: deprecated TestCase.assert_() -> assert keyword | Sergey Shepelev | 2014-07-16 | 1 | -11/+11 |
| * | python3 compatibility | Sergey Shepelev | 2014-04-24 | 1 | -62/+75 |
| * | pypy compatibility | Jakub Stasiak | 2014-04-15 | 1 | -12/+11 |
| * | python3 compat fixes | Victor Sergeyev | 2014-03-28 | 1 | -4/+4 |
| * | python3 compat: 2to3: `except E as e:` syntax | Davanum Srinivas | 2013-12-03 | 1 | -12/+12 |
| * | hubs: kqueue: squashed fixes | Edward George | 2013-06-09 | 1 | -0/+8 |
| * | tests: select socket pair is not writable; Thanks to Yamamoto Takashi | Sergey Shepelev | 2013-04-16 | 1 | -1/+7 |
| * | tests: Improve tox configuration and setup Travis | Jakub Stasiak | 2013-04-12 | 1 | -0/+1 |
| * | greenio: Pre-cache proxied GreenSocket methods; Fixes Bitbucket #136; Thanks ... | Sergey Shepelev | 2013-02-01 | 1 | -0/+6 |
| * | greenio: socket.dup() made excess fcntl syscalls, added set_nonblocking=True ... | Sergey Shepelev | 2013-01-24 | 1 | -2/+43 |
| * | greenio: socket.settimeout(0) then to >0 did not switch back to blocking mode... | Sergey Shepelev | 2013-01-21 | 1 | -0/+23 |
| * | greenio: relative seek() typo _get_readahead_len; Thanks to AlanP | Sergey Shepelev | 2012-12-14 | 1 | -0/+2 |
| * | greenio: pep8, pyflakes | Sergey Shepelev | 2012-12-14 | 1 | -63/+76 |
| * | Fixes #69, thanks to the solid test case and patch. Added a unit test that v... | Ryan Williams | 2010-12-11 | 1 | -3/+8 |
| * | Fixes #66. Not super-happy that it doesn't work in epoll, but haven't crack... | Ryan Williams | 2010-11-20 | 1 | -2/+48 |
| * | Split eventlet.green.socket into two modules to support rtyler's greendns work | Ryan Williams | 2010-06-24 | 1 | -1/+0 |
| * | Added testcases for GreenPipe.seek and truncate, fixed problem with GreenPipe... | amajorek | 2010-03-31 | 1 | -23/+79 |
| * | Reimplemented GreenPipe without using file object. | amajorek | 2010-03-30 | 1 | -8/+2 |
| * | Added testcase showing broken behavior of GreenPipe object. | amajorek | 2010-03-29 | 1 | -0/+25 |
| * | Added multiple-reader prevention code because it seems to be a fairly common ... | Ryan Williams | 2010-03-15 | 1 | -0/+24 |
| * | module eventlet.common moved to eventlet.support | amajorek | 2010-03-09 | 1 | -1/+1 |
| * | typo | amajorek | 2010-03-02 | 1 | -1/+1 |
| * | py3k socket send and receives byte type data. They are different from strings... | amajorek | 2010-03-02 | 1 | -24/+23 |
| * | py3k - 3.x file object returned by socket.makefile does not allow writes if i... | amajorek | 2010-02-28 | 1 | -13/+18 |
| * | New eventlet.common module to create version-neutral layer. For now only get_... | amajorek | 2010-02-28 | 1 | -0/+1 |
| * | Merge with latest which_linden tip | amajorek | 2010-02-27 | 1 | -54/+106 |
| |\ |
|
| | * | Skipping these tests for now. | Ryan Williams | 2010-02-26 | 1 | -2/+4 |
| | * | Merge | Ryan Williams | 2010-02-26 | 1 | -6/+109 |
| | |\ |
|
| | | * | fairness and scheduling tests. | jmalicki | 2010-02-22 | 1 | -8/+112 |
| | * | | New module convenience; moved convenience functions in there. Sectioned off ... | Ryan Williams | 2010-02-25 | 1 | -53/+0 |
| * | | | py3k - extracting errno from exception wrapped into get_errno function to wor... | amajorek | 2010-02-27 | 1 | -1/+1 |
| |/ / |
|
| * | | First import of Sergey's serve method. Hacked to fit, a few tests written. | Ryan Williams | 2010-02-25 | 1 | -0/+53 |
| * | | Fixed race conditions in timeout tests. | Ryan Williams | 2010-02-25 | 1 | -9/+14 |
| * | | fix test_connect_timeout and test_connect_ex_timeout so they ignore errno.EHO... | Tavis Rudd | 2010-02-24 | 1 | -26/+27 |
| * | | Tweaked the send_timeout test a little, mostly just so I understand it. Clea... | Ryan Williams | 2010-02-24 | 1 | -10/+8 |
| * | | fixes #38. send() and sendall() seem to be good now (i think). | Eugene Oden | 2010-02-24 | 1 | -4/+3 |
| * | | working on blocking send, which still isn't quite right reopens #38 | Eugene Oden | 2010-02-24 | 1 | -1/+3 |
| * | | minor fix for GreenSocket.send(). added socket.timeout arguments. more tests. | Eugene Oden | 2010-02-22 | 1 | -1/+180 |
| * | | fixes for greenpipe | Eugene Oden | 2010-02-21 | 1 | -1/+33 |
| |/ |
|
| * | Imported Timeout class from gevent, deprecated exc_after, replaced TimeoutErr... | Ryan Williams | 2010-02-15 | 1 | -1/+1 |
| * | Moved a test. | Ryan Williams | 2010-01-25 | 1 | -0/+40 |