yarl
https://github.com/aio-libs/yarl
Python
Yet another URL library
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported1 Subscribers
Add a CodeTriage badge to yarl
Help out
- Issues
- `URL(str)` parsing skips the host validation that `URL.build()` enforces (accepts NUL/control chars and delimiter-injecting hosts)
- fix: no IndexError for empty host / bracketed authority ending in @
- Preserve encoded base path when joining URLs
- Update hypothesis requirement from >=6.161.0 to >=6.161.6 in /requirements
- fix: handle empty hostinfo after '@' in bracketed authority parsing
- fix: handle empty host in host_port_subcomponent
- Bump cython from 3.2.8 to 3.2.9 in /requirements
- `host_port_subcomponent` raises `IndexError` for an empty host
- Bracketed authority ending in @ raises IndexError
- reject non-ascii-digit port in split_netloc
- Docs
- Python not yet supported