summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* moved function eventlet.support.capture_stderr to testsSergey Shepelev2018-03-104-14/+22
* event: Event.wait() timeout=None argument to be compatible with upstream CPythonevent-wait-timeoutSergey Shepelev2018-01-141-6/+30
* greendns: Treat /etc/hosts entries case-insensitiveRalf Haferkamp2018-01-131-0/+14
* Travis broke ipv6, allow failure; test against Python 2.7Sergey Shepelev2017-12-053-7/+11
* Drop OpenSSL.rand supportHaikel Guemar2017-10-041-1/+0
* websocket: support permessage-deflate extension; Thanks to Costas Christofi a...costasgambit2017-09-111-0/+306
* support: upgrade bundled dnspython to 1.16.0 (22e9de1d7957e)dns-427Sergey Shepelev2017-07-251-1/+1
* dns: reading /etc/hosts raised DeprecationWarning for universal lines on Pyth...Chris Kerr2017-07-171-2/+13
* green.subprocess: keep CalledProcessError identity; Thanks to Linbing@githubSergey Shepelev2017-07-022-0/+20
* convenience: SO_REUSEPORT is not available on WSL platform (Linux on Windows)Sergey Shepelev2017-06-021-0/+27
* convenience: skip SO_REUSEPORT for bind on random port (0)listen-reuseSergey Shepelev2017-05-121-15/+39
* patcher: set locked RLocks' owner only when patching existing locksQuan Tian2017-05-103-0/+39
* wsgi: close idle connections (also applies to websockets)wsgi-close-idle-188Sergey Shepelev2017-04-302-5/+48
* queue: empty except was catching too muchSergey Shepelev2017-04-261-9/+20
* Issue #405: GreenSocket.accept does not notify_open (#406)orishoshan2017-04-171-0/+65
* wsgi: log_output=False was not disabling startup and accepted messagesSergey Shepelev2017-04-051-1/+11
* ssl: RecursionError on Python3.6+; Thanks to justdoit0823@github and Gevent d...Sergey Shepelev2017-04-041-0/+16
* db_pool: proxy Connection.set_isolation_level()Sergey Shepelev2017-02-251-52/+53
* dns: hosts file was consulted after nameserversSergey Shepelev2017-02-161-26/+53
* green.zmq: support RCVTIMEO (receive timeout)talwrii2017-02-161-0/+13
* 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