summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* greenio: socket.recv() could return str; Thanks to jerzyksocket_recv_strSergey Shepelev2015-09-062-4/+32
* wsgi: better error for chunk read failuresSamuel Merritt2015-08-101-0/+64
* support buflen=-1 and readall like FileIO doesdavidszotten-greenfileio_readallDavid Szotten2015-07-241-0/+15
* Port eventlet.green.OpenSSL to Python 3py3_opensslVictor Stinner2015-06-301-0/+17
* wsgi: UNIX socket address was trimmed in "wsgi starting" log; Thanks to Ihar ...gh-235Sergey Shepelev2015-06-021-0/+16
* ssl: incorrect initalization of default context; Thanks to stuart-mclarengh-226Sergey Shepelev2015-05-021-0/+3
* Issue #223: Fix threading monkey-patching on py3.4Victor Stinner2015-04-092-0/+27
* Fix threading.Condition with monkey-patchingVictor Stinner2015-04-052-0/+27
* greenio: fix fd double close; Thanks to Antonio CuniSergey Shepelev2015-03-312-20/+39
* Do not close fileno if GreenFileIO marked as closedVictor Sergeyev2015-03-181-0/+19
* greendns: Python3 compatibilityv17.1-rc1Sergey Shepelev2015-02-251-26/+39
* greendns: fix (remove) dns.name importSergey Shepelev2015-02-252-92/+114
* tests/isolated for tests sandboxed in separate python processSergey Shepelev2015-02-2510-151/+141
* tpool: make sure we return results during killallDavid Szotten2015-02-211-1/+17
* semaphore: Don't hog a semaphore if someone else is waiting for ittmShaun Stanworth2015-02-211-1/+20
* greendns: IPv6 support, improved handling of /etc/hostsbb-40-greendns-ipv6Floris Bruynooghe2015-02-202-10/+804
* green.socket: create_connection() was wrapping all exceptions in socket.error...Sergey Shepelev2015-02-131-0/+10
* Python 3 compat: Fix all Travis test failuresdevJakub Stasiak2015-02-135-25/+59
* Tests: Provide listener details on nonempty hubJakub Stasiak2015-02-121-4/+14
* Stop skipping a test unnecessarilyJakub Stasiak2015-02-111-3/+3
* Python 3 compat: Fix patcher and hub testsJakub Stasiak2015-02-101-4/+5
* Python 3 compat: Improve testsJakub Stasiak2015-02-091-11/+15
* Use keyword argument here to make it easier to readJakub Stasiak2015-02-091-1/+1
* fix for already closed socketsDavid Szotten2015-02-081-0/+6
* Fix typos detected by toolkit misspellingsChangBo Guo(gcb)2015-02-075-6/+6
* Handle EPIPE errors during tests when remote end closes connectionissue178Johannes Erdfelt2014-12-221-12/+17
* Fix monkey_patch() on Python 3py3_importlibVictor Stinner2014-12-212-0/+35
* tests: db_pool: test .clear() updates .current_size GH-139Sergey Shepelev2014-12-211-42/+58
* Fix timers not cleaned up on MySQL test skipsCorey Wright2014-12-151-2/+2
* Fix string concatenation errorsSteven Hardy2014-11-151-0/+32
* Python 3 compat: Improve WebSocket and testsJakub Stasiak2014-11-131-12/+12
* Fix __str__ method on the TimeoutExpired exception class. Also fix argumentTomaz Muraus2014-11-121-3/+6
* pep8: Fix remaining issuesJakub Stasiak2014-11-121-2/+9
* Restore removed tests and make Python 3 compatibleJakub Stasiak2014-11-121-2/+36
* Improve PEP8 conformanceJakub Stasiak2014-11-111-1/+2
* pep8: trivial fixesChristoph Gysin2014-11-113-5/+5
* Python 3 compat; Improve WSGI, WS, threading and testsJakub Stasiak2014-11-113-104/+81
* wsgi.input: Make send_hundred_continue_headers a public APITushar Gohad2014-11-061-0/+154
* Improve Python 3 compat: WSGI testsJakub Stasiak2014-10-311-2/+2
* hubs: drop Twisted supportSergey Shepelev2014-10-295-304/+2
* Fix "maximum recursion depth exceeded in GreenSocket.__del__"Jakub Stasiak2014-10-161-1/+19
* Refactor capturing stderr into a context managerJakub Stasiak2014-10-152-19/+9
* Python 3 compat: Improve subprocess, WSGI and testsJakub Stasiak2014-10-132-41/+35
* Python 3 compat: Improve SSL and WSGI compatJakub Stasiak2014-10-111-10/+10
* Reformat with autopep8Jakub Stasiak2014-10-117-33/+37
* Python 3 compat: Improve various bitsJakub Stasiak2014-10-1010-166/+191
* Remove most of the deprecated codeJakub Stasiak2014-10-1010-1151/+52
* green.socket: create_connection: UnboundLocalError on Python3gh-123-local-msgSergey Shepelev2014-09-051-0/+8
* greenio: manual memory leak testSergey Shepelev2014-09-012-0/+83
* wsgi: pep8 fixesTushar Gohad2014-08-271-38/+44