summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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