* Support Python 3.5
* Convert feedparser from a monolithic file to a package
* The ``feedparser.SANITIZE_HTML`` flag has moved to ``feedparser.api.SANITIZE_HTML``.
* Unify the codebase so that 2to3 conversion is no longer required
* Remove references to iconv_codecs
* Update the Creative Commons namespace URI's
* Update the default User-Agent name and URL
* Catch EOFError when using gzip in Python 3.4
* Issue 20: Support Middle European (Summer) Time timezones
* Issue 50: Pass ``data`` to ``lazy_chardet_encoding()``
* Issue 51: Document that datetimes are returned in UTC
* Issue 57: Remove cjkpython references in the documentation