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...
TrueCrypt on Mac OS X has a nice GUI, but if you're a command-line afficionado... Put this in your ~/.bashrc or similar file: alias truecrypt='/Applications/TrueCrypt.app/Contents/MacOS/Truecrypt --text' Then you can do stuff...
I was trying to make it as easy as possible to access our YNAB file which lives in an encrypted TrueCrypt volume. The idea was to have OS X autofs automount the TrueCrypt volume so that when YNAB starts and attempts to load our...
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...