RELEASED Python 3.1 alpha 1

2009-03-07 Thread Benjamin Peterson
On behalf of the Python development team and the Python community, I'm happy to announce the first alpha release of Python 3.1. Python 3.1 focuses on the stabilization and optimization of features and changes Python 3.0 introduced. The new I/O system has been rewritten in C for speed. Other featu

Jython 2.5 beta 2 Released

2009-03-07 Thread Frank Wierzbicki
On behalf of the Jython development team, I'm pleased to announce that Jython 2.5b2 is available for download here: http://downloads.sourceforge.net/jython/jython_installer-2.5b2.jar. See http://www.jython.org/Project/installation.html for installation instructions. Unless a severe bug is found, t

ANN: eric 4.3.1 released

2009-03-07 Thread Detlev Offenbach
Hi, I just uploaded eric 4.3.1. It is a maintenance release fixing some bugs. It is available via the eric4 web site. http://eric-ide.python-projects.org/index.html Eric is a Python (and Ruby) IDE that comes with batteries included. Please see the a.m. web site for more details. Regards, Detlev

pyIDL-0.7c2

2009-03-07 Thread Michael McKerns
updated Python bindings for ITT's IDL http://www.its.caltech.edu/~mmckerns/software.html # Version 0.7c2: 03/06/09 added support for idl_7.0 installs with setuptools, if available more gentle install & dependency failure sensible path defaults for linux and mac slight change in license

Announcing PAM 3.0 for Web testing

2009-03-07 Thread bobm_qa
Python Automation Module version 3.0 (PAM30.py). This python module allows simple automation of the Internet Explorer Browser by using the COM object. This can be used in QA or Development testing to write Automation tests in Python . Easy to use. Note: This version only only works with Python 3

ANN: Python process utility (psutil) 0.1.1 released

2009-03-07 Thread Giampaolo Rodola'
Hi, I'm pleased to announce the 0.1.1 release of psutil: http://code.google.com/p/psutil === About === psutil is a module providing an interface for retrieving information on running processes in a portable way by using Python. It currently supports Linux, OS X, FreeBSD and Windows. === Enhancem