COMMITS
/ Lib/wsgiref/handlers.py June 5, 2016
M
Issue #24291: Avoid WSGIRequestHandler doing partial writes
Martin Panter committed
March 19, 2016
B
Issue #26560: Avoid potential ValueError in BaseHandler.start_response
Berker Peksag committed
October 21, 2012
A
Issue #16220: wsgiref now always calls close() on an iterable response.
Antoine Pitrou committed
January 6, 2011
A
Issue #3839: wsgiref should not override a Content-Length header set by
Antoine Pitrou committed
November 3, 2010
P
Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added
Phillip J. Eby committed
November 2, 2010
March 1, 2010
B
Manually copy patch for bug 7250 from the release26-maint branch. I suck
Barry Warsaw committed
February 23, 2010
T
Merged revisions 78367 via svnmerge from
Tarek Ziadé committed
February 16, 2010
E
Merged revisions 78211 via svnmerge from
Ezio Melotti committed
January 3, 2009
A
Issue #4718: Adapt the wsgiref package so that it actually works with Python 3.x,
Antoine Pitrou committed
August 31, 2007
C
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter committed
August 8, 2007
C
Convert some usages of types.StringType to just str (since types.StringType has gone away).
Collin Winter committed
June 6, 2007
G
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum committed
August 18, 2006
G
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum committed
August 17, 2006
G
Use explicit relative import, to make things work again.
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed