summaryrefslogtreecommitdiff
path: root/eventlet/green
Commit message (Expand)AuthorAgeFilesLines
* green.http: collections.Iterable alias removed in Python 3.10, CI 3.10, drop ...Sergey Shepelev2023-01-221-2/+5
* chore: CI upgrades, pycodestyle fix 2 empty lines after class/defSergey Shepelev2023-01-186-0/+11
* Change ssl to return a socket.timeout exception on timeout instead of an SSLE...Bas Zoetekouw2023-01-181-1/+1
* green.http: https connections were blockingSergey Shepelev2023-01-181-1/+1
* green.thread: unlocked Lock().release() should raise exception, returned TrueMichael Wright2021-10-281-2/+3
* ssl: GreenSSLContext minimum_version and maximum_version settersBob Haddleton2021-09-291-0/+10
* Fixed wrap_socket missing ciphers parameter bug.Jerry Wu2021-07-171-0/+1
* ssl: py3.6 using client certificates raised ValueError: check_hostname needs ...Paul Lockaby2021-05-111-1/+1
* green.ssl: Set suppress_ragged_eofs default based on SSLSocket defaultsreese-allison2021-04-121-1/+1
* patcher: built-in open() did not accept kwargs683-open-kwargsSergey Shepelev2021-01-291-2/+2
* pyopenssl tsafe module was deprecated and removed in v20.0.0Sergey Shepelev2020-12-131-1/+6
* patcher: monkey_patch(builtins=True) failed on py3 because `file` class is go...秋葉2020-10-221-6/+10
* ssl: context wrapped listener failed to supply _context in accept()Sergey Shepelev2020-10-201-6/+3
* Fix compatibility with SSLContext usage >= Python 3.7James Page2020-07-021-11/+22
* green.ssl: redundant set_nonblocking() caused SSLWantReadErrorSergey Shepelev2020-03-021-1/+0
* workaround for pathlib on py 3.7David Szotten2019-08-201-0/+9
* Fix compatibility with Python 3.7 ssl.SSLSocket (#531)Junyi2019-01-301-37/+49
* Issue 535: use Python 2 compatible syntax for keyword-only args. (#536)nat-goodspeed2018-12-201-3/+13
* Fix for Python 3.7 (#506)Marcel Plch2018-09-281-6/+40
* ssl: connect used non-monotonic time.time() for timeout (#520)Sergey Shepelev2018-08-261-5/+5
* Drop support for Python2.6 and python-epoll packageSergey Shepelev2018-05-192-24/+10
* external dependencies for six, monotonic, dnspythonnat-goodspeed2018-05-1011-12/+15
* green.threading: current_thread() did not see new monkey-patched threads; Tha...147-jakeSergey Shepelev2018-04-151-19/+32
* Drop OpenSSL.rand supportHaikel Guemar2017-10-042-2/+0
* green.subprocess: keep CalledProcessError identity; Thanks to Linbing@githubSergey Shepelev2017-07-021-0/+8
* ssl: RecursionError on Python3.6+; Thanks to justdoit0823@github and Gevent d...Sergey Shepelev2017-04-041-0/+20
* dns: EVENTLET_NO_GREENDNS option is back, green is still defaultdns-383Sergey Shepelev2017-02-171-13/+7
* green.zmq: support RCVTIMEO (receive timeout)talwrii2017-02-161-2/+21
* green.select: fix mark_as_closed() wrong number of argsselect-294jaimefrites2017-01-181-10/+6
* green.profile: Python3 compatibility; Thanks to Artur StawiarskiSergey Shepelev2017-01-161-21/+21
* green.zmq: socket.{recv,send}_* signatures did not match recent upstream pyzmqi376Gevorg Davoian2017-01-131-26/+26
* New timeout error API: .is_timeout=True on exception objectSergey Shepelev2017-01-101-7/+9
* python3.6: http.client.request support chunked_encodingSergey Shepelev2017-01-051-14/+130
* zmq: autogenerated documentation was missingSergey Shepelev2016-12-121-3/+3
* ssl: Fix "TypeError: read() argument 2 must be read-write bytes-like object, ...Jakub Stasiak2016-09-261-1/+8
* green.zmq: Support {send,recv}_{string,json,pyobj} wrappersozamiatin2016-09-011-0/+90
* bundle dnspython in support/; resolving is always greenSergey Shepelev2016-08-241-22/+19
* ssl: Fix recv_into blocking when reading chunks of dataJakub Stasiak2016-07-111-10/+34
* subprocess: Fix patched functions with optional argumentssubprocessJakub Stasiak2016-07-111-1/+5
* Provide green http without undesired side effectsJakub Stasiak2016-07-087-40/+5742
* Remove select.poll and improve subprocessJakub Stasiak2016-05-202-6/+15
* socket: Actually provide non-blocking DNS methodsJakub Stasiak2016-05-181-1/+10
* green.urllib2: missing patched ssl moduleCollin RM Stocks2016-04-221-0/+2
* ssl: IMPORTANT DoS FIX do_handshake_connect=False in server accept(); Thanks ...ssl-handshakeSergey Shepelev2016-02-291-11/+14
* patcher: certain order of import subprocess and monkey_patch breaks .communic...issue-290Sergey Shepelev2016-01-241-1/+3
* 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-12/+12
* green select: Delete unpatched methodsJakub Stasiak2016-01-071-0/+1
* green.ssl don't monkey-patch at import timeDavid Szotten2016-01-061-9/+27