summaryrefslogtreecommitdiff
path: root/tests/wsgi_test.py
Commit message (Expand)AuthorAgeFilesLines
* tests: clean out unittest.main()Sergey Shepelev2016-06-011-5/+0
* wsgi: environ[headers_raw] tuple of unmodified name: value pairsSergey Shepelev2016-03-021-0/+13
* wsgi: use buffered wfileSergey Shepelev2016-02-121-6/+5
* little clean upSergey Shepelev2016-02-121-262/+143
* wsgi: Fix handling partial writes on Python 3partial-write-fix-2Jakub Stasiak2016-02-091-0/+57
* wsgi tests: Remove unused importJakub Stasiak2016-02-091-1/+0
* tests: Remove skipped testsJakub Stasiak2016-01-061-8/+0
* wsgi: suppress output of 0-byte chunksSamuel Merritt2015-10-081-0/+15
* wsgi: improved request body discardwsgi-drop-invalidSergey Shepelev2015-09-071-6/+2
* wsgi: better error for chunk read failuresSamuel Merritt2015-08-101-0/+64
* wsgi: UNIX socket address was trimmed in "wsgi starting" log; Thanks to Ihar ...gh-235Sergey Shepelev2015-06-021-0/+16
* tests/isolated for tests sandboxed in separate python processSergey Shepelev2015-02-251-16/+1
* Python 3 compat: Fix all Travis test failuresdevJakub Stasiak2015-02-131-9/+30
* Handle EPIPE errors during tests when remote end closes connectionissue178Johannes Erdfelt2014-12-221-12/+17
* Python 3 compat; Improve WSGI, WS, threading and testsJakub Stasiak2014-11-111-7/+18
* wsgi.input: Make send_hundred_continue_headers a public APITushar Gohad2014-11-061-0/+154
* Improve Python 3 compat: WSGI testsJakub Stasiak2014-10-311-2/+2
* Refactor capturing stderr into a context managerJakub Stasiak2014-10-151-10/+5
* Python 3 compat: Improve subprocess, WSGI and testsJakub Stasiak2014-10-131-37/+30
* Python 3 compat: Improve SSL and WSGI compatJakub Stasiak2014-10-111-10/+10
* Python 3 compat: Improve various bitsJakub Stasiak2014-10-101-122/+131
* wsgi: pep8 fixesTushar Gohad2014-08-271-38/+44
* wsgi: Support optional headers w/ "100 Continue" responsesTushar Gohad2014-08-241-0/+51
* wsgi: websocket: Reformat code + tests (PEP-8)Jakub Stasiak2014-07-181-5/+8
* Python 3 compatibility fixesJakub Stasiak2014-07-181-76/+77
* tests: deprecated TestCase.assert_() -> assert keywordSergey Shepelev2014-07-161-52/+52
* python3 compatibilitySergey Shepelev2014-04-241-29/+29
* PEP-8 fixes, tox runs pep8 checkSergey Shepelev2014-04-231-69/+82
* python3 compatibility: range, zip, StringIOViktors2014-04-231-10/+5
* wsgi: capitalize_response_headers optionSergey Shepelev2014-04-221-83/+118
* pypy compatibilityJakub Stasiak2014-04-151-0/+15
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-031-5/+5
* wsgi: Allow minimum_chunk_size to be overriden on a per request basisDavid Goetz2013-09-051-0/+62
* wsgi: configurable socket_timeoutSergey Shepelev2013-08-091-0/+11
* tests: kill all tpool workers in LimitedTestCaseJakub Stasiak2013-08-071-13/+21
* wsgi: handle connection socket timeoutsPaul Oppenheim2013-07-091-1/+25
* wsgi: env['wsgi.input'] was returning 1 byte stringsEric Urban2013-07-091-0/+28
* wsgi: minimum_chunk_size of last Server altered all previous (global variable)Jakub Stasiak2013-04-091-2/+10
* tests: wsgi: close socket on error in the middle of chunked responseSergey Shepelev2013-02-221-1/+48
* Test for issue #95 wsgi.Server should handle client disconnect while sending ...Sergey Shepelev2012-12-101-24/+50
* Skip SSL tests if SSL is not availableFloris Bruynooghe2012-09-051-1/+5
* Make the maximum URL length configurableTomas Sedovic2012-04-051-0/+17
* Add environ['RAW_PATH_INFO'] to hold the request path as it was sent fromDoug Weimer2012-02-291-2/+18
* Limit overall HTTP header length and testsGregory Holt2011-10-201-0/+24
* Debug mode now has an off mode to silence tracebacks on 500, per redbo's sugg...Ryan Williams2011-02-041-23/+54
* Stop wsgi server from blowing up when given an ipv6 socketredbo2011-01-071-1/+20
* eventlet.wsgi no longer prints error messages, it instead uses the logfile. ...Ryan Williams2010-08-111-0/+14
* Ensure that when an exception is raised in the application the server doesn't...Ryan Williams2010-08-111-0/+14
* Tests and documentation for WSGI posthooks.Greg Holt2010-07-041-0/+54
* Teardown method prevents log spam with warnings (yay for those for catching t...Ryan Williams2010-06-241-0/+5