summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix test broken by Guido's date patch.pje2006-05-201-8/+8
* Implement Guido's patch for proper HTTP ``Date:`` header formatpje2006-03-241-11/+11
* Fix too-picky regex that caused match failure in Python 2.3 and up, whichpje2004-12-011-1/+1
* Fixed editing error converting old peak.util.WSGIServer topje2004-11-261-1/+1
* Fix a problem with 'application_uri()' calculation: HTTP_HOST can includepje2004-10-172-10/+10
* 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
* Moved 'peak.util.WSGIServer' to 'wsgiref.simple_server'.pje2004-10-082-3/+210
* Update peak.util.WSGIServer to latest WSGI version, ditching the oldpje2004-10-081-20/+61
* Fix an edge case in path shifting/traversal: if SCRIPT_NAME is '' andpje2004-10-072-11/+11
* Improved support for different client and server HTTP versions,pje2004-10-066-69/+150
* Added "sensible default error handling", auto-calc of Content-Length, andpje2004-10-062-67/+213
* Fix 'last_call' references that should've been 'run_once'; Misc. doc fixes.pje2004-10-063-11/+13
* Added first draft of a base class for creating servers and gateways, withpje2004-10-065-8/+552
* Add a wsgiref.headers.Headers class to allow easy HTTP response headerpje2004-10-054-38/+397
* Added miscellaneous environment-processing utilties, and a 'FileWrapper'pje2004-10-053-2/+371
* Created initial "setup and test" shell for 'wsgiref' library.pje2004-10-052-0/+36