summaryrefslogtreecommitdiff
path: root/src/wsgiref/tests
Commit message (Expand)AuthorAgeFilesLines
* Get rid of 'src' subdirectorypje2006-06-054-656/+0
* Fix test broken by Guido's date patch.pje2006-05-201-8/+8
* Fix too-picky regex that caused match failure in Python 2.3 and up, whichpje2004-12-011-1/+1
* Fix a problem with 'application_uri()' calculation: HTTP_HOST can includepje2004-10-171-4/+4
* Fix an edge case in path shifting/traversal: if SCRIPT_NAME is '' andpje2004-10-071-3/+3
* Improved support for different client and server HTTP versions,pje2004-10-063-20/+60
* Added "sensible default error handling", auto-calc of Content-Length, andpje2004-10-061-9/+73
* Fix 'last_call' references that should've been 'run_once'; Misc. doc fixes.pje2004-10-061-1/+1
* Added first draft of a base class for creating servers and gateways, withpje2004-10-063-7/+182
* Add a wsgiref.headers.Headers class to allow easy HTTP response headerpje2004-10-053-38/+192
* Added miscellaneous environment-processing utilties, and a 'FileWrapper'pje2004-10-052-2/+207
* Created initial "setup and test" shell for 'wsgiref' library.pje2004-10-051-0/+18