| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-40275: Avoid importing socket in test.support (GH-19603) | Serhiy Storchaka | 2020-04-25 | 1 | -1/+2 |
|
|
* | Fix typos mostly in comments, docs and test names (GH-15209) | Min ho Kim | 2019-08-30 | 1 | -2/+2 |
|
|
* | bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394) | Victor Stinner | 2019-06-26 | 1 | -24/+54 |
|
|
* | bpo-29183: Fix double exceptions in wsgiref.handlers.BaseHandler (GH-12914) | Berker Peksag | 2019-05-19 | 1 | -0/+25 |
|
|
* | bpo-27682: Handle client connection terminations in wsgiref (GH-9713) | Petter Strandmark | 2019-05-01 | 1 | -0/+18 |
|
|
* | Revert "bpo-35565: Add detail to assertion failure message in wsgiref" (GH-11... | Raymond Hettinger | 2018-12-25 | 1 | -13/+0 |
|
|
* | bpo-35565: Add detail to assertion failure message in wsgiref (GH-11293) | Cheryl Sabella | 2018-12-25 | 1 | -0/+13 |
|
|
* | bpo-9372: Deprecate several __getitem__ methods (GH-8609) | Berker Peksag | 2018-08-11 | 1 | -0/+8 |
|
|
* | Trivial cleanups following bpo-31370 (#3649) | Antoine Pitrou | 2017-09-18 | 1 | -1/+1 |
|
|
* | Use sequence repetition instead of bytes constructor with integer argument. | Serhiy Storchaka | 2016-09-11 | 1 | -1/+1 |
|
|
* | Backed out changeset af29d89083b3 (closes #25548) (closes #27498) | Benjamin Peterson | 2016-07-14 | 1 | -3/+3 |
|
|
* | Issue #24291: Merge wsgi partial write fix from 3.5 | Martin Panter | 2016-06-05 | 1 | -1/+80 |
|\ |
|
| * | Issue #24291: Avoid WSGIRequestHandler doing partial writes | Martin Panter | 2016-06-05 | 1 | -1/+80 |
|
|
* | | Fixes whitespace issue | Kushal Das | 2016-06-04 | 1 | -1/+0 |
|
|
* | | Issue #25548: Showing memory address of class objects in repl | Kushal Das | 2016-06-04 | 1 | -3/+4 |
|/ |
|
* | Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8 | Martin Panter | 2016-04-17 | 1 | -0/+24 |
|
|
* | Issue #26560: Avoid potential ValueError in BaseHandler.start_response | Berker Peksag | 2016-03-19 | 1 | -0/+21 |
|
|
* | Merge with 3.5. Fix test_wsgiref execution from the test module. | Senthil Kumaran | 2015-09-03 | 1 | -3/+2 |
|\ |
|
| * | Fix test_wsgiref execution from the test module. | Senthil Kumaran | 2015-09-03 | 1 | -3/+2 |
|
|
* | | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -4/+1 |
|
|
* | | Issue #23477: Improve test coverage of wsgiref.simple_server. | Berker Peksag | 2015-03-02 | 1 | -0/+25 |
|\ \
| |/ |
|
| * | Issue #23477: Improve test coverage of wsgiref.simple_server. | Berker Peksag | 2015-03-02 | 1 | -0/+25 |
|
|
* | | Merge from 3.4 | Senthil Kumaran | 2014-09-17 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ... | Senthil Kumaran | 2014-09-17 | 1 | -0/+5 |
|
|
* | | Issue #5800: headers parameter of wsgiref.headers.Headers is now optional. | Berker Peksag | 2014-07-02 | 1 | -3/+3 |
|/ |
|
* | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 | 1 | -2/+2 |
|
|
* | Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri() | Serhiy Storchaka | 2014-01-12 | 1 | -2/+6 |
|
|
* | Issue #16220: wsgiref now always calls close() on an iterable response. | Antoine Pitrou | 2012-10-21 | 1 | -88/+18 |
|\ |
|
| * | Fix whacky spacking in test_wsgiref | Antoine Pitrou | 2012-10-21 | 1 | -57/+0 |
|
|
| * | Issue #16220: wsgiref now always calls close() on an iterable response. | Antoine Pitrou | 2012-10-21 | 1 | -31/+18 |
|
|
* | | Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifi... | Senthil Kumaran | 2012-07-07 | 1 | -2/+8 |
|/ |
|
* | Issue #3839: wsgiref should not override a Content-Length header set by | Antoine Pitrou | 2011-01-06 | 1 | -4/+11 |
|
|
* | Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar. | Senthil Kumaran | 2010-12-29 | 1 | -0/+4 |
|
|
* | Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added | Phillip J. Eby | 2010-11-03 | 1 | -2/+2 |
|
|
* | Update wsgiref for PEP 3333, and fix errors introduced into the test suite by... | Phillip J. Eby | 2010-11-02 | 1 | -35/+12 |
|
|
* | Merged revisions 78678,78680,78682 via svnmerge from | Benjamin Peterson | 2010-03-05 | 1 | -0/+0 |
|
|
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -4/+4 |
|
|
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -5/+5 |
|
|
* | Merged revisions 76086 via svnmerge from | Antoine Pitrou | 2009-11-03 | 1 | -1/+8 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -22/+22 |
|
|
* | Fix BytesWarning with -bb in wsgiref.headers.Headers. | Antoine Pitrou | 2009-01-03 | 1 | -0/+5 |
|
|
* | Actually make test_wsgiref independent from the Python version. | Antoine Pitrou | 2009-01-03 | 1 | -1/+2 |
|
|
* | Issue #4718: Adapt the wsgiref package so that it actually works with Python ... | Antoine Pitrou | 2009-01-03 | 1 | -20/+98 |
|
|
* | - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. | Guido van Rossum | 2008-08-18 | 1 | -0/+2 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Renamed the SocketServer module to 'socketserver'. | Alexandre Vassalotti | 2008-05-12 | 1 | -1/+1 |
|
|
* | Bug #2565: The repr() of type objects now calls them 'class', | Martin v. Löwis | 2008-04-07 | 1 | -1/+1 |
|
|
* | Make sure the mock object passed to finish_request() is buffered. | Jeremy Hylton | 2007-08-10 | 1 | -4/+6 |
|
|
* | Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures. | Guido van Rossum | 2007-08-08 | 1 | -3/+3 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -6/+3 |
|
|