aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/wsgiref/handlers.py
Commit message (Expand)AuthorAge
* bpo-45975: Simplify some while-loops with walrus operator (GH-29347)Nick Drozd2022-11-26
* gh-92886: Replace assertion statements in `handlers.BaseHandler` to support r...Jack Hindmarch2022-10-19
* Replace with_traceback() with exception chaining and reraising (GH-32074)Oleg Iarygin2022-03-30
* bpo-29183: Fix double exceptions in wsgiref.handlers.BaseHandler (GH-12914)Berker Peksag2019-05-19
* bpo-27682: Handle client connection terminations in wsgiref (GH-9713)Petter Strandmark2019-05-01
* bpo-35565: Add detail to assertion failure message in wsgiref (GH-11293)Cheryl Sabella2018-12-25
* Issue #24291: Avoid WSGIRequestHandler doing partial writesMartin Panter2016-06-05
* Issue #26560: Avoid potential ValueError in BaseHandler.start_responseBerker Peksag2016-03-19
* Issue #16220: wsgiref now always calls close() on an iterable response.Antoine Pitrou2012-10-21
* Issue #3839: wsgiref should not override a Content-Length header set byAntoine Pitrou2011-01-06
* Implement http://bugs.python.org/issue10155 using And Clover's patch, w/addedPhillip J. Eby2010-11-03
* Update wsgiref for PEP 3333, and fix errors introduced into the test suite by...Phillip J. Eby2010-11-02
* Manually copy patch for bug 7250 from the release26-maint branch. I suckBarry Warsaw2010-03-01
* Merged revisions 78367 via svnmerge fromTarek Ziadé2010-02-23
* Merged revisions 78211 via svnmerge fromEzio Melotti2010-02-16
* Issue #4718: Adapt the wsgiref package so that it actually works with Python ...Antoine Pitrou2009-01-03
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-31
* Convert some usages of types.StringType to just str (since types.StringType h...Collin Winter2007-08-08
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-06
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-18
* Use explicit relative import, to make things work again.Guido van Rossum2006-08-17
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11