aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Apply suggestion from @Dreamsorcerer
rodrigobnogueira:query-http-method
3 hours ago
Add the ssl parameter to ClientSession (#13122) Backport to 3.15 with adaptations: the session default is resolved before _merge_ssl_params in _request and _ws_connect (the merge treats any non-True ssl as explicit and would reject the sentinel when a legacy parameter is also given), the per-request isinstance checks from master are not carried over (_merge_ssl_params already validates ssl and would raise first, making them dead code on 3.15), the constructor validates its new ssl argument with the 3.x error message, SSL_ALLOWED_TYPES is imported in client.py, the docs version tags say 3.15, and tests cover the constructor, request and ws_connect validation paths. (cherry picked from commit bc3b5cf27e1a1c19b3320c4f36ba1f0f4b3e2b70)
rodrigobnogueira:backport-13122-3.15
5 hours ago
Fix C parser reporting the QUERY method as "<unknown>" llhttp already parses QUERY (RFC 10008, enum value 46), but the method table in _http_parser.pyx ended one entry short, so servers built with the C extensions saw "<unknown>" and answered 405 for routes registered for QUERY. Bump METHODS_COUNT to 47, declare HTTP_QUERY in _cparser.pxd, add hdrs.METH_QUERY, and mark QUERY idempotent for the client connection-retry logic per the RFC.
rodrigobnogueira:query-http-method
5 hours ago
Fix C parser reporting the QUERY method as "<unknown>" llhttp already parses QUERY (RFC 10008, enum value 46), but the method table in _http_parser.pyx ended one entry short, so servers built with the C extensions saw "<unknown>" and answered 405 for routes registered for QUERY. Bump METHODS_COUNT to 47, declare HTTP_QUERY in _cparser.pxd, add hdrs.METH_QUERY, and mark QUERY idempotent for the client connection-retry logic per the RFC.
rodrigobnogueira:query-http-method
5 hours ago
Add the ssl parameter to ClientSession (#13122) Backport to 3.15 with four adaptations: the session default is resolved before _merge_ssl_params in _request and _ws_connect (the merge treats any non-True ssl as explicit and would reject the sentinel when a legacy parameter is also given), SSL_ALLOWED_TYPES is imported in client.py, the docs version tags say 3.15, and a test covers the ws_connect ssl validation (that check is new code on 3.15, unlike master, so no existing test exercised its failure path). (cherry picked from commit bc3b5cf27e1a1c19b3320c4f36ba1f0f4b3e2b70)
rodrigobnogueira:backport-13122-3.15
6 hours ago
Add the ssl parameter to ClientSession (#13122) Backport to 3.15 with three adaptations: the session default is resolved before _merge_ssl_params in _request and _ws_connect (the merge treats any non-True ssl as explicit and would reject the sentinel when a legacy parameter is also given), SSL_ALLOWED_TYPES is imported in client.py, and the docs version tags say 3.15. (cherry picked from commit bc3b5cf27e1a1c19b3320c4f36ba1f0f4b3e2b70)
rodrigobnogueira:backport-13122-3.15
7 hours ago
Add the ssl parameter to ClientSession (#13122) Backport to 3.15 with three adaptations: the session default is resolved before _merge_ssl_params in _request and _ws_connect (the merge treats any non-True ssl as explicit and would reject the sentinel when a legacy parameter is also given), SSL_ALLOWED_TYPES is imported in client.py, and the docs version tags say 3.15. (cherry picked from commit bc3b5cf27e1a1c19b3320c4f36ba1f0f4b3e2b70)
rodrigobnogueira:backport-13122-3.15
9 hours ago
Bump mypy from 2.1.0 to 2.3.0 Bumps [mypy](https://github.com/python/mypy) from 2.1.0 to 2.3.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/mypy-2.3.0
17 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Fix C parser reporting the QUERY method as "<unknown>"
#13167
3 hours ago
77eaac2
rodrigobnogueira:query-http-method
CodSpeed Performance Gauge
0%
[PR #13122/bc3b5cf2 backport][3.15] Add the ssl parameter to ClientSession
#13166
4 days ago
5e3f6c9
rodrigobnogueira:backport-13122-3.15
CodSpeed Performance Gauge
0%
Bump mypy from 2.1.0 to 2.3.0
#13165
17 hours ago
571b9e1
dependabot/pip/mypy-2.3.0
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs