E&S CVS Commit: PEAK - Update peak.util.WSGIServer to latest WSGI version, ditching the old
pje at eby-sarna.com
pje at eby-sarna.com
Thu Oct 7 20:13:00 EDT 2004
Module Name: PEAK
Committed By: pje
Date: Fri Oct 8 00:12:51 UTC 2004
Modified Files:
PEAK/src/peak/running: commands.py
PEAK/src/peak/tools: local_server.py
PEAK/src/peak/util: WSGIServer.py
PEAK/src/wsgiref: handlers.py
Log Message:
Update peak.util.WSGIServer to latest WSGI version, ditching the old
IRerunnableCGI interface that it used. Add a new subclass to
'wsgiref.handlers', suitable for HTTP/1.0 origin servers like WSGIServer.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/running/commands.py.diff?r1=1.56&r2=1.57
http://cvs.eby-sarna.com/PEAK/src/peak/tools/local_server.py.diff?r1=1.4&r2=1.5
http://cvs.eby-sarna.com/PEAK/src/peak/util/WSGIServer.py.diff?r1=1.5&r2=1.6
http://cvs.eby-sarna.com/PEAK/src/wsgiref/handlers.py.diff?r1=1.4&r2=1.5
To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 PEAK/src/peak/running/commands.py
cvs rdiff -r1.4 -r1.5 PEAK/src/peak/tools/local_server.py
cvs rdiff -r1.5 -r1.6 PEAK/src/peak/util/WSGIServer.py
cvs rdiff -r1.4 -r1.5 PEAK/src/wsgiref/handlers.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
More information about the source-changes
mailing list