summaryrefslogtreecommitdiff
path: root/tests/greenio_test.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added multiple-reader prevention code because it seems to be a fairly common ...Ryan Williams2010-03-151-0/+24
* module eventlet.common moved to eventlet.supportamajorek2010-03-091-1/+1
* typoamajorek2010-03-021-1/+1
* py3k socket send and receives byte type data. They are different from strings...amajorek2010-03-021-24/+23
* py3k - 3.x file object returned by socket.makefile does not allow writes if i...amajorek2010-02-281-13/+18
* New eventlet.common module to create version-neutral layer. For now only get_...amajorek2010-02-281-0/+1
* Merge with latest which_linden tipamajorek2010-02-271-54/+106
|\
| * Skipping these tests for now.Ryan Williams2010-02-261-2/+4
| * MergeRyan Williams2010-02-261-6/+109
| |\
| | * fairness and scheduling tests.jmalicki2010-02-221-8/+112
| * | New module convenience; moved convenience functions in there. Sectioned off ...Ryan Williams2010-02-251-53/+0
* | | py3k - extracting errno from exception wrapped into get_errno function to wor...amajorek2010-02-271-1/+1
|/ /
* | First import of Sergey's serve method. Hacked to fit, a few tests written.Ryan Williams2010-02-251-0/+53
* | Fixed race conditions in timeout tests.Ryan Williams2010-02-251-9/+14
* | fix test_connect_timeout and test_connect_ex_timeout so they ignore errno.EHO...Tavis Rudd2010-02-241-26/+27
* | Tweaked the send_timeout test a little, mostly just so I understand it. Clea...Ryan Williams2010-02-241-10/+8
* | fixes #38. send() and sendall() seem to be good now (i think).Eugene Oden2010-02-241-4/+3
* | working on blocking send, which still isn't quite right reopens #38Eugene Oden2010-02-241-1/+3
* | minor fix for GreenSocket.send(). added socket.timeout arguments. more tests.Eugene Oden2010-02-221-1/+180
* | fixes for greenpipeEugene Oden2010-02-211-1/+33
|/
* Imported Timeout class from gevent, deprecated exc_after, replaced TimeoutErr...Ryan Williams2010-02-151-1/+1
* Moved a test.Ryan Williams2010-01-251-0/+40