web2py is a Python full-stack enterprise Web framework for the agile development of fast, secure, and portable database-driven Web-based applications. It is compatible with the Google App Engine.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release includes a new cron implementation, Hindi and Spanish translations, progress bars in cached uploads, Ingres database support, and legacy database support for DB2 and MSSQL with non-int primary keys. A default setting was provided for content-type, which may cause strange behavior in old apps when downloading images. IS_UPPER and IS_LOWER now work with Unicode. CLENUP now takes a regexp of allowed/non-allowed characters. rewrite.py now allows dynamic routes. Better error messages were provided for IS_INT_* and IS_FLOAT_* .