cpython/Lib/wsgiref
Phillip J. Eby b6d4a8e4de Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added
docs and support for more client-generated CGI variables.  (This should
complete the WSGI 1.0.1 compliance changes for Python 3.x.)
2010-11-03 22:39:01 +00:00
..
__init__.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
handlers.py Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added 2010-11-03 22:39:01 +00:00
headers.py Update wsgiref for PEP 3333, and fix errors introduced into the test suite by converting type() checks to isinstance(). 2010-11-02 22:28:59 +00:00
simple_server.py Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added 2010-11-03 22:39:01 +00:00
util.py Merged revisions 78367 via svnmerge from 2010-02-23 06:00:04 +00:00
validate.py Update wsgiref for PEP 3333, and fix errors introduced into the test suite by converting type() checks to isinstance(). 2010-11-02 22:28:59 +00:00