summaryrefslogtreecommitdiff
path: root/src/wsgiref/tests/test_handlers.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of 'src' subdirectorypje2006-06-051-246/+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
* Improved support for different client and server HTTP versions,pje2004-10-061-1/+41
* 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-061-0/+142