summaryrefslogtreecommitdiff
path: root/Lib/test/test_wsgiref.py
Commit message (Expand)AuthorAgeFilesLines
* Use sequence repetition instead of bytes constructor with integer argument.Serhiy Storchaka2016-09-111-1/+1
* Issue #24291: Avoid WSGIRequestHandler doing partial writesMartin Panter2016-06-051-1/+80
* Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8Martin Panter2016-04-171-0/+24
* Issue #26560: Avoid potential ValueError in BaseHandler.start_responseBerker Peksag2016-03-191-0/+21
* Merge with 3.5. Fix test_wsgiref execution from the test module.Senthil Kumaran2015-09-031-7/+4
|\
| * Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+1
| * Issue #23477: Improve test coverage of wsgiref.simple_server.Berker Peksag2015-03-021-0/+25
| |\
| * \ Merge from 3.4Senthil Kumaran2014-09-171-3/+3
| |\ \
| | * | Issue #5800: headers parameter of wsgiref.headers.Headers is now optional.Berker Peksag2014-07-021-3/+3
* | | | Fix test_wsgiref execution from the test module.Senthil Kumaran2015-09-031-3/+2
| |_|/ |/| |
* | | Issue #23477: Improve test coverage of wsgiref.simple_server.Berker Peksag2015-03-021-0/+25
|/ /
* | Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...Senthil Kumaran2014-09-171-0/+5
|/
* Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-081-2/+2
* Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri()Serhiy Storchaka2014-01-121-2/+6
* Issue #16220: wsgiref now always calls close() on an iterable response.Antoine Pitrou2012-10-211-88/+18
|\
| * Fix whacky spacking in test_wsgirefAntoine Pitrou2012-10-211-57/+0
| * Issue #16220: wsgiref now always calls close() on an iterable response.Antoine Pitrou2012-10-211-31/+18
* | Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifi...Senthil Kumaran2012-07-071-2/+8
|/
* Issue #3839: wsgiref should not override a Content-Length header set byAntoine Pitrou2011-01-061-4/+11
* Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar.Senthil Kumaran2010-12-291-0/+4
* Implement http://bugs.python.org/issue10155 using And Clover's patch, w/addedPhillip J. Eby2010-11-031-2/+2
* Update wsgiref for PEP 3333, and fix errors introduced into the test suite by...Phillip J. Eby2010-11-021-35/+12
* Merged revisions 78678,78680,78682 via svnmerge fromBenjamin Peterson2010-03-051-0/+0
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-4/+4
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-5/+5
* Merged revisions 76086 via svnmerge fromAntoine Pitrou2009-11-031-1/+8
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-22/+22
* Fix BytesWarning with -bb in wsgiref.headers.Headers.Antoine Pitrou2009-01-031-0/+5
* Actually make test_wsgiref independent from the Python version.Antoine Pitrou2009-01-031-1/+2
* Issue #4718: Adapt the wsgiref package so that it actually works with Python ...Antoine Pitrou2009-01-031-20/+98
* - Issue #3300: make urllib.parse.[un]quote() default to UTF-8.Guido van Rossum2008-08-181-0/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Renamed the SocketServer module to 'socketserver'.Alexandre Vassalotti2008-05-121-1/+1
* Bug #2565: The repr() of type objects now calls them 'class',Martin v. Löwis2008-04-071-1/+1
* Make sure the mock object passed to finish_request() is buffered.Jeremy Hylton2007-08-101-4/+6
* Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures.Guido van Rossum2007-08-081-3/+3
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-6/+3
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-3/+3
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-2/+2
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-4/+4
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+615