summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Always remove the right listener from the hubSamuel Merritt2020-09-231-1/+46
* Clean up threading book-keeping at fork when monkey-patchedTim Burke2020-08-282-0/+63
* tests checking output were broken by Python 2 end of support warningpy27-warningSergey Shepelev2020-08-191-2/+2
* backdoor: handle disconnects betterTim Burke2020-07-311-0/+16
* wsgi: Fix header capitalization on py3Tim Burke2020-07-021-1/+21
* Fix compatibility with SSLContext usage >= Python 3.7James Page2020-07-021-0/+22
* tests: Increase timeout for test_isolate_from_socket_default_timeoutMichał Górny2020-07-011-1/+1
* tests: Assume that nonblocking mode might set O_NDELAY to fix SPARCMichał Górny2020-07-011-1/+4
* tests: Unset O_NONBLOCK|O_NDELAY to fix SPARCMichał Górny2020-07-011-3/+5
* tests: F_SETFL does not return flags, use F_GETFL againMichał Górny2020-07-011-1/+2
* tests: Fail on timeout when expect_pass=True (#612)Tim Burke2020-05-151-0/+3
* Fix #508: Py37 Deadlock ThreadPoolExecutor (#598)Gorka Eguileor2020-05-152-0/+22
* workaround for pathlib on py 3.7David Szotten2019-08-201-0/+11
* Stop using deprecated cgi.parse_qs() to support Python 3.8Miro Hrončok2019-07-101-1/+2
* wsgi: Only send 100 Continue response if no response has been sent yet (#557)Tim Burke2019-03-211-0/+61
* wsgi: Return 400 on negative Content-Length request headers (#537)Tim Burke2019-03-041-0/+7
* #53: Make a GreenPile with no spawn()s an empty sequence. (#555)nat-goodspeed2019-03-041-0/+6
* Increase Travis slop factor for ZMQ CPU usage. (#542)nat-goodspeed2019-03-041-1/+1
* wsgi: fix Input.readlines when dealing with chunked inputTim Burke2019-02-281-0/+13
* wsgi: fix Input.readline on Python 3Tim Burke2019-02-281-0/+13
* wsgi: Stop replacing invalid UTF-8 on py3Tim Burke2019-02-281-8/+15
* [bug] reimport submodule as well in patcher.inject (#540)Junyi2019-01-235-0/+31
* wsgi: Catch and swallow IOErrors during discard() (#532)Tim Burke2018-12-201-0/+26
* Fix for Python 3.7 (#506)Marcel Plch2018-09-282-4/+15
* IMPORTANT: late import in `use_hub()` + thread race caused using epolls even ...Sergey Shepelev2018-09-123-50/+47
* wsgi: make Expect 100-continue field-value case-insensitive.Julien Kasarherou2018-09-091-21/+23
* Regenerate test crtOndřej Nový2018-08-222-28/+49
* tests: Add ipv4 udp tests for greendnsLon Hohberger2018-08-081-0/+25
* greendns: don't contact nameservers if one entry is returned from hosts fileDaniel Alvarez2018-08-031-3/+60
* tests: Add ipv6 tests for greendns udp() functionLon Hohberger2018-07-311-0/+41
* wsgi: Use byte strings on py2 and unicode strings on py3Tim Burke2018-07-251-2/+7
* wsgi: Don't strip all Unicode whitespace from headers on py3 (#504)Tim Burke2018-07-061-0/+28
* pools: put to empty pool would block sometimesSam Merritt2018-07-032-0/+39
* greendns: resolving over TCP produced ValueErrorJaume Marhuenda2018-06-282-0/+105
* support.greendns: ImportError when dns.rdtypes was imported before eventletJaume Marhuenda2018-05-142-0/+13
* external dependencies for six, monotonic, dnspythonnat-goodspeed2018-05-1023-25/+29
* greendns: full comment lines were not skipped; Thanks to nat-goodspeednat-goodspeed2018-05-071-6/+12
* green.threading: current_thread() did not see new monkey-patched threads; Tha...147-jakeSergey Shepelev2018-04-152-17/+29
* tpool: exception in tpool-ed call leaked memory via backtraceJesse2018-03-112-0/+47
* wsgi: latin-1 encoding dance for environ[PATH_INFO]Sergey Shepelev2018-03-111-1/+24
* 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