| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Furl v2.1.0. source code.tar.gz | 2019-09-20 | 52.9 kB | |
| Furl v2.1.0. source code.zip | 2019-09-20 | 58.7 kB | |
| README.md | 2019-09-20 | 675 Bytes | |
| Totals: 3 Items | 112.2 kB | 0 | |
-
Added: a
dont_quote=parameter toQuery.encode()and aquery_dont_quote=parameter tofurl.tostr()that exempt valid query characters from being percent-encoded, either in their entirety withdont_quote=True, or selectively withdont_quote=<string>, likedont_quote='/?@_'. -
Changed: Move package info from
__init__.pyinto the more standard__version__.py. -
Fixed: Support Unicode usernames and passwords in Python 2.
-
Fixed: Update orderedmultdict to v1.0.1 to resolve a DeprecationWarning.
-
Fixed: Encode
'/'consistently in query strings across bothquote_plus=Trueandquote_plus=False.