ANN: Tftpy 0.1 - Pure Python TFTP Library

2006-10-03 Thread Michael P. Soulier
Announcing new project, Tftpy, a Pure Python TFTP implementation. About Release 0.1: == This is an initial release in the spirit of "release early, release often". Currently the sample client works, supporting RFC 1350. The server is not yet implemented, and RFC 2347 and 2348 supp

ANN: Urwid 0.9.7.1 - Console UI Library

2006-10-03 Thread Ian Ward
Announcing Urwid 0.9.7.1 Urwid home page: http://excess.org/urwid/ Tarball: http://excess.org/urwid/urwid-0.9.7.1.tar.gz About this release: === This release fixes bugs introduced in the Padding and Overlay classes in the previous release. These

ANNOUNCE: PyGObject 2.12.2

2006-10-03 Thread Johan Dahlin
I am pleased to announce version 2.12.2 of the Python bindings for GObject. The new release is available from ftp.gnome.org as and its mirrors as soon as its synced correctly: http://download.gnome.org/sources/pygobject/2.12/ What's new since PyGObject 2.12.1: - Make PyGObject 64-bit sa

Roundup Issue Tracker release 1.1.3

2006-10-03 Thread Richard Jones
I'm proud to release version 1.1.3 of Roundup. Feature: - supports Python 2.5, including the sqlite3 module - full timezone support (sf patch 1465296) - handle connection loss when responding to web requests - match incoming mail In-Reply-To against existing messages when no issue id is specifie

Dr. Dobb's Python-URL! - weekly Python news and links (Oct 4)

2006-10-03 Thread Cameron Laird
QOTW: "If you want your objects to know their name, give them a name as an attribute." - Georg Brandl "Unfortunately forty years of programming experience has taught me that there's an essentially infinite supply of mistakes to make ... your mistakes just get smarter most of the time." - Steve

ANN: PLY-2.1 (Python Lex-Yacc)

2006-10-03 Thread David Beazley
October 2, 2006 Announcing : PLY-2.1 (Python Lex-Yacc) http://www.dabeaz.com/ply I'm pleased to announce a significant new update to PLY---a 100% Python implementation of the common parsing tools lex and yacc. PLY-2.1 builds upon the reimplementation