summaryrefslogtreecommitdiff
path: root/Lib/wsgiref/simple_server.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBaseMartin Panter2016-06-291-12/+5
* Issue #24291: Merge wsgi partial write fix from 3.5Martin Panter2016-06-051-7/+6
|\
| * Issue #26717: Merge wsgiref fix from 3.5Martin Panter2016-04-171-1/+1
| |\
| * | Issue #26404: Add context manager to socketserver, by Aviv PalivodaMartin Panter2016-04-131-7/+6
* | | Issue #24291: Avoid WSGIRequestHandler doing partial writesMartin Panter2016-06-051-5/+12
| |/ |/|
* | Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8Martin Panter2016-04-171-1/+1
|/
* Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...Senthil Kumaran2014-09-171-1/+8
* Closes #19258: close WSGI server after handling request in demo code.Georg Brandl2013-10-141-0/+1
* Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifi...Senthil Kumaran2012-07-071-1/+2
* Implement http://bugs.python.org/issue10155 using And Clover's patch, w/addedPhillip J. Eby2010-11-031-2/+3
* Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333.Phillip J. Eby2010-11-031-2/+2
* Merged revisions 78367 via svnmerge fromTarek Ziadé2010-02-231-50/+0
* Issue #4718: Adapt the wsgiref package so that it actually works with Python ...Antoine Pitrou2009-01-031-5/+4
* Make a new urllib package .Jeremy Hylton2008-06-181-2/+3
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-5/+5
* Create http package. #2883.Georg Brandl2008-05-261-1/+1
* Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures.Guido van Rossum2007-08-081-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
* Remove usage of backticks.Brett Cannon2006-08-251-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+205