* Add support for Python 3 (tested with Python 3.2). Data being
encrypted, decrypted, signed or verified is treated as bytes, while
textual data (including textual representations of binary data like
key IDs) uses the string/unicode type.
* The test suite has been moved to the toplevel and is no longer
installed with the extension.
* The examples directory is now included in tarball releases.