Software Contributions

My contributions to various projects in reverse chronological order.

PyPy

2022-12-08
pypy 7.3.10 MacOS x86_64 release do not work on macOS 10.15.7
[https://foss.heptapod.net/pypy/pypy/-/issues/3865]
bug report+patch
[upstream]

2011-05-03
reproductible BytecodeCorruption error with pypy-1.5
[https://bugs.pypy.org/issue713]
bug report/test case

pygment

2012-11-12
python traceback lexer is (slightly) wrong when there is several ':' in the last line
[https://bitbucket.org/birkenfeld/pygments-main/issue/821]
bug report+patch
[upstream]

docutils

2012-10-17
adding pygments options to code directive
[http://sourceforge.net/tracker/?func=detail&aid=3577850&group_id=38414&atid=422033]
feature request + patch

CPython

2011-07-01
wrong TypeError message on '%i' formatting
[http://bugs.python.org/issue12471]
bug report+patch
[upstream]

2011-03-26
PEP 380 reference implementation for 3.3
[http://bugs.python.org/issue11682]
patch queue
[upstream]

PyOpenGL

2011-05-02
allow some basic functionality on PyPy and Python3.2
patch
[upstream]

2010-12-06
basic functionality under pypy
patch
[upstream]

2007-05-04
Calling glutInit changes the working directory to the python executable path
bug report/test case/workaround
[upstream]

django-framework

2008-10-23
File locking broken on AFP mounts
[https://code.djangoproject.com/ticket/9433]
bug report/patch/workaround