# # ChangeLog for /modpython_gateway.py # # Generated by Trac 0.9.4 # 09/09/10 10:00:24 # 08/18/06 17:16:00 fumanchu [106] * modpython_gateway.py: modpython_gateway: fixed bug in cleanup and added a "wsgi.startup" PythonOption that works similarly (but gets passed the request object). 06/19/06 01:53:10 fumanchu [95] * modpython_gateway.py: Allow cleanup with modpy < 3.1.4. 06/07/06 01:09:49 fumanchu [93] * modpython_gateway.py: New PythonOption wsgi.cleanup to register cleanup logic. 02/11/06 00:05:14 fumanchu [41] * modpython_gateway.py: Backward-incompatible changes from modpython ML discussion: 1. The "import" PythonOption is removed in favor of PythonFixupHandler declarations. 2. The "application" PythonOption has been renamed "wsgi.application", to help with PythonOption namespace issues. 3. The "profile" function has been removed. 02/09/06 03:37:48 fumanchu [39] * modpython_gateway.py: Removed dependency on wsgiref. Also fixed a multiple-header bug with headers_out.add(). 02/06/06 12:18:07 fumanchu [37] * modpython_gateway.py: Missing size arg to InputWrapper.readline(). 02/01/06 12:02:21 fumanchu [30] * modpython_gateway.py: You can now set SCRIPT_NAME to whatever you like with "PythonOption SCRIPT_NAME /path/to/approot". 12/12/05 13:56:08 fumanchu [23] * modpython_gateway.py: Fix for IOError "client closed connection" entries in apache logs (which led to too many open files?) 12/05/05 12:37:58 fumanchu [20] * modpython_gateway.py: Yeat Another Status Fix for modpython_gateway.py. This finally corrects both the .css/.js problem, and incorrect status on redirects, 404s, etc. 12/05/05 12:33:14 fumanchu [19] * modpython_gateway.py: Nov 6 version of modpython_gateway.py.