yarl 1.0.0 release
Changes
-
Use fast path if quoted string does not need requoting (#154)
-
Speed up quoting/unquoting by
_Quoter
and_Unquoter
classes (#155) -
Drop
yarl.quote
andyarl.unquote
public functions (#155) -
Add custom string writer, reuse static buffer if available (#157)
Code is 50-80 times faster than Pure Python version (was 4-5 times faster) -
Don't recode IP zone (#144)
-
Support
encoded=True
inyarl.URL.build()
(#158) -
Fix updating query with multiple keys (#160)