* Support Python 3.x. As a result, pyliblo can no longer be built with
Pyrex, and requires Cython >= 0.12 instead.
* Added free() method to Server and ServerThread classes.
* Added fileno() method to Server and ServerThread classes (thanks to
Edward George).
* Prefer read-only properties over getter methods (which still exist, but
are now deprecated).
* Added proper docstrings (copied from the HTML docs).
* The minimum version of liblo required by pyliblo is now 0.26.