Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eventlet/eventlet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.30.2
Choose a base ref
...
head repository: eventlet/eventlet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.31.0
Choose a head ref
  • 8 commits
  • 13 files changed
  • 6 contributors

Commits on Mar 17, 2021

  1. Use _imp instead of deprecated imp

    Module imp is deprecated in favour of importlib. But importlib doesn't
    support acquire_lock/release_lock/lock_held. Use internal _imp module
    instead.
    onovy authored and temoto committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    e16fcab View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. greenio: socket.connect_ex returned None instead of 0 on success

    #696
    
    Co-authored-by: Skyline124 <gregoire2011dumas@gmail.com>
    temoto and Skyline124 committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    50441fc View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Security Policy

    temoto authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    71b76bf View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. green.ssl: Set suppress_ragged_eofs default based on SSLSocket defaults

    Error: `EOF occurred in violation of protocol (_ssl.c:2570)` in some HTTPS `connection: close` scenario.
    
    This is a result of suppress_ragged_eofs defaulting to True in SSLSocket, but defaulting to None in GreenSSLSocket when monkey_patched. This only occurs in Python 3.7+.
    
    #695
    reese-allison authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    377b4fb View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Configuration menu
    Copy the full SHA
    df0bc00 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. v0.30.3 release

    temoto committed May 5, 2021
    Configuration menu
    Copy the full SHA
    b0be94e View commit details
    Browse the repository at this point in the history
  2. websocket: Limit maximum uncompressed frame length to 8MiB

    This fixes a memory exhaustion DOS attack vector.
    
    References: GHSA-9p9m-jm8w-94p2
    GHSA-9p9m-jm8w-94p2
    onnokort authored and temoto committed May 5, 2021
    3 Configuration menu
    Copy the full SHA
    1412f5e View commit details
    Browse the repository at this point in the history
  3. v0.31.0 release

    temoto committed May 5, 2021
    Configuration menu
    Copy the full SHA
    f717f38 View commit details
    Browse the repository at this point in the history
Loading