summaryrefslogtreecommitdiff
path: root/Lib/wsgiref
Commit message (Expand)AuthorAgeFilesLines
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-261-1/+1
* Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.Robert Collins2015-07-271-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
* 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
* Merged revisions 87797 via svnmerge fromAntoine Pitrou2011-01-061-1/+3
* Merged revisions 87564 via svnmerge fromSenthil Kumaran2010-12-291-1/+1
* Manually copy patch for bug 7250 from the release26-maint branch. I suckBarry Warsaw2010-03-011-0/+4
* fixed #5801: removed spurious empty lines in wsgirefTarek Ziadé2010-02-234-177/+0
* #7941: fix error messageEzio Melotti2010-02-161-1/+1
* replace has_key with 'in' operatorBenjamin Peterson2009-10-092-4/+4
* #2622 Import errors in email.message, from a py2app standalone application.Amaury Forgeot d'Arc2009-07-111-2/+2
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-1/+1
* Silence warnings under -3 triggered by wsgiref.Brett Cannon2008-08-044-11/+12
* Sync w/external release 0.1.2. Please see PEP 360 before making changes to e...Phillip J. Eby2006-06-125-52/+134
* Fix errors found by pycheckerNeal Norwitz2006-06-111-2/+2
* Remove unused variableAndrew M. Kuchling2006-06-091-1/+0
* Whitespace normalization.Tim Peters2006-06-095-81/+3
* Import wsgiref into the stdlib, as of the external version 0.1-r2181.Phillip J. Eby2006-06-096-0/+1559