summaryrefslogtreecommitdiff
path: root/Lib/wsgiref
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+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 #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 #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
* Use explicit relative import, to make things work again.Guido van Rossum2006-08-171-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-116-0/+1562