- Python 3 support; - get_meta_refresh encoding handling is fixed; - check for '?' in add_or_replace_parameter; - ISO-8859-1 is used for HTTP Basic Auth; - fixed unicode handling in replace_escape_chars;
1.3
----------------
- support non-standard gb_2312_80 encoding; - drop Python 2.5 support.
1.2
----------------
- Detect encoding for content attr before http-equiv in meta tag.
1.1
----------------
- w3lib.html.remove_comments handles multiline comments; - Added w3lib.encoding module, containing functions for working with character encoding, like encoding autodetection from HTML pages. - w3lib.url.urljoin_rfc is deprecated.