[RELEASED] Python 3.1 beta 1

2009-05-06 Thread Benjamin Peterson
On behalf of the Python development team, I'm thrilled to announce the first and only beta release of Python 3.1. Python 3.1 focuses on the stabilization and optimization of features and changes Python 3.0 introduced. For example, the new I/O system has been rewritten in C for speed. File system

sqlparse 0.1.1 released

2009-05-06 Thread Andi Albrecht
I'm happy to announce sqlparse 0.1.1. sqlparse is a non-validating SQL parser module. Download: http://python-sqlparse.googlecode.com/files/sqlparse-0.1.1.tar.gz This is a bug fix release. Changes since 0.1.0 * Lexers preserves original line breaks (issue1). * Improved identifier parsing: bac

SQLObject 0.9.10

2009-05-06 Thread Oleg Broytmann
Hello! I'm pleased to announce version 0.9.10, a minor bugfix release of 0.9 branch of SQLObject. What is SQLObject = SQLObject is an object-relational mapper. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be easy

SQLObject 0.10.5

2009-05-06 Thread Oleg Broytmann
Hello! I'm pleased to announce version 0.10.5, a minor bugfix release of 0.10 branch of SQLObject. What is SQLObject = SQLObject is an object-relational mapper. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be eas

Python-URL! - weekly Python news and links (May 5)

2009-05-06 Thread Gabriel Genellina
QOTW: "... [S]omebody's gotta put up some resistance to cute shortcuts, or we'll find ourselves back with Perl." - Peter Pearson http://groups.google.com/group/comp.lang.python/msg/2ce1b43e4d40528f How much memory occupies an object? http://groups.google.com/group/comp.lang.pytho