----------------
- Fixed ``toStr`` to handle lists, for example a list of class names.
[maurits]
- Fixed browser to only follow redirects for HTTP statuses
301, 302, 303, and 307; not other 30x statuses such as 304.
- Fix passing a real file to ``add_file``.
- Add ``controls`` property to Form class to list all form controls.
- Restore the ability to use parts of the actually displayed select box titles.
- Allow to set a string value instead of a list on ``Browser.displayValue``.
- Fix setting empty values on a select control.
- Support Python 3.6, PyPy2.7 an PyPy3.3.