A while back, I mentioned here and here that OmniFocus maintains some kind of cache of your data in a SQLite database. I just hacked together a quick little prototype Python module for reading OmniFocus data:...
https://github.com/pypa/pip/pull/374 The pull request addresses a UnicodeDecodeError bug in pip. It affects pip in Python 3 and it's triggered when a package install fails and emits Unicode characters to the console. A classic...
My pull request (to fix a Unicode bug that I discovered while working on a bug in pip) was accepted for inclusion in Ian Bicking's ScriptTest package....
I had some code accepted into Twisted to solve a bug related to Unicode. The bug is actually 2 years old and I first got involved 23 months ago (in December of 2009), so it's good to see the loop finally closed....
I was playing around with phpserialize and found out that phpserialize doesn't work on Python 3. However, I put together a GitHub fork that works with Python 3 (and also has tests, especially for Unicode which is the real gotcha...
I had a few more of my contributions accepted into South: Bitbucket pull request #10: Make `schemamigration` output more readable and PEP8-compliant Bitbucket pull request #11: Print the failing SQL when a query fails Bitbucket...