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...
A large number of problems that we have with our Django project at work turn out to be because of settings that are not what they should be (note that our settings are not straightforward to see with a glance at settings.py since...