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: aio-libs/aiohttp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.11.9
Choose a base ref
...
head repository: aio-libs/aiohttp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.11.10
Choose a head ref
  • 11 commits
  • 9 files changed
  • 2 contributors

Commits on Dec 1, 2024

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

Commits on Dec 2, 2024

  1. [PR #10088/29c3ca93 backport][3.11] Avoid calling len on the same dat…

    …a in the stream reader twice (#10090)
    
    Co-authored-by: J. Nick Koston <nick@koston.org>
    patchback[bot] and bdraco authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    86bb6ad View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. [PR #10095/fcce1bf6 backport][3.11] Add a benchmark for web.FileRespo…

    …nse (#10097)
    
    **This is a backport of PR #10095 as merged into master
    (fcce1bf).**
    
    We didn't have any benchmarks for file responses. From the benchmarks it
    turns out most of the time is creating and processing the executor jobs.
    
    If we combine the stat into a job that returns the open fileobj it will
    likely be faster and solve
    #8013
    
    Co-authored-by: J. Nick Koston <nick@koston.org>
    patchback[bot] and bdraco authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    c41ffc7 View commit details
    Browse the repository at this point in the history
  2. [PR #10102/7557b03d backport][3.11] Fix deprecated calls to `guess_ty…

    …pe` for paths with Python 3.13 (#10103)
    
    Co-authored-by: J. Nick Koston <nick@koston.org>
    patchback[bot] and bdraco authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    23a4b31 View commit details
    Browse the repository at this point in the history
  3. [PR #10101/678993a4 backport][3.11] Fix race in FileResponse if fil…

    …e is replaced during `prepare` (#10105)
    
    Co-authored-by: J. Nick Koston <nick@koston.org>
    fixes #8013
    patchback[bot] and bdraco authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    07d1759 View commit details
    Browse the repository at this point in the history
  4. [PR #10107/84bb77d1 backport][3.11] Use internal self._headers var …

    …in `FileResponse` (#10108)
    
    Co-authored-by: J. Nick Koston <nick@koston.org>
    patchback[bot] and bdraco authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    ae153ab View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. [PR #10114/94569554 backport][3.11] Add 304 benchmark for FileResponse (

    #10115)
    
    Co-authored-by: J. Nick Koston <nick@koston.org>
    patchback[bot] and bdraco authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    78473b9 View commit details
    Browse the repository at this point in the history
  2. [PR #10113/01302134 backport][3.11] Restore 304 performance after fix…

    …ing `FileResponse` replace race (#10117)
    patchback[bot] authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    bcae561 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db5e6bb View commit details
    Browse the repository at this point in the history
  4. [PR #10125/d58d2c3d backport][3.11] Disable zero copy writes in the `…

    …`StreamWriter`` (#10126)
    
    Co-authored-by: J. Nick Koston <nick@koston.org>
    patchback[bot] and bdraco authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    5ddff95 View commit details
    Browse the repository at this point in the history
  5. Release 3.11.10 (#10128)

    bdraco authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    0d7352a View commit details
    Browse the repository at this point in the history
Loading