ANN: PIL 1.1.6 final (december 3, 2006)

2006-12-04 Thread Fredrik Lundh
The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities, including display support for Windows and Tkinter. The new 1.1.6 release provides, among other

ANN: cElementTree 1.0.4 (december 13, 2005)

2005-12-16 Thread Fredrik Lundh
effbot.org proudly presents release 1.0.4 of the cElementTree library, a fast and very efficient implementation of the ElementTree API, for Python 2.1 and later. On typical documents, it's 15-20 times faster than the Python version of ElementTree, and uses 2-5 times less memory. cElementTree

ANN: PIL 1.1.6 alpha 1 (december 11, 2005)

2005-12-12 Thread Fredrik Lundh
The first official PIL 1.1.6 alpha is now available from effbot.org: http://effbot.org/downloads (look for Imaging-1.1.6a1.tar.gz) Notable additions since 1.1.5: + Added pixel access object. The load method now returns an access object that can be used to directly get and set pixel

ANN: WCK for Tkinter 1.1 final (december 11, 2005)

2005-12-11 Thread Fredrik Lundh
The Widget Construction Kit (WCK) is an extension API that allows you to implement custom widgets in pure Python. The WCK can be (and is being) used for everything from light-weight display widgets to full-blown editor frameworks. The Tkinter3000 implementation of the WCK supports all recent

ANN: PythonDoc 2.1 beta 3 (march 25, 2005)

2005-03-25 Thread Fredrik Lundh
PythonDoc is a documentation tool for Python, inspired by JavaDoc. Like JavaDoc, PythonDoc scans your Python code for doc comments, and generates API documentation in XML and HTML formats. Python- Doc supports basic JavaDoc tags like @param and @return, and adds a few Python-specific tags. You

ANN: ElementTree 1.2.6 (march 16, 2005)

2005-03-17 Thread Fredrik Lundh
The Element type is a simple but flexible container object, designed to store hierarchical data structures, such as simplified XML infosets, in memory. The ElementTree package provides a Python implementation of this type, plus code to serialize element trees to and from XML files. ElementTree

ANN: cElementTree 1.0.2 (march 2, 2005)

2005-03-17 Thread Fredrik Lundh
effbot.org proudly presents release 1.0.2 of the cElementTree library, a fast and very efficient implementation of the ElementTree API, for Python 2.1 and later. On typical documents, it's 15-20 times faster than the Python version of ElementTree, and uses 2-5 times less memory. cElementTree