python: Initial porting of the Python code to Python 3.
[ashd.git] / python / ashd-wsgi
2011-11-29 Fredrik Tolfpython: Initial porting of the Python code to Python 3.
2011-06-26 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-06-26 Fredrik Tolfcall*cgi, python: Try to emulate standard CGI behavior...
2011-04-21 Fredrik Tolfpython: Added a request limiter to ashd-wsgi.
2011-04-12 Fredrik Tolfpython: Handle client-abortion properly when writing...
2011-04-12 Fredrik Tolfpython: Fixed client-abortion error raising.
2011-04-09 Fredrik Tolfpython: Rethrow special IOErrors when a client has...
2011-01-28 Fredrik Tolfpython: Fixed a url quoting bug in ashd-wsgi.
2011-01-15 Fredrik TolfComply better with the CGI specification by unquoting...
2010-10-26 Fredrik Tolfpython: Added a util module and moved serveloop thence.
2010-10-23 Fredrik Tolfpython: Absolutify WSGI SCRIPT_FILENAME path.
2010-10-23 Fredrik Tolfpython: Changed wmain calling convention.
2010-10-23 Fredrik Tolfpython: Fixed QUERY_STRING bug in ashd-wsgi.
2010-10-23 Fredrik Tolfpython: Fixed WSGI wrapper to handle empty responses.
2010-10-21 Fredrik Tolfpython: Added an alternative WSGI server that speaks...