f9c654a5ce
- update to 1.5.0: - Fix bug where a valid IRI is mishandled by `urlparse and ParseResultBytes. - Add :meth:~rfc3986.builder.URIBuilder.extend_path`,
Dirk Mueller2021-06-06 12:15:21 +00:00
8d46b8e0e8
- update to 1.2.0: * Update abnf_regexp.py * Update uri.py * Add test cases for 933d429f * Allow percent-encoded bytes in host * Remove unnecessary whitespace * Correct name throughout the project * Percent-encode % chars * Minor tweak for cleaner logic * Add test cases specifically for % detection * Make package building Windows-friendly * Tack on changes for #35 * Drop Python 3.3, add Python 3.6 and 3.7 * Update for new organization home * Bump version to 1.2.0 * Use the encoding param in to_str and to_bytes
Thomas Bechtold2019-03-05 15:04:18 +00:00
869d161f9d
- update to 1.0.0: * Add support for :rfc:6874 - Zone Identifiers in IPv6 Addresses * Add a more flexible and usable validation framework. See our documentation for more information. * Add an object to aid in building new URIs from scratch. See our documentation for more information. * Allow `None to be used to eliminate components via copy_with` for URIs and ParseResults.
Dirk Mueller2017-06-10 07:57:44 +00:00