* Python ≥ 2.6: make djvu.sexpr.ListExpression a “virtual subclass” of
collections.MutableSequence.
* Add append, count, extend, index, insert, pop, remove and reverse methods
for list expressions.
* Add ‘+=’ and ‘del’ operators for list expressions.
* Fix compatibility with Cython 0.12.
* Fix compatibility with some non-POSIX operating systems.
* Add work-around for <https://bugs.python.org/issue969718>.
* Improve setup.py:
+ Add work-around for <https://bugs.debian.org/607112>.
+ Make ‘clean --all’ remove temporary *.pxi and *.c files.
+ Don't import Cython modules; call the ‘cython’ binary instead.
+ Allow cross-compilation using MinGW cross compiler.
-- Jakub Wilk <jwilkjwilk.net> Wed, 15 Dec 2010 21:17:39 +0100