RELEASED: scgi 1.11

2006-08-14 Thread Neil Schemenauer
The SCGI protocol is a replacement for the Common Gateway Interface (CGI) protocol. It is similar to FastCGI but is designed to be easier to implement. The scgi package includes implementions of the SCGI protocol for Python, Apache 1 and Apache 2. The highlights of this release: * Improve porta

RELEASED: scgi 1.13

2008-07-07 Thread Neil Schemenauer
The SCGI protocol is a replacement for the Common Gateway Interface (CGI) protocol. It is similar to FastCGI but is designed to be easier to implement. The scgi package includes implementions of the SCGI protocol for Python, Apache 1 and Apache 2. The highlights of this release: * Ensure th

RELEASED: Quixote 2.7b2

2010-01-22 Thread Neil Schemenauer
.ca/download.html>. Neil Summary of changes since v2.6 = v2.7b2 -- Author: Neil Schemenauer Date: Fri Jan 22 13:32:44 2010 -0600 Use the StringIO module rather than cStringIO. cStringIO is gone in Python 3 and also does not handle unicode s