Duncan McIntosh

Results 3 issues of Duncan McIntosh

I downloaded a copy of the repository and changed the version in \_\_init\_\_.py to 2.0.3 or something, and then installed it via `setup.py`. However, now when I try to play...

The two changes aren't really related, but oh well, I don't want to open too many PRs. Documentation is now built at build-time, using pod2man within Automake instead of a...

This fixes memory leaks (including fixing #20), uses `g_hash_table_new_full` instead of `g_hash_table_new` to simplify some memory management, removes a bunch of annoying `GLib-CRITICAL` errors due to an unset GVariant and...