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/starlette
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.36.2
Choose a base ref
...
head repository: Kludex/starlette
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.36.3
Choose a head ref
  • 11 commits
  • 12 files changed
  • 3 contributors

Commits on Feb 3, 2024

  1. Add type hints to test_base.py (#2445)

    * added type annotations to test-base.py
    
    * deleted unused imports
    
    * fixed import order
    
    * conditional import
    
    * conditional import TestClient on types.py
    
    * using string literals when importing in types
    
    * added missing imports
    
    * deleted starlette/types, refactored test_base types
    
    * deleted types
    
    ---------
    
    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    3 people authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    3434c3d View commit details
    Browse the repository at this point in the history
  2. Add type hints to test_cors.py (#2458)

    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    TechNiick and Scirlat Danut authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    a9af536 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Create anyio.Event on async context (#2459)

    * Create `anyio.Event` using a blocking portal
    
    * Use cached property
    
    * Ups
    Kludex authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    ec417f7 View commit details
    Browse the repository at this point in the history
  2. Add type hints to test_wsgi.py (#2468)

    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    TechNiick and Scirlat Danut authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    1f466cc View commit details
    Browse the repository at this point in the history
  3. Add type hints to test_trusted_host.py (#2467)

    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    TechNiick and Scirlat Danut authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    adf51ea View commit details
    Browse the repository at this point in the history
  4. Add type hints to test_background.py (#2473)

    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    TechNiick and Scirlat Danut authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    48ae5cc View commit details
    Browse the repository at this point in the history
  5. Added type annotations to test__utils.py (#2470)

    * added type annotations to test__utils.py
    
    * ignore functools.partial sync type
    
    * ruff fix
    
    * typo
    
    * type ignore
    
    ---------
    
    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    TechNiick and Scirlat Danut authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    5acee62 View commit details
    Browse the repository at this point in the history
  6. Add type hints to conftest.py (#2469)

    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    TechNiick and Scirlat Danut authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    88331bd View commit details
    Browse the repository at this point in the history
  7. Add type hints to test_concurency.py (#2474)

    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    TechNiick and Scirlat Danut authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    801e73e View commit details
    Browse the repository at this point in the history
  8. Added type annotations to test_session.py (#2466)

    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    TechNiick and Scirlat Danut authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    a2f2dda View commit details
    Browse the repository at this point in the history
  9. Version 0.36.3 (#2460)

    Kludex authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    be4f3e1 View commit details
    Browse the repository at this point in the history
Loading