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

Commits on Jan 12, 2026

  1. Configuration menu
    Copy the full SHA
    b93141a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ea5c85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3060ceb View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

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

Commits on Jan 15, 2026

  1. Configuration menu
    Copy the full SHA
    fd65027 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    836e3b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

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

Commits on Jan 28, 2026

  1. Improve performance by using Python C API to enter/exit context (#627)

    * Optimize run_in_context calls
    * Don't increase refcount in run_in_context since cython does it for us
    tarasko authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    837ef22 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2026

  1. Configuration menu
    Copy the full SHA
    1d9b6e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a27cbe View commit details
    Browse the repository at this point in the history
  3. SSL perf: use C values (#629)

    * Refactor and optimize buffered reads
    * Refactor ssl buffered reads
    tarasko authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    a308f75 View commit details
    Browse the repository at this point in the history
Loading