python: Added some SCGI fixes apparently necessary for Jython.
[ashd.git] / python / ashd / scgi.py
2012-08-08 Fredrik Tolfpython: Added some SCGI fixes apparently necessary...
2011-12-02 Fredrik Tolfpython: Moved the Python 3 files to their own directory...
2011-11-29 Fredrik Tolfpython: Initial porting of the Python code to Python 3.
2011-04-12 Fredrik Tolfpython: Handle client-abortion properly when writing...
2011-04-12 Fredrik Tolfpython: Fixed SCGI handler typo.
2011-04-09 Fredrik Tolfpython: Rethrow special IOErrors when a client has...
2010-10-23 Fredrik Tolfpython: Fixed WSGI wrapper to handle empty responses.
2010-09-03 Fredrik TolfAdded a SCGI-WSGI gateway for Python.