summaryrefslogtreecommitdiff
path: root/src/wsgiref/handlers.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of 'src' subdirectorypje2006-06-051-492/+0
* Fix self.sendfile() never being called.pje2006-05-201-7/+7
* Implement Guido's patch for proper HTTP ``Date:`` header formatpje2006-03-241-11/+11
* Flush exceptions sent to stderr.pje2004-10-141-3/+3
* Fix wsgiref bug reported by Robert Brewer: error output wasn't workingpje2004-10-141-1/+1
* Update peak.util.WSGIServer to latest WSGI version, ditching the oldpje2004-10-081-20/+61
* Improved support for different client and server HTTP versions,pje2004-10-061-38/+38
* Added "sensible default error handling", auto-calc of Content-Length, andpje2004-10-061-58/+140
* Fix 'last_call' references that should've been 'run_once'; Misc. doc fixes.pje2004-10-061-8/+8
* Added first draft of a base class for creating servers and gateways, withpje2004-10-061-0/+369