summaryrefslogtreecommitdiffstats
path: root/Lib/wsgiref/handlers.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-29183: Fix double exceptions in wsgiref.handlers.BaseHandler (GH-12914)Berker Peksag2019-05-191-1/+10
* bpo-27682: Handle client connection terminations in wsgiref (GH-9713)Petter Strandmark2019-05-011-0/+4
* bpo-35565: Add detail to assertion failure message in wsgiref (GH-11293)Cheryl Sabella2018-12-251-1/+2
* Issue #24291: Avoid WSGIRequestHandler doing partial writesMartin Panter2016-06-051-1/+11
* Issue #26560: Avoid potential ValueError in BaseHandler.start_responseBerker Peksag2016-03-191-1/+1
* Issue #16220: wsgiref now always calls close() on an iterable response.Antoine Pitrou2012-10-211-5/+7
* Issue #3839: wsgiref should not override a Content-Length header set byAntoine Pitrou2011-01-061-1/+3
* Implement http://bugs.python.org/issue10155 using And Clover's patch, w/addedPhillip J. Eby2010-11-031-4/+111
* Update wsgiref for PEP 3333, and fix errors introduced into the test suite by...Phillip J. Eby2010-11-021-28/+21
* Manually copy patch for bug 7250 from the release26-maint branch. I suckBarry Warsaw2010-03-011-0/+4
* Merged revisions 78367 via svnmerge fromTarek Ziadé2010-02-231-51/+0
* Merged revisions 78211 via svnmerge fromEzio Melotti2010-02-161-1/+1
* Issue #4718: Adapt the wsgiref package so that it actually works with Python ...Antoine Pitrou2009-01-031-9/+25
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-1/+1
* Convert some usages of types.StringType to just str (since types.StringType h...Collin Winter2007-08-081-5/+4
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-17/+0
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-3/+3
* Use explicit relative import, to make things work again.Guido van Rossum2006-08-171-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+492