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: MagicStack/uvloop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: MagicStack/uvloop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.13
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 13 files changed
  • 4 contributors

Commits on Apr 22, 2019

  1. Bump many-linux to 2010

    1st1 committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    3174b7d View commit details
    Browse the repository at this point in the history
  2. Bump the version to 0.13.0rc1

    1st1 committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    7a0f8fb View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Configuration menu
    Copy the full SHA
    9f19519 View commit details
    Browse the repository at this point in the history
  2. Bump Cython to 0.29.10

    1st1 committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    a892ce6 View commit details
    Browse the repository at this point in the history
  3. enforce TLS<1.3 for SSL renegotiation tests

    * fixes #248
    fantix authored and 1st1 committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    070beeb View commit details
    Browse the repository at this point in the history
  4. sys.set_coroutine_wrapper is removed in Python 3.8

    The functions `sys.set_coroutine_wrapper` and `sys.get_coroutine_wrapper`,
    which were provisionally added to Python 3.5 and deprecated in Python 3.7,
    are removed in Python 3.8.
    
    uvloop doesn't use them since Python 3.7, but they remained defined
    in stdlib.pxi, leading to AttributeErrors on Python 3.8+.
    
    This makes the definition fallback to None if such functions don't exist.
    
    Fixes #251
    hroncok authored and 1st1 committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    1382439 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Update libuv to v1.31.0

    1st1 committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    1fad621 View commit details
    Browse the repository at this point in the history
  2. Don't log OSError in transports

    Resolves #257.
    Tobotimus authored and 1st1 committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    10214b5 View commit details
    Browse the repository at this point in the history
  3. Bump the version to 0.13.0

    1st1 committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    a24dad2 View commit details
    Browse the repository at this point in the history
Loading