Monthly Archives: October 2007

Handy Alias: Grab latest svn log

I keep having the occasion to view the log comments for the current revision in my SVN repository. This means: Knowing the number of the current revision, Passing this to svn log -r Instead of doing that by hand, I … Continue reading

Posted in CLI | Tagged , , | 3 Comments

What are all the wxPython Events?

On several occasions recently I found did not know what event to specify to trigger something in my wxPython apps. I had a hard time finding anything close to a comprehensive list of all events available, so I was limited … Continue reading

Posted in Programming, Python | Tagged , , | 8 Comments