You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
w3lib.url.safe_url_string now supports an optional quote_path
parameter to disable the percent-encoding of the URL path (issue #119)
w3lib.url.add_or_replace_parameter and w3lib.url.add_or_replace_parameters no longer remove duplicate
parameters from the original query string that are not being added or
replaced (issue #126)
w3lib.html.remove_tags now raises a ValueError exception
instead of AssertionError when using both the which_ones and the keep parameters (issue #154)