Version 0.4: - API changes: mixers() and Mixer() now take a card index instead of a card name as optional parameter. - Support for Python 3.0 - Documentation converted to reStructuredText; use Sphinx instead of LaTeX. - added cards() - added PCM.close() - added Mixer.close() - added mixer.getenum() Version 0.3: - wrapped blocking calls with Py_BEGIN_ALLOW_THREADS/Py_END_ALLOW_THREADS - added pause Version 0.2: - Many bugfixes related to playback in particular - Module documentation in the doc subdirectory Version 0.1: - Initial version