py-hyperlink/src/hyperlink
Tom Most a9eba07c72 Don't force encode +
Before:

>>> URL(scheme='https', host='foo', query={'f+o o': 'b+a r'}).to_text()
'https://foo/?f%2Bo o=b%2Ba r'

After:

>>> URL(scheme='https', host='foo', query={'f+o o': 'b+a r'}).to_text()
'https://foo/?f+o o=b+a r'

If spaces pass unencoded, surely + can.
2020-12-28 21:43:47 -08:00
..
test Test URL round-tripping of + in query 2020-12-28 14:38:59 -08:00
__init__.py Un-export parse_host and remove it from the docs. 2019-11-07 16:38:08 -08:00
_socket.py Run black-reformat 2020-04-02 09:45:19 -07:00
_url.py Don't force encode + 2020-12-28 21:43:47 -08:00
hypothesis.py Reformat with Black 2020-12-22 11:50:31 -08:00
idna-tables-properties.csv.gz Compress the IDNA table 2020-03-30 15:42:18 -07:00
py.typed Add some text in case someone wonders what this file is 2020-01-26 13:03:48 -08:00