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: v0.21.0
Choose a base ref
...
head repository: MagicStack/uvloop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.1
Choose a head ref
  • 11 commits
  • 11 files changed
  • 7 contributors

Commits on Oct 15, 2024

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

Commits on Apr 16, 2025

  1. test: fix getaddrinfo test (#663)

    * getaddrinfo() returns non-deterministicly ordered result
    * fix the AI_CANONNAME patch to only correct the first row
    fantix authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    5680792 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. test: fix task name for Python 3.13.3/3.14 (#662)

    * also fixed CI not to use Cython 3.1beta, which is breaking many uvloop tests
    
    ---------
    
    Co-authored-by: Fantix King <fantix.king@gmail.com>
    cjwatson and fantix authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    96b7ed3 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. Fixes for Python 3.14 (#638)

    ---------
    
    Co-authored-by: Fantix King <fantix.king@gmail.com>
    Co-authored-by: Miro Hrončok <miro@hroncok.cz>
    Co-authored-by: Paulo Cheque <paulocheque@gmail.com>
    4 people authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    46456b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. add free-threading support (#693)

    ---------
    
    Co-authored-by: Fantix King <fantix.king@gmail.com>
    kumaraditya303 and fantix authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    286b370 View commit details
    Browse the repository at this point in the history
  2. ci: fix artifact handling

    fantix committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    7effa90 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Configuration menu
    Copy the full SHA
    d9fa054 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4d569e View commit details
    Browse the repository at this point in the history
  3. uvloop 0.22.0

    Changes
    =======
    
    * Fixes for Python 3.14 (#638)
      (by @graingert @hroncok @paulocheque @fantix in 46456b6 for #637)
    
    * Add free-threading support (#693)
      (by @kumaraditya303 in 286b370 for #642)
    
    Fixes
    =====
    
    * Use Cython `enum` for `__PREALLOCED_BUFS` (#634)
      (by @jakirkham in 7bb12a1 for #634)
    
    * test: fix getaddrinfo test (#663)
      (by @fantix in 5680792 d9fa054 for #663)
    
    * test: fix task name for Python 3.13.3/3.14 (#662)
      (by @cjwatson in 96b7ed3 for #662)
    fantix committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    3cf6b44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    321d345 View commit details
    Browse the repository at this point in the history
  5. uvloop 0.22.1

    This is identical to 0.22.0, re-ran with CI fixes
    fantix committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    74f4c96 View commit details
    Browse the repository at this point in the history
Loading