| Commit message (Expand) | Author | Age | Files | Lines |
| * | green.http: collections.Iterable alias removed in Python 3.10, CI 3.10, drop ... | Sergey Shepelev | 2023-01-22 | 1 | -2/+5 |
| * | chore: CI upgrades, pycodestyle fix 2 empty lines after class/def | Sergey Shepelev | 2023-01-18 | 6 | -0/+11 |
| * | Change ssl to return a socket.timeout exception on timeout instead of an SSLE... | Bas Zoetekouw | 2023-01-18 | 1 | -1/+1 |
| * | green.http: https connections were blocking | Sergey Shepelev | 2023-01-18 | 1 | -1/+1 |
| * | green.thread: unlocked Lock().release() should raise exception, returned True | Michael Wright | 2021-10-28 | 1 | -2/+3 |
| * | ssl: GreenSSLContext minimum_version and maximum_version setters | Bob Haddleton | 2021-09-29 | 1 | -0/+10 |
| * | Fixed wrap_socket missing ciphers parameter bug. | Jerry Wu | 2021-07-17 | 1 | -0/+1 |
| * | ssl: py3.6 using client certificates raised ValueError: check_hostname needs ... | Paul Lockaby | 2021-05-11 | 1 | -1/+1 |
| * | green.ssl: Set suppress_ragged_eofs default based on SSLSocket defaults | reese-allison | 2021-04-12 | 1 | -1/+1 |
| * | patcher: built-in open() did not accept kwargs683-open-kwargs | Sergey Shepelev | 2021-01-29 | 1 | -2/+2 |
| * | pyopenssl tsafe module was deprecated and removed in v20.0.0 | Sergey Shepelev | 2020-12-13 | 1 | -1/+6 |
| * | patcher: monkey_patch(builtins=True) failed on py3 because `file` class is go... | 秋葉 | 2020-10-22 | 1 | -6/+10 |
| * | ssl: context wrapped listener failed to supply _context in accept() | Sergey Shepelev | 2020-10-20 | 1 | -6/+3 |
| * | Fix compatibility with SSLContext usage >= Python 3.7 | James Page | 2020-07-02 | 1 | -11/+22 |
| * | green.ssl: redundant set_nonblocking() caused SSLWantReadError | Sergey Shepelev | 2020-03-02 | 1 | -1/+0 |
| * | workaround for pathlib on py 3.7 | David Szotten | 2019-08-20 | 1 | -0/+9 |
| * | Fix compatibility with Python 3.7 ssl.SSLSocket (#531) | Junyi | 2019-01-30 | 1 | -37/+49 |
| * | Issue 535: use Python 2 compatible syntax for keyword-only args. (#536) | nat-goodspeed | 2018-12-20 | 1 | -3/+13 |
| * | Fix for Python 3.7 (#506) | Marcel Plch | 2018-09-28 | 1 | -6/+40 |
| * | ssl: connect used non-monotonic time.time() for timeout (#520) | Sergey Shepelev | 2018-08-26 | 1 | -5/+5 |
| * | Drop support for Python2.6 and python-epoll package | Sergey Shepelev | 2018-05-19 | 2 | -24/+10 |
| * | external dependencies for six, monotonic, dnspython | nat-goodspeed | 2018-05-10 | 11 | -12/+15 |
| * | green.threading: current_thread() did not see new monkey-patched threads; Tha...147-jake | Sergey Shepelev | 2018-04-15 | 1 | -19/+32 |
| * | Drop OpenSSL.rand support | Haikel Guemar | 2017-10-04 | 2 | -2/+0 |
| * | green.subprocess: keep CalledProcessError identity; Thanks to Linbing@github | Sergey Shepelev | 2017-07-02 | 1 | -0/+8 |
| * | ssl: RecursionError on Python3.6+; Thanks to justdoit0823@github and Gevent d... | Sergey Shepelev | 2017-04-04 | 1 | -0/+20 |
| * | dns: EVENTLET_NO_GREENDNS option is back, green is still defaultdns-383 | Sergey Shepelev | 2017-02-17 | 1 | -13/+7 |
| * | green.zmq: support RCVTIMEO (receive timeout) | talwrii | 2017-02-16 | 1 | -2/+21 |
| * | green.select: fix mark_as_closed() wrong number of argsselect-294 | jaimefrites | 2017-01-18 | 1 | -10/+6 |
| * | green.profile: Python3 compatibility; Thanks to Artur Stawiarski | Sergey Shepelev | 2017-01-16 | 1 | -21/+21 |
| * | green.zmq: socket.{recv,send}_* signatures did not match recent upstream pyzmqi376 | Gevorg Davoian | 2017-01-13 | 1 | -26/+26 |
| * | New timeout error API: .is_timeout=True on exception object | Sergey Shepelev | 2017-01-10 | 1 | -7/+9 |
| * | python3.6: http.client.request support chunked_encoding | Sergey Shepelev | 2017-01-05 | 1 | -14/+130 |
| * | zmq: autogenerated documentation was missing | Sergey Shepelev | 2016-12-12 | 1 | -3/+3 |
| * | ssl: Fix "TypeError: read() argument 2 must be read-write bytes-like object, ... | Jakub Stasiak | 2016-09-26 | 1 | -1/+8 |
| * | green.zmq: Support {send,recv}_{string,json,pyobj} wrappers | ozamiatin | 2016-09-01 | 1 | -0/+90 |
| * | bundle dnspython in support/; resolving is always green | Sergey Shepelev | 2016-08-24 | 1 | -22/+19 |
| * | ssl: Fix recv_into blocking when reading chunks of data | Jakub Stasiak | 2016-07-11 | 1 | -10/+34 |
| * | subprocess: Fix patched functions with optional argumentssubprocess | Jakub Stasiak | 2016-07-11 | 1 | -1/+5 |
| * | Provide green http without undesired side effects | Jakub Stasiak | 2016-07-08 | 7 | -40/+5742 |
| * | Remove select.poll and improve subprocess | Jakub Stasiak | 2016-05-20 | 2 | -6/+15 |
| * | socket: Actually provide non-blocking DNS methods | Jakub Stasiak | 2016-05-18 | 1 | -1/+10 |
| * | green.urllib2: missing patched ssl module | Collin RM Stocks | 2016-04-22 | 1 | -0/+2 |
| * | ssl: IMPORTANT DoS FIX do_handshake_connect=False in server accept(); Thanks ...ssl-handshake | Sergey Shepelev | 2016-02-29 | 1 | -11/+14 |
| * | patcher: certain order of import subprocess and monkey_patch breaks .communic...issue-290 | Sergey Shepelev | 2016-01-24 | 1 | -1/+3 |
| * | green selectors: Override DefaultSelector as well | Jakub Stasiak | 2016-01-11 | 1 | -0/+3 |
| * | green select: Make sure devpoll method is removed | Jakub Stasiak | 2016-01-11 | 1 | -1/+1 |
| * | green selectors: Remove non-green selectors | Jakub Stasiak | 2016-01-11 | 1 | -12/+12 |
| * | green select: Delete unpatched methods | Jakub Stasiak | 2016-01-07 | 1 | -0/+1 |
| * | green.ssl don't monkey-patch at import time | David Szotten | 2016-01-06 | 1 | -9/+27 |