summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* green select: Delete unpatched poll once againJakub Stasiak2016-05-193-9/+15
* greendns tests: Work around patcher/green package weirdnessJakub Stasiak2016-05-181-6/+1
* socket: Actually provide non-blocking DNS methodsJakub Stasiak2016-05-181-0/+14
* tests: Make greendns tests less repetitiveJakub Stasiak2016-05-181-80/+1
* green.urllib2: missing patched ssl moduleCollin RM Stocks2016-04-222-1/+3
* patcher: patch existing threading locks; Thanks to Alexis LeeAlexis Lee2016-04-185-2/+120
* tests: half-hearted fix sporadic zmq_test failures on TravisSergey Shepelev2016-03-031-59/+73
* wsgi: environ[headers_raw] tuple of unmodified name: value pairsSergey Shepelev2016-03-021-0/+13
* ssl: IMPORTANT DoS FIX do_handshake_connect=False in server accept(); Thanks ...ssl-handshakeSergey Shepelev2016-02-291-61/+92
* wsgi: use buffered wfileSergey Shepelev2016-02-122-6/+40
* little clean upSergey Shepelev2016-02-1221-570/+423
* wsgi: Fix handling partial writes on Python 3partial-write-fix-2Jakub Stasiak2016-02-092-0/+58
* 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