summaryrefslogtreecommitdiff
path: root/tests/greenio_test.py
Commit message (Expand)AuthorAgeFilesLines
* tests: Assume that nonblocking mode might set O_NDELAY to fix SPARCMichał Górny2020-07-011-1/+4
* tests: Unset O_NONBLOCK|O_NDELAY to fix SPARCMichał Górny2020-07-011-3/+5
* tests: F_SETFL does not return flags, use F_GETFL againMichał Górny2020-07-011-1/+2
* external dependencies for six, monotonic, dnspythonnat-goodspeed2018-05-101-1/+2
* moved function eventlet.support.capture_stderr to testsSergey Shepelev2018-03-101-3/+2
* Issue #405: GreenSocket.accept does not notify_open (#406)orishoshan2017-04-171-0/+65
* tests cleanup, CI with Python 3.6Sergey Shepelev2017-01-051-1/+1
* tests: (minor) socket.sendall() needs bytes, not stringSergey Shepelev2016-08-241-1/+1
* wsgi: use buffered wfileSergey Shepelev2016-02-121-0/+35
* little clean upSergey Shepelev2016-02-121-0/+39
* greenio: Fix "TypeError: an integer is required" in sendto()Jakub Stasiak2016-01-241-0/+15
* greenio: Remove sendall-like semantincs from GreenSocket.sendJakub Stasiak2016-01-231-1/+8
* tests: Remove unused codeJakub Stasiak2016-01-231-5/+2
* tests: Clean this test up a bitJakub Stasiak2016-01-111-16/+6
* greenio: Fix missing bufsize parameter for GreenPipePhus Lu2016-01-111-0/+26
* tests: Make the test_closure test less CPU intensiveJakub Stasiak2016-01-101-0/+6
* tests: Make sure recv(from)ing 0 bytes also times outJakub Stasiak2016-01-101-0/+2
* tests: Refactor this assertion into a functionJakub Stasiak2016-01-081-55/+28
* tests: Remove unused variableJakub Stasiak2016-01-081-4/+0
* tests: Remove skipped testsJakub Stasiak2016-01-061-104/+0
* support buflen=-1 and readall like FileIO doesdavidszotten-greenfileio_readallDavid Szotten2015-07-241-0/+15
* greenio: fix fd double close; Thanks to Antonio CuniSergey Shepelev2015-03-311-20/+17
* Python 3 compat: Fix all Travis test failuresdevJakub Stasiak2015-02-131-6/+6
* Python 3 compat: Improve testsJakub Stasiak2015-02-091-11/+15
* fix for already closed socketsDavid Szotten2015-02-081-0/+6
* Fix string concatenation errorsSteven Hardy2014-11-151-0/+32
* pep8: trivial fixesChristoph Gysin2014-11-111-1/+1
* Python 3 compat; Improve WSGI, WS, threading and testsJakub Stasiak2014-11-111-6/+6
* Fix "maximum recursion depth exceeded in GreenSocket.__del__"Jakub Stasiak2014-10-161-1/+19
* Python 3 compat: Improve various bitsJakub Stasiak2014-10-101-6/+6
* Python 3 compatibility fixesJakub Stasiak2014-07-181-9/+9
* tests: deprecated TestCase.assert_() -> assert keywordSergey Shepelev2014-07-161-11/+11
* python3 compatibilitySergey Shepelev2014-04-241-62/+75
* pypy compatibilityJakub Stasiak2014-04-151-12/+11
* python3 compat fixesVictor Sergeyev2014-03-281-4/+4
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-031-12/+12
* hubs: kqueue: squashed fixesEdward George2013-06-091-0/+8
* tests: select socket pair is not writable; Thanks to Yamamoto TakashiSergey Shepelev2013-04-161-1/+7
* tests: Improve tox configuration and setup TravisJakub Stasiak2013-04-121-0/+1
* greenio: Pre-cache proxied GreenSocket methods; Fixes Bitbucket #136; Thanks ...Sergey Shepelev2013-02-011-0/+6
* greenio: socket.dup() made excess fcntl syscalls, added set_nonblocking=True ...Sergey Shepelev2013-01-241-2/+43
* greenio: socket.settimeout(0) then to >0 did not switch back to blocking mode...Sergey Shepelev2013-01-211-0/+23
* greenio: relative seek() typo _get_readahead_len; Thanks to AlanPSergey Shepelev2012-12-141-0/+2
* greenio: pep8, pyflakesSergey Shepelev2012-12-141-63/+76
* Fixes #69, thanks to the solid test case and patch. Added a unit test that v...Ryan Williams2010-12-111-3/+8
* Fixes #66. Not super-happy that it doesn't work in epoll, but haven't crack...Ryan Williams2010-11-201-2/+48
* Split eventlet.green.socket into two modules to support rtyler's greendns workRyan Williams2010-06-241-1/+0
* Added testcases for GreenPipe.seek and truncate, fixed problem with GreenPipe...amajorek2010-03-311-23/+79
* Reimplemented GreenPipe without using file object.amajorek2010-03-301-8/+2
* Added testcase showing broken behavior of GreenPipe object.amajorek2010-03-291-0/+25