aio-libs
yarl
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
PyPy 3.11 (#1660)
master
12 hours ago
Preserve percent-encoding in relative paths to prevent scheme materialization When split_url() does not recognize a scheme (e.g. because of percent-encoded characters like ht%74p), PATH_REQUOTER could decode those characters and produce a path that looks like an absolute URL (http://...). This made str() and human_repr() emit a URL with a scheme/host that disagreed with the parsed .scheme, .host, and .absolute properties. After requoting a relative path, if the result would start with a valid scheme prefix, the colon is re-encoded to %3A so the serialized form stays relative.
rodrigobnogueira:fix/pct-encoded-scheme-bypass
22 hours ago
Preserve percent-encoding in relative paths to prevent scheme materialization When split_url() does not recognize a scheme (e.g. because of percent-encoded characters like ht%74p), PATH_REQUOTER could decode those characters and produce a path that looks like an absolute URL (http://...). This made str() and human_repr() emit a URL with a scheme/host that disagreed with the parsed .scheme, .host, and .absolute properties. After requoting a relative path, if the result would start with a valid scheme prefix, the colon is re-encoded to %3A so the serialized form stays relative.
rodrigobnogueira:fix/pct-encoded-scheme-bypass
22 hours ago
Apply suggestion from @Dreamsorcerer
lazy-pydantic
1 day ago
Apply suggestion from @Dreamsorcerer
lazy-pydantic
1 day ago
PyPy 3.11 (#1660)
master
3 days ago
PyPy 3.11 (#1660)
master
4 days ago
PyPy 3.11 (#1660)
master
4 days ago
Latest Branches
CodSpeed Performance Gauge
0%
Preserve percent-encoding in relative paths to prevent scheme materialization
#1669
22 hours ago
163d3fe
rodrigobnogueira:fix/pct-encoded-scheme-bypass
CodSpeed Performance Gauge
0%
Lazy import pydantic
#1668
1 day ago
3f236c4
lazy-pydantic
CodSpeed Performance Gauge
0%
docs: document SupportsInt conversion behavior for query params
#1638
9 days ago
5ff0fee
toroleapinc:docs/issue-1458-document-supportsint-conversion
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs