ANN: ChiPy August Meeting Topic "Snakes On Apples"

2007-08-05 Thread Brian Ray
ChiPy the Chipmunk** invites you to attend August's Chicago Python User Group meeting. ChiPy says, "This will be the best meet ever!" When Thursday August 9th 2007 7:00PM Cost Free Topics -- Snakes on Apples Developing Python on the Mac. All

[ANN] Vortragsanmeldung noch bis 15. August - Python-Workshop in Leipzig, Germany, September 7, 2007

2007-08-05 Thread Mike Müller
The following announcement is in German. Despite this we would like to post it here, because many German speaking Python users read this group/list. Vorträge für den Python-Workshop können noch bis zum 15. August eingereicht werden. Die bisher angenommenen Vorträge sind unter http://www.python-

PyQt v4.3 (Python Bindings for Qt) Released

2007-08-05 Thread Phil Thompson
Riverbank Computing is pleased to announce the release of PyQt v4.3 available from http://www.riverbankcomputing.co.uk/pyqt/. The highlights of this release include: - Full support for Qt v4.3.0. - Partial functions can be used as slots. - Many Qt classes now support the standard Python pickle p

ANN: cssutils 0.9.2b3

2007-08-05 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. Partly implements the DOM Level 2 Style Stylesheets and CSS interfaces. An implementation of the WD CSS Module: Namespaces which has no official DOM yet is included from v0.9.1. changes since 0.9.2b2 -

Rope 0.6 released

2007-08-05 Thread Ali Gholami Rudi
Rope 0.6 released. See the homepage at http://rope.sf.net or download it from http://sf.net/projects/rope/files. Rope is a python refactoring library and IDE. New features since 0.5 include: * Restructurings; searching for patterns in code and changing them * Handling imports when inlining * Ex

ANN: doctest-mode 0.4

2007-08-05 Thread Edward Loper
Announcing doctest-mode 0.4 ~~~ Webpage: http://www.cis.upenn.edu/~edloper/projects/doctestmode/ Walk-through: http://tinyurl.com/25bljc Subversion: https://python-mode.svn.sf.net/svnroot/python-mode/trunk/python-mode/ About doctest-mode ~~