summaryrefslogtreecommitdiffstats
path: root/Lib/wsgiref
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-261-1/+1
| | | | Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
* Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.Robert Collins2015-07-261-1/+1
|
* Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ↵Senthil Kumaran2014-09-171-1/+8
| | | | 65536 bytes.
* 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
| | | | Patch by Serhiy Storchaka.
* Issue #16220: wsgiref now always calls close() on an iterable response.Antoine Pitrou2012-10-211-5/+7
| | | | Patch by Brent Tubbs.
* Merged revisions 87797 via svnmerge fromAntoine Pitrou2011-01-061-1/+3
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87797 | antoine.pitrou | 2011-01-06 18:17:04 +0100 (jeu., 06 janv. 2011) | 4 lines Issue #3839: wsgiref should not override a Content-Length header set by the application. Initial patch by Clovis Fabricio. ........
* Merged revisions 87564 via svnmerge fromSenthil Kumaran2010-12-291-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87564 | senthil.kumaran | 2010-12-29 14:25:42 +0800 (Wed, 29 Dec 2010) | 3 lines Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar. ........
* Manually copy patch for bug 7250 from the release26-maint branch. I suckBarry Warsaw2010-03-011-0/+4
| | | | | because I did this in the wrong order and couldn't smack svnmerge into submission.
* 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
| | | | Patch by Mads Kiilerich, Reviewed by Barry Warsaw.
* 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 ↵Phillip J. Eby2006-06-125-52/+134
| | | | external packages.
* 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