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
aoright:fix-multipart-as-bytes-encoding
8 hours ago
Restructure force_close test reset check for CodeQL CodeQL flags the data variable as potentially uninitialized because it is reassigned inside a suppress() block. Use the equivalent try/except form, which assigns on every path. No behavior change: the assert still requires an empty final read.
istoolsfox:fix/force-close-skips-lingering
9 hours ago
Bump ast-serialize from 0.9.0 to 0.10.0 (#13683) Bumps [ast-serialize](https://github.com/mypyc/ast_serialize) from 0.9.0 to 0.10.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mypyc/ast_serialize/commit/15364dbc8ef47f786b6e435cac38884844386f50"><code>15364db</code></a> Bump version to 0.10.0</li> <li><a href="https://github.com/mypyc/ast_serialize/commit/79b139ad336ba02c960fa74f26759447389ffc85"><code>79b139a</code></a> Reject invalid type ignores (<a href="https://redirect.github.com/mypyc/ast_serialize/issues/83">#83</a>)</li> <li><a href="https://github.com/mypyc/ast_serialize/commit/3bfe26c412b1682cf2206ead2c7c6370d96d2b17"><code>3bfe26c</code></a> Add flag indicating if type comment was used for a function (<a href="https://redirect.github.com/mypyc/ast_serialize/issues/85">#85</a>)</li> <li><a href="https://github.com/mypyc/ast_serialize/commit/0438ee5a1641d7e7c009e0c5277c35fbe1eb4acc"><code>0438ee5</code></a> Fix compile warnings by deleting unused constants (<a href="https://redirect.github.com/mypyc/ast_serialize/issues/84">#84</a>)</li> <li><a href="https://github.com/mypyc/ast_serialize/commit/3c54841a0166414f88b3b818df45f36fb0c3d01b"><code>3c54841</code></a> Add a flag indicating use of (unsupported) unicode surrogates (<a href="https://redirect.github.com/mypyc/ast_serialize/issues/82">#82</a>)</li> <li>See full diff in <a href="https://github.com/mypyc/ast_serialize/compare/v0.9.0...v0.10.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
10 hours ago
Add changelog symlink and make the new tests fully covered Towncrier needs the PR-numbered entry next to the issue-numbered one (symlink, per existing CHANGES entries). The force_close test's timeout/reset branches were unreachable on a passing run; suppress() keeps the reset tolerance without dead lines.
istoolsfox:fix/force-close-skips-lingering
11 hours ago
Skip lingering close for explicit response.force_close() An explicit force_close() on a response is the developer's statement that the connection should go away: close it right after the response is written instead of draining the unread request body for up to lingering_time seconds (#1800). Internally generated error responses and the websocket upgrade keep the graceful drain: the drain is load-bearing for seating an unread request body tail on upgrade (_replay_message_tail), and error pages should stay readable for clients that are still sending. Fixes #1800
istoolsfox:fix/force-close-skips-lingering
11 hours ago
Add changelog fragment
hxperl:docs-readuntil-signature
12 hours ago
Merge branch 'master' into upload-tracker
upload-tracker
1 day ago
Bump ast-serialize from 0.9.0 to 0.10.0 Bumps [ast-serialize](https://github.com/mypyc/ast_serialize) from 0.9.0 to 0.10.0. - [Commits](https://github.com/mypyc/ast_serialize/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: ast-serialize dependency-version: 0.10.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/ast-serialize-0.10.0
1 day ago
Latest Branches
CodSpeed Performance Gauge
0%
Fix MultipartWriter.as_bytes() to apply Content-Encoding and Content-Transfer-Encoding
#13688
8 hours ago
bd5ffa7
aoright:fix-multipart-as-bytes-encoding
CodSpeed Performance Gauge
0%
Skip lingering close for explicit response.force_close()
#13687
9 hours ago
126ff58
istoolsfox:fix/force-close-skips-lingering
CodSpeed Performance Gauge
0%
Document the real readuntil() signature
#13686
13 hours ago
6e619ad
hxperl:docs-readuntil-signature
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs