summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* ssl: py3.6 using client certificates raised ValueError: check_hostname needs ...Paul Lockaby2021-05-111-0/+24
* tests: extend default mysqldb test timeout to 5sSergey Shepelev2021-05-111-0/+2
* replace Travis with Github (actions) CISergey Shepelev2021-05-101-2/+2
* websocket: Limit maximum uncompressed frame length to 8MiBOnno Kortmann2021-05-051-1/+58
* wsgi: websocket ALREADY_HANDLED flag on corolocalChoi Geonu2021-05-022-3/+37
* greenio: socket.connect_ex returned None instead of 0 on success696-connect_exSergey Shepelev2021-03-251-0/+8
* patcher: built-in open() did not accept kwargs683-open-kwargsSergey Shepelev2021-01-292-0/+14
* pyopenssl tsafe module was deprecated and removed in v20.0.0Sergey Shepelev2020-12-131-1/+0
* py39: Add _at_fork_reinit method to SemaphoresTim Burke2020-11-031-0/+21
* tests: Improve ECONNREFUSED checksIvan A. Melnikov2020-10-221-4/+5
* patcher: monkey_patch(builtins=True) failed on py3 because `file` class is go...秋葉2020-10-222-0/+18
* ssl: context wrapped listener failed to supply _context in accept()Sergey Shepelev2020-10-201-0/+46
* 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