This is a production release, for people to use to build their own web sites. If you download the release you are encouraged to join the jonpy-users@lists.sourceforge.net list.
Changes include the 'domain' and 'create' arguments have been added to sessions, url-based sessions are now deprecated, cgi.set_form_encoding has been added, the 'postconnect' argument has been added to dbpool, and minor improvements to the documentation and minor bug fixes.
This is a production release, for people to use to build their own web sites. If you download the release you are encouraged to join the jonpy-users@lists.sourceforge.net list.
Changes include unicode support, minor functionality improvements, minor improvements to the documentation and minor bug fixes.
This is a production release, for people to use to build their own web sites. If you download the release you are encouraged to join the jonpy-users@lists.sourceforge.net list.
Changes include support for gzip-compressed output, support for more file-like operations in cgi.Request (e.g. seek(), tell() ), minor improvements to the documentation and minor bug fixes.
This is a production release, for people to use to build their own web sites. If you download the release you are encouraged to join the jonpy-users@lists.sourceforge.net list.
Changes include unicode support, changes required for Python 2.3, more documentation and minor bug fixes. In addition, the fcgi module now defaults to threading_level=1, which will be more efficient on servers which don't support multiplexed connections (i.e. Apache mod_fastcgi).
This is a beta release, for the purpose of getting people to try the system out and provide feedback. If you download the release you are encouraged to join the jonpy-users@lists.sourceforge.net list.
The only change in this release is the addition of the 'dbpool' module. dbpool's purpose is to make it easy for multi-threaded programs to use a database efficiently by sharing connections.
This is an alpha release, for the purpose of getting people to try the system out and provide feedback. If you download the release you are encouraged to join the jonpy-users@lists.sourceforge.net list.
The main changes include improved and configurable exception handling, with no traceback sent to the browser by default, and the FastCGI module can now be configured to use threading less, or not at all, so it should work on more operating systems. There is also more documentation, plus miscellaneous small bug fixes and improvements.
This is an alpha release, for the purpose of getting people to try the system out and provide feedback. If you download the release you are encouraged to join the jonpy-users@lists.sourceforge.net list.
The main change is the addition of mod_python support. There is also more documentation, plus miscellaneous small bug fixes.
This is an alpha release, for the purpose of getting people to try the system out and provide feedback. If you download the release you are encouraged to join the jonpy-users@lists.sourceforge.net list.