summaryrefslogtreecommitdiff
path: root/Lib/wsgiref
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 #27076: Merge spelling from 3.5Martin Panter2016-05-261-1/+1
| |\
| * \ 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-052-6/+23
| |_|/ |/| |
* | | Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
| |/ |/|
* | Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8Martin Panter2016-04-171-1/+1
|/
* Issue #26560: Avoid potential ValueError in BaseHandler.start_responseBerker Peksag2016-03-191-1/+1
* Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.Robert Collins2015-07-271-1/+1
|\
| * Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.Robert Collins2015-07-271-1/+1
* | Merge from 3.4Senthil Kumaran2014-09-171-3/+3
|\ \ | |/ |/|
| * Issue #22033: Reprs of most Python implemened classes now contain actualSerhiy Storchaka2014-07-251-1/+1
| * Issue #5800: headers parameter of wsgiref.headers.Headers is now optional.Berker Peksag2014-07-021-2/+2
* | Merge from 3.3Senthil Kumaran2014-09-171-1/+8
|\ \ | |/ |/|
| * Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...Senthil Kumaran2014-09-171-1/+8
* | Update docstring to mention correct PEP number.Eli Bendersky2014-01-261-1/+1
|/
* Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri()Serhiy Storchaka2014-01-121-2/+2
* Closes #19258: close WSGI server after handling request in demo code.Georg Brandl2013-10-141-0/+1
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+2
|\
| * Issue #16220: wsgiref now always calls close() on an iterable response.Antoine Pitrou2012-10-211-5/+7
| |\
| * | Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifi...Senthil Kumaran2012-07-071-1/+2
* | | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-2/+2
| |/ |/|
* | 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
* Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar.Senthil Kumaran2010-12-291-1/+1
* Implement http://bugs.python.org/issue10155 using And Clover's patch, w/addedPhillip J. Eby2010-11-032-6/+114
* Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333.Phillip J. Eby2010-11-031-2/+2
* Update wsgiref for PEP 3333, and fix errors introduced into the test suite by...Phillip J. Eby2010-11-023-58/+55
* 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-234-177/+0
* Merged revisions 78211 via svnmerge fromEzio Melotti2010-02-161-1/+1
* Use true booleans and PEP8 for argdefaults.Georg Brandl2009-09-161-1/+1
* Merged revisions 73952 via svnmerge fromAmaury Forgeot d'Arc2009-07-121-2/+2
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* Fix BytesWarning with -bb in wsgiref.headers.Headers.Antoine Pitrou2009-01-031-3/+3
* Issue #4718: Adapt the wsgiref package so that it actually works with Python ...Antoine Pitrou2009-01-035-28/+70
* Make a new urllib package .Jeremy Hylton2008-06-182-4/+5
* 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
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-1/+1
* Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures.Guido van Rossum2007-08-082-2/+2
* Convert some usages of types.StringType to just str (since types.StringType h...Collin Winter2007-08-081-5/+4
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-072-17/+14
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-17/+0
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-212-4/+4
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
* Remove usage of backticks.Brett Cannon2006-08-252-2/+2
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-242-2/+2
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-184-8/+6