Skip to content

Tags: python-hyper/hyperlink

Tags

v21.0.0

Toggle v21.0.0's commit message
update encoding of plus sign. many dependency bumps.

v20.0.1

Toggle v20.0.1's commit message
quick release to fix packaging metadata

v20.0.0

Toggle v20.0.0's commit message
type hints and URL internal state consistency

v19.0.0

Toggle v19.0.0's commit message
do not escape equal signs in query parameter values, and allow query …

…parameter removal by value

v18.0.0

Toggle v18.0.0's commit message
DecodedURL, parse, query-params-as-dict, proper modern idna, mixed pe…

…rcent decoding, and normalizing stray percents in percent-encoded fields

v17.3.1

Toggle v17.3.1's commit message
add URL.normalize() method and allow URL.click() to accept URL objects

v17.3.0

Toggle v17.3.0's commit message
remove 'family', fix percent decoding and to_iri() issues, limit URL.…

…from_text to only text types, and include LICENSE, etc. in tarball

v17.2.1

Toggle v17.2.1's commit message
a small bugfix release. reverts exception message for parameters expe…

…cting strings on Python 3.

v17.2.0

Toggle v17.2.0's commit message
fixed a great round of issues based on the amazing community review (@…

…wsanchez and @jvanasco) after our first announcement

v17.1.1

Toggle v17.1.1's commit message
slight update to behavior with empty paths to be more in line with RF…

…C 3986 section 6.2.3, also bringing hyperlink back into compliance with legacy Twisted test suite. Most other commits since last release are related to the LICENSE, CI, and code coverage as a service