[ANN]: IronPython 2.6 Release Candidate 3

2009-11-21 Thread Dave Fugate
Hello Python Community, We're pleased to announce the third and hopefully final release candidate of IronPython 2.6 which can be downloaded at http://ironpython.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=36150. Release Candidate 3 only includes Silverlight-related changes pertaining t

ANN: PyGUI Mailing List

2009-11-21 Thread Gregory Ewing
There is now a mailing list for discussion of PyGUI: http://mail.python.org/mailman/listinfo/pygui What is PyGUI? -- PyGUI is a cross-platform GUI toolkit designed to be lightweight and have a highly Pythonic API. http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ -- Gre

2to3c: an implementation of Python's 2to3 for C code

2009-11-21 Thread David Malcolm
I've written a tool to help people port their C python extensions from Python 2 to Python 3. It uses the Coccinelle tool [1] to apply a series of "semantic patches" to .c files. I also had to code one of the refactorings in python with regular expressions (due to the need to manipulate preprocesso