How do I verify a download?
- Remove buildout support in favour of tox. [bug=922605] - Adjust versioning strategy to avoid importing pkg_resources, which is slow in large environments.
- Drop support for Python 3.2, 3.3, and 3.4. - Accept Unicode parameter values again when performing multipart/form-data encoding on Python 2 (broken in 1.3.3).
- Advertise support for Python 3.8. - Add Python 3.9 compatibility by using xml.etree.ElementTree if xml.etree.cElementTree does not exist. [bug=1870294]
- Drop support for Python < 2.6. - Add tox testing support. - Implement a subset of MIME multipart/form-data encoding locally rather than using the standard library's email module, which doesn't have good handling of binary parts and corrupts bytes in them that look like line endings in various ways depending on the Python version. [bug=1729754]
1.3.2 (2013-02-25) ==================
- Impose sort order to avoid test failures due to hash randomization. LP: #1132125 - Be sure to close streams opened by pkg_resources.resource_stream() to avoid test suite complaints.
Thanks stefanor
Fix double _from_string breaking date times.
- Add Python 3 compatibility
- Add the ability to inspect links before following them.
- Ensure that the sample data is packaged.