summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* wsgi: Fix handling partial writeswritelines-fixJakub Stasiak2016-02-091-0/+39
* wsgi tests: Remove unused importJakub Stasiak2016-02-091-1/+0
* patcher: certain order of import subprocess and monkey_patch breaks .communic...issue-290Sergey Shepelev2016-01-243-3/+28
* 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
* Fix whitespace to conform to our linting testsJakub Stasiak2016-01-121-1/+1
* backdoor: Add Unix and IPv6 socket supportbackdoorEric Urban2016-01-111-1/+29
* green selectors: Override DefaultSelector as wellJakub Stasiak2016-01-111-0/+3
* green select: Make sure devpoll method is removedJakub Stasiak2016-01-111-1/+1
* green selectors: Remove non-green selectorsJakub Stasiak2016-01-111-0/+12
* 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
* green select: Delete unpatched methodsJakub Stasiak2016-01-072-0/+19
* travis: Allow more CPU usageJakub Stasiak2016-01-071-0/+7
* tests: Remove skipped testsJakub Stasiak2016-01-065-304/+3
* Fix HTTPServer.serve_forever blocking whole processJakub Stasiak2016-01-062-0/+32
* Temporarily revert build breaker.Sergey Shepelev2015-11-232-32/+0
* Fix HTTPServer.serve_forever blocking whole processJakub Stasiak2015-11-222-0/+32
* wsgi: suppress output of 0-byte chunksSamuel Merritt2015-10-081-0/+15
* subprocess: support universal_newlinesSergey Shepelev2015-09-161-0/+9
* wsgi: improved request body discardwsgi-drop-invalidSergey Shepelev2015-09-071-6/+2
* 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