aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
Moist-Cat:master
3 hours ago
Merge branch 'master' into master
Moist-Cat:master
5 hours ago
parse_mimetype: skip whitespace-only segments after a semicolon Trailing ';' followed by whitespace (e.g. "text/html; ") inserted a spurious empty-key parameter in the parsed parameters dict, while a bare trailing ';' was already correctly skipped. The check is now 'if not item.strip()' so whitespace-only segments are also skipped.
HrachShah:fix/13009-parse-mimetype-ws-only
6 hours ago
Restrict Dependabot to requirements/
Dreamsorcerer-patch-2
8 hours ago
Deprecate naive datetime in last_modified setter Passing a naive datetime to StreamResponse.last_modified is ambiguous because datetime.utctimetuple() on a naive datetime returns the local fields unchanged, which then gets labelled as GMT in the header. This means datetime.now() (local time) would produce an incorrect Last-Modified header. Emit a DeprecationWarning so users are guided to use timezone-aware datetimes such as datetime.now(datetime.timezone.utc). Fixes #5304
amitmishra11:fix/warn-naive-datetime-last-modified
9 hours ago
Bump filelock from 3.29.4 to 3.29.5 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.29.4 to 3.29.5. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.29.4...3.29.5) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.29.5 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/filelock-3.29.5
19 hours ago
Bump filelock from 3.29.4 to 3.29.5 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.29.4 to 3.29.5. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.29.4...3.29.5) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.29.5 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.15/filelock-3.29.5
19 hours ago
Bump coverage from 7.14.3 to 7.15.0 Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.14.3 to 7.15.0. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.14.3...7.15.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/coverage-7.15.0
19 hours ago
Latest Branches
CodSpeed Performance Gauge
-14%
Add support for HTTP/2
#13039
4 hours ago
2ecae5a
Moist-Cat:master
CodSpeed Performance Gauge
0%
parse_mimetype: skip whitespace-only segments after a semicolon
#13049
6 hours ago
c599730
HrachShah:fix/13009-parse-mimetype-ws-only
CodSpeed Performance Gauge
0%
Restrict Dependabot to requirements/
#13048
9 hours ago
48656bd
Dreamsorcerer-patch-2
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs