Issues
- 0
Unhandled exception (IndexError) in URL parsing
#1485 opened by lenix123 - 1
Initial string changes after quoting and unquoting
#1482 opened by lenix123 - 3
Naming of `suffix` and associated properties introduces confusion and should be renamed
#1481 opened by PLPeeters - 6
- 1
`with_suffix` always reencode entire name
#1467 opened by NTFSvolume - 1
- 0
Support the free-threaded build of CPython 3.13
#1455 opened by lysnikolaou - 7
Tests failing in a new environment with an exception (`ValueError: chr() arg not in range(0x110000)`)
#1411 opened by markgreene74 - 6
Support uppercase characters in host
#1441 opened by xZise - 0
Remove the code-cov pin once https://github.com/codecov/codecov-action/issues/1683 is solved
#1426 opened by bdraco - 3
Explicit port 0 replaced with default port
#1408 opened by gmacon - 1
The port is required to be an int
#1409 opened by epenet - 3
Provide `to_dict` method or make `URL` a mapping
#989 opened by dhirschfeld - 1
Small cleanups for the new subtraction operator
#1377 opened by bdraco - 4
Add Support for Relative Path Calculation
#1183 opened by gshmu - 2
- 1
- 1
Remove the need to set ENABLE_HYPOTHESIS_TESTS in tests
#1262 opened by bdraco - 0
Unneeded host re encode in origin
#1272 opened by bdraco - 4
- 1
hypothesis tests take too long under qemu
#1237 opened by bdraco - 3
Do bool parsing using yaml
#1173 opened by keeganmccallum - 7
- 0
- 4
Parsing an IPv6 address URL with no port number (e.g. `http://[::1]/`) loses the square brackets
#1157 opened by c3pmark - 8
Allow numpy values in query
#945 opened by osindm - 2
Passing params to a new client request generates multiple urls because yarl does not support merging query params
#1127 opened by bdraco - 8
- 1
Export Query type
#1050 opened by Dreamsorcerer - 0
Ability to remove a specific query parameter
#1010 opened by SamStephens - 3
- 0
Hello, I think this change broke python 3.8 support:
#1105 opened by bdraco - 1
encode host is still slow for the cache miss case
#1103 opened by bdraco - 0
Typing on the port property was missed
#1096 opened by bdraco - 4
Port normalization
#921 opened by Julian - 0
Normalize URL string ports per RFC 3986 section 3.2.3 #1033 introduced blocking I/O
#1075 opened by bdraco - 2
- 4
Regression: Trailing slash for yarl.URL ("http://localhost") / "path" / "" is dropped in 1.9.4
#984 opened by alex-kowalczyk - 3
__truediv__ to append a path drops final /
#926 opened by mscout1 - 10
- 22
Trying to build a wheel of YARL with the command `python -m build --wheel` issued at the root returns an error from `_backend.py`
#1001 opened by Michael-B-G - 4
Building the wheel fails with TypeError: '_GeneratorContextManager' object is not an iterator
#1013 opened by penguinpee - 0
- 4
1.9.4: documentation build fail
#970 opened by kloczek - 6
1.9.4: pep517 based build does not build DSO modul
#969 opened by kloczek - 1
build failure if Cython is not available
#962 opened by Kiskae - 4
Non-ASCII hostnames are not validated and so allow "@" and other reserved gen-delims characters
#955 opened by mjpieters - 4
Test failures with Python 3.12.0b2
#894 opened by hrnciar - 2
Planned release?
#922 opened by Julian - 2