aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Optimizations
Branches
Benchmarks
Runs
Performance History
Latest Results
Skip docs signature tests where the docs tree is absent The mobile CI jobs run the suite inside a cibuildwheel testbed whose CIBW_TEST_SOURCES is "pytest.ini README.rst tests", so docs/ is never copied into the testbed and every read of a reST file raised FileNotFoundError. Guard the module on the docs directory existing so those jobs skip instead of failing. The guard only applies where the reST files are missing, so the checks still run in the full checkout that the Linux, macOS and Windows jobs use.
pasmud:gsz/docs-api-reference-signatures
1 hour ago
Correct API reference signatures that drifted from the code Several documented signatures no longer matched the implementation, so readers following the reference could copy a call that raises TypeError. FormData.add_field() still documented content_transfer_encoding, which was removed, and omitted the keyword-only marker on content_type and filename. It also claimed that passing bytes derives the filename from the field name, but the code only derives a filename for io.IOBase values. run_app() documented keepalive_timeout=3630, which is the RequestHandler default, rather than its own 75.0. Response() documented zlib_executor_size=sentinel, but the default is the 4096 byte MAX_SYNC_CHUNK_SIZE. BodyPartReader.get_charset() documented default=None, while the argument is required. ClientTimeout() omitted the ceil_threshold field that the class accepts and that the client timeout scheduler reads. Add tests/test_docs_signatures.py, which parses the reST signatures and compares them against the real objects so the documented defaults cannot drift again unnoticed.
pasmud:gsz/docs-api-reference-signatures
1 hour ago
Document UnixConnector request URL forms (#13781)
master
8 hours ago
Apply suggestion from @Dreamsorcerer
absolute-scheme
14 hours ago
Update http_parser.py
absolute-scheme
15 hours ago
Rename 13820.bugfix.rst to 13821.bugfix.rst
absolute-scheme
17 hours ago
[PR #13781/040c65ee backport][3.15] Document UnixConnector request URL forms (#13822) **This is a backport of PR #13781 as merged into master (040c65ee1ae18f3ef8ddd16840153181bff92fc2).** Co-authored-by: Muhammad Ali <96878085+muhammad-a-dev@users.noreply.github.com>
3.15
19 hours ago
[PR #13781/040c65ee backport][3.14] Document UnixConnector request URL forms (#13823) **This is a backport of PR #13781 as merged into master (040c65ee1ae18f3ef8ddd16840153181bff92fc2).** Co-authored-by: Muhammad Ali <96878085+muhammad-a-dev@users.noreply.github.com>
3.14
19 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Correct API reference signatures that drifted from the code
#13825
1 hour ago
ffcab20
pasmud:gsz/docs-api-reference-signatures
CodSpeed Performance Gauge
0%
Use protocol scheme for absolute-form requests
#13821
15 hours ago
dd808d6
absolute-scheme
CodSpeed Performance Gauge
0%
[PR #13781/040c65ee backport][3.15] Document UnixConnector request URL forms
#13822
23 hours ago
6bb6a69
patchback/backports/3.15/040c65ee1ae18f3ef8ddd16840153181bff92fc2/pr-13781
Ā© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs