| Commit message (Expand) | Author | Age | Files | Lines |
| * | tests: Assume that nonblocking mode might set O_NDELAY to fix SPARC | Michał Górny | 2020-07-01 | 1 | -1/+4 |
| * | tests: Unset O_NONBLOCK|O_NDELAY to fix SPARC | Michał Górny | 2020-07-01 | 1 | -3/+5 |
| * | tests: F_SETFL does not return flags, use F_GETFL again | Michał Górny | 2020-07-01 | 1 | -1/+2 |
| * | external dependencies for six, monotonic, dnspython | nat-goodspeed | 2018-05-10 | 1 | -1/+2 |
| * | moved function eventlet.support.capture_stderr to tests | Sergey Shepelev | 2018-03-10 | 1 | -3/+2 |
| * | Issue #405: GreenSocket.accept does not notify_open (#406) | orishoshan | 2017-04-17 | 1 | -0/+65 |
| * | tests cleanup, CI with Python 3.6 | Sergey Shepelev | 2017-01-05 | 1 | -1/+1 |
| * | tests: (minor) socket.sendall() needs bytes, not string | Sergey Shepelev | 2016-08-24 | 1 | -1/+1 |
| * | wsgi: use buffered wfile | Sergey Shepelev | 2016-02-12 | 1 | -0/+35 |
| * | little clean up | Sergey Shepelev | 2016-02-12 | 1 | -0/+39 |
| * | greenio: Fix "TypeError: an integer is required" in sendto() | Jakub Stasiak | 2016-01-24 | 1 | -0/+15 |
| * | greenio: Remove sendall-like semantincs from GreenSocket.send | Jakub Stasiak | 2016-01-23 | 1 | -1/+8 |
| * | tests: Remove unused code | Jakub Stasiak | 2016-01-23 | 1 | -5/+2 |
| * | tests: Clean this test up a bit | Jakub Stasiak | 2016-01-11 | 1 | -16/+6 |
| * | greenio: Fix missing bufsize parameter for GreenPipe | Phus Lu | 2016-01-11 | 1 | -0/+26 |
| * | tests: Make the test_closure test less CPU intensive | Jakub Stasiak | 2016-01-10 | 1 | -0/+6 |
| * | tests: Make sure recv(from)ing 0 bytes also times out | Jakub Stasiak | 2016-01-10 | 1 | -0/+2 |
| * | tests: Refactor this assertion into a function | Jakub Stasiak | 2016-01-08 | 1 | -55/+28 |
| * | tests: Remove unused variable | Jakub Stasiak | 2016-01-08 | 1 | -4/+0 |
| * | tests: Remove skipped tests | Jakub Stasiak | 2016-01-06 | 1 | -104/+0 |
| * | support buflen=-1 and readall like FileIO doesdavidszotten-greenfileio_readall | David Szotten | 2015-07-24 | 1 | -0/+15 |
| * | greenio: fix fd double close; Thanks to Antonio Cuni | Sergey Shepelev | 2015-03-31 | 1 | -20/+17 |
| * | 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 |