- When filling forms with unicode strings automatically encode them into the correct encoding fr the HTML page being viewed
- Guess content type when uploading files if not specified
- py3 compat - Have the version of simple cookies be 0 rather than None
- A couple of python 3 specific fixes for proxy authorization and adding controls to forms
- A couple of python 3 specific fixes for servers with missing robots.txt files and also errors when using basic/digest auth
- Python 3 compatibility
- Add a finalize_request_headers callback to Browser to allow users full control of what headers are sent with every request
- Preserve header ordering when making HTTP requests
- Fix processing of http-equiv meta tags incorrectly lower casing the content
- Fix error when a textbox contained within a form contains unicode characters
Signed-off-by: Pierre-Yves <pyu@riseup.net>