aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Drop the explanatory comment and avoid 'backpressure' in the changelog The doc-spelling job rejects 'backpressure' (not in the docs wordlist). Also remove the verbose comment in resume_reading() to match the project's comment style.
daragok:fix/sock-read-rearm-pooled-conn
5 hours ago
Bump virtualenv from 21.5.0 to 21.5.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 21.5.0 to 21.5.1. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/21.5.0...21.5.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.5.1 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/virtualenv-21.5.1
10 hours ago
Bump certifi from 2026.5.20 to 2026.6.17 Bumps [certifi](https://github.com/certifi/python-certifi) from 2026.5.20 to 2026.6.17. - [Commits](https://github.com/certifi/python-certifi/compare/2026.05.20...2026.06.17) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.6.17 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.15/certifi-2026.6.17
11 hours ago
Bump virtualenv from 21.5.0 to 21.5.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 21.5.0 to 21.5.1. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/21.5.0...21.5.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.5.1 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.15/virtualenv-21.5.1
11 hours ago
Bump certifi from 2026.5.20 to 2026.6.17 Bumps [certifi](https://github.com/certifi/python-certifi) from 2026.5.20 to 2026.6.17. - [Commits](https://github.com/certifi/python-certifi/compare/2026.05.20...2026.06.17) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.6.17 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/certifi-2026.6.17
11 hours ago
Allow caching of middleware construction (#10890)
master
14 hours ago
Fix IndexError in parse_content_disposition for empty param value When a Content-Disposition header parameter has an empty value (e.g. "attachment; filename="), the is_quoted() helper raised IndexError: string index out of range because it indexed string[0] on an empty string without a length guard. Add a len(string) >= 2 guard before indexing, consistent with the minimum requirement for a quoted-string (two quote characters). Fixes the crash; the function now emits BadContentDispositionHeader and returns (None, {}) as expected for malformed headers.
JSap0914:fix-parse-mimetype-star-subtype
14 hours ago
add changelog fragment
dxbjavid:cookie-maxage-strict-digits
15 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Don't re-arm read timeout on a connection returned to the pool
#12954
5 hours ago
6aa9848
daragok:fix/sock-read-rearm-pooled-conn
CodSpeed Performance Gauge
0%
Bump virtualenv from 21.5.0 to 21.5.1
#12950
11 hours ago
0dfc77b
dependabot/pip/virtualenv-21.5.1
CodSpeed Performance Gauge
0%
Bump certifi from 2026.5.20 to 2026.6.17
#12951
11 hours ago
3b71ab0
dependabot/pip/3.15/certifi-2026.6.17
Ā© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs