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: Kludex/uvicorn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.28.1
Choose a base ref
...
head repository: Kludex/uvicorn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.29.0
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 19, 2024

  1. Cooperative signal handling (#1600)

    * test desired signal behaviour
    
    * capture and restore signal handlers
    
    * ruff
    
    * checks
    
    * test asyncio handlers
    
    * add note on signal handler handling
    
    * remove legacy signal raising
    
    * test SIGBREAK on windows
    
    * remove test guard
    
    * include convered branch
    
    * Update docs/index.md
    
    * Update docs/index.md
    
    ---------
    
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    maxfischer2781 and Kludex authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9e32e8e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Version 0.29.0 (#2279)

    Kludex authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    fe85206 View commit details
    Browse the repository at this point in the history
Loading