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: encode/starlette
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.37.0
Choose a base ref
...
head repository: encode/starlette
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.37.1
Choose a head ref
  • 15 commits
  • 19 files changed
  • 5 contributors

Commits on Feb 5, 2024

  1. Add type hints to test_gzip.py (#2464)

    * added type annotations to test_gzip.py
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    3 people authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ee3cdfd View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Add type hints to test_requests.py (#2481)

    * added type annotations to test_requests.py
    
    * requested changes
    
    * indentations
    
    * typos
    
    * typos
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    3 people authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8c22296 View commit details
    Browse the repository at this point in the history
  2. Add type hints to test_applications.py (#2471)

    * added type annotations to test_applications.py
    
    * requested changes
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Update tests/test_applications.py
    
    ---------
    
    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    3 people authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    11b7ae7 View commit details
    Browse the repository at this point in the history
  3. Add type hints to test_authentication.py (#2472)

    * added type annotations to test_authentication.py
    
    * fixed types
    
    * Apply suggestions from code review
    
    * Fix linting
    
    * Fix linting
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    3 people authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0e4da0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ec763c View commit details
    Browse the repository at this point in the history
  5. Add type hints to test_formparsers.py (#2480)

    * added type annotations to test_formparsers.py
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    3 people authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c811ebd View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Add type hints to test_schemas.py (#2490)

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

    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    3 people authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    179d934 View commit details
    Browse the repository at this point in the history
  3. Add type hints to test_routing.py (#2489)

    * Add type hints to test_routing.py
    
    * Apply suggestions from code review
    
    * Fix check errors
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    3 people authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9576eac View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Add type hints to test_staticfiles.py (#2491)

    * Add type hints to test_staticfiles.py
    
    * Remove any
    
    * Remove ParamSpec
    
    * Remove useless conditional
    
    ---------
    
    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    3 people authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    db52479 View commit details
    Browse the repository at this point in the history
  2. Add type hints to test_templates.py (#2492)

    * Add type hints to test_templates.py
    
    * Remove any
    
    * nitpick
    
    ---------
    
    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    3 people authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    eaee85b View commit details
    Browse the repository at this point in the history
  3. Add type hints to test_testclient.py (#2493)

    * Add type hints to test_testclient.py
    
    * Fix check errors
    
    * Apply suggestions from code review
    
    * Use ASGIInstance instead
    
    ---------
    
    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    3 people authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    3f38038 View commit details
    Browse the repository at this point in the history
  4. Add type hints to test_responses.py (#2488)

    * Add type hints to test_responses.py
    
    * Update tests/test_responses.py
    
    * Linter fix
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    3 people authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ac7e643 View commit details
    Browse the repository at this point in the history
  5. Remove mypy skip flags (#2497)

    * Remove flags
    
    * Apply suggestions from code review
    
    * Remove mypy overrides
    
    ---------
    
    Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    3 people authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    f724827 View commit details
    Browse the repository at this point in the history
  6. Version 0.37.1 (#2498)

    * Version 0.37.1
    
    * Update docs/release-notes.md
    
    ---------
    
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    tvasenin and Kludex authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    74ccb96 View commit details
    Browse the repository at this point in the history
Loading