Blogspot - copypasteprogrammer.blogspot.com - The copy/paste programmer
General Information:
Latest News:
Buildbot and nose test coverage 17 Mar 2010 | 09:14 am
I have been using buildbot (and nose) for a little while now and I really like it (I like nose too, just for the record). It's very hackable and I think I will be able to accomplish most, if not all, ...
Git post-receive (commit emails) hook in Python 16 Mar 2010 | 06:35 pm
I recently needed to host a private Git repository on my home server. I also wanted to send commit emails to the two other project members. We all have our email hosted on various servers around the n...
Nested with statements in Python 3.1 are nice 9 Mar 2010 | 01:30 am
Before Python 3.1 a convenient (but problematic) way of using nested with statements was to use the standard library provided context manager contextlib.nested. This context manager suggests that it c...