COMMITS
/ Lib/wsgiref/simple_server.py June 29, 2016
M
Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase
Martin Panter committed
June 5, 2016
M
Issue #24291: Merge wsgi partial write fix from 3.5
Martin Panter committed
M
Issue #24291: Avoid WSGIRequestHandler doing partial writes
Martin Panter committed
April 17, 2016
M
Issue #26717: Merge wsgiref fix from 3.5
Martin Panter committed
M
Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8
Martin Panter committed
April 13, 2016
M
Issue #26404: Add context manager to socketserver, by Aviv Palivoda
Martin Panter committed
September 17, 2014
S
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes.
Senthil Kumaran committed
October 14, 2013
G
Closes #19258: close WSGI server after handling request in demo code.
Georg Brandl committed
July 7, 2012
November 3, 2010
P
Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added
Phillip J. Eby committed
P
Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333.
Phillip J. Eby committed
February 23, 2010
T
Merged revisions 78367 via svnmerge from
Tarek Ziadé committed
January 3, 2009
A
Issue #4718: Adapt the wsgiref package so that it actually works with Python 3.x,
Antoine Pitrou committed
June 18, 2008
J
Make a new urllib package .
Jeremy Hylton committed
June 12, 2008
B
Patch for issue 2848, mostly by Humberto Diogenes, with a couple of
Barry Warsaw committed
May 26, 2008
G
Create http package. #2883.
Georg Brandl committed
August 8, 2007
G
Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures.
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
August 25, 2006
B
Remove usage of backticks.
Brett Cannon committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed