aio-libs
yarl
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
ci: honor cython pin under build[uv] with UV_CONSTRAINT (#1729)
master
19 hours ago
Address review comments: wording, round-trip, empty-zone - Reword the error from "Invalid characters in IPv6 zone ID" to "Invalid characters in zone identifier"; the same check fires for inputs like 127.0.0.1%\x001 where the IPv6 wording is misleading. Validation behavior is unchanged. - Add a round-trip assertion (URL(str(u)).host == ...) to test_url_build_ipv6_zone_id_valid so any future regression in serialization of zone IDs is caught. - Add test_url_build_ipv6_zone_id_empty for the bare-trailing-% case and note the empty-zone rejection in CHANGES/1655.bugfix.1.rst.
rodrigobnogueira:fix-host-validation
23 hours ago
Merge branch 'master' into fix-host-validation
rodrigobnogueira:fix-host-validation
23 hours ago
Merge branch 'master' into fix-ipv6-zone-id
rodrigobnogueira:fix-ipv6-zone-id
1 day ago
Address review feedback on IPv6 zone ID PR - Collapse the %25/% partition selection in _encode_host into a single ternary, per @bdraco's suggestion. - Add an inline rationale: %25 is the RFC 6874 separator; bare % is still accepted for hosts constructed programmatically (e.g. via with_host('fe80::1%1')). - Document the %25 -> % decoding in the .host docstring so callers see that the encoded form remains available via raw_host / host_subcomponent. - Broaden tests to cover named zones, zone + port, host_port_subcomponent, authority, human_repr, round-tripping through str(url), and a percent-encoded byte inside the zone identifier.
rodrigobnogueira:fix-ipv6-zone-id
1 day ago
ci: honor cython pin under build[uv] with UV_CONSTRAINT (#1729)
master
2 days ago
fix: resolve CI failures on #1682 (attempt 1)
aiolibsbot:koan/exclude-stale-shared-libs
3 days ago
fix: resolve pre-existing CI failures on #1682
aiolibsbot:koan/exclude-stale-shared-libs
3 days ago
Latest Branches
CodSpeed Performance Gauge
0%
Fix host validation: IPv6 zone ID characters and NFKC percent bypass
#1655
23 hours ago
06047a9
rodrigobnogueira:fix-host-validation
CodSpeed Performance Gauge
0%
Fix IPv6 Zone ID decoding to correctly handle RFC 6874 %25 separator
#1653
1 day ago
defc613
rodrigobnogueira:fix-ipv6-zone-id
CodSpeed Performance Gauge
0%
Exclude stale native build artifacts from PEP 517 build copy
#1682
3 days ago
eaca556
aiolibsbot:koan/exclude-stale-shared-libs
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs