summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* green.select: fix mark_as_closed() wrong number of argsselect-294jaimefrites2017-01-181-0/+25
* tests: socket_resolve_green was giving false failsSergey Shepelev2017-01-181-15/+20
* Timeout was marked deprecated along with TimeoutError by mistakeSergey Shepelev2017-01-171-0/+7
* green.profile: Python3 compatibility; Thanks to Artur StawiarskiSergey Shepelev2017-01-161-0/+9
* green.zmq: socket.{recv,send}_* signatures did not match recent upstream pyzmqi376Gevorg Davoian2017-01-131-70/+100
* Fixed tests.greendns_test.TestGetaddrinfo eventlet/eventlet#373Ondřej Kobližek2017-01-121-9/+9
* New timeout error API: .is_timeout=True on exception objectSergey Shepelev2017-01-104-29/+43
* python3.6: http.client.request support chunked_encodingSergey Shepelev2017-01-051-0/+12
* tests cleanup, CI with Python 3.6Sergey Shepelev2017-01-059-153/+162
* test_import_patched_defaults bended to play with pyopenssl>=16.1.0Sergey Shepelev2016-12-318-41/+67
* Type check Semaphore, GreenPool arguments; Thanks to Matthew D. PagelSergey Shepelev2016-12-232-48/+62
* dns: try unqualified queries as top levelSergey Shepelev2016-12-221-2/+16
* tests: patcher_import_patched_defaults was failing in presence of pyopenssl p...Sergey Shepelev2016-12-222-19/+27
* greendns: Return answers from /etc/hosts despite nameserver errorsTim Burke2016-11-091-0/+56
* tests: str/bytes typo on run_python timeoutSergey Shepelev2016-11-052-15/+18
* convenience: listen() sets SO_REUSEPORT when available; Thanks to Zhengwei GaoSergey Shepelev2016-10-281-7/+12
* greenio: _recv_loop behaviour with recv_into on closed sockDavid Szotten2016-10-281-0/+22
* ssl: Fix "TypeError: read() argument 2 must be read-write bytes-like object, ...Jakub Stasiak2016-09-261-0/+35
* Add DAGPool, a dependency-driven greenthread poolnat-goodspeed2016-09-251-0/+693
* ipv6: getaddrinfo would fail with scope indexJarrod Johnson2016-08-301-0/+7
* tests: (minor) socket.sendall() needs bytes, not stringSergey Shepelev2016-08-241-1/+1
* bundle dnspython in support/; resolving is always greenSergey Shepelev2016-08-244-18/+68
* wsgi: Unix socket address representation; Thanks to Samuel MerrittSergey Shepelev2016-08-201-4/+19
* tpool: isolate internal socket from default timeout; Thanks to Alex Villacís...Sergey Shepelev2016-08-102-34/+49
* tests: configurable timeout for run_python/isolatedSergey Shepelev2016-08-101-5/+7
* wsgi: only skip Content-Type and Content-Length headers (GH-327)Tim Burke2016-08-091-0/+16
* wsgi: 400 on blank Content-Length headers (GH-334)Tim Burke2016-08-091-0/+14
* ssl: Fix recv_into blocking when reading chunks of dataJakub Stasiak2016-07-111-0/+63
* tests: Reduce code repetitionJakub Stasiak2016-07-111-9/+1
* subprocess: Fix patched functions with optional argumentssubprocessJakub Stasiak2016-07-111-0/+10
* Provide green http without undesired side effectsJakub Stasiak2016-07-083-0/+28
* websocket: support Gunicorn environ['gunicorn.socket']pull-331catroot2016-07-061-0/+48
* greenio: only trampoline when we blockDavid Szotten2016-07-012-0/+47
* tests: clean out unittest.main()Sergey Shepelev2016-06-016-44/+11
* socket: family kwarg name compatibilityissue-319Sergey Shepelev2016-05-241-0/+6
* Remove select.poll and improve subprocessJakub Stasiak2016-05-203-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