summaryrefslogtreecommitdiff
path: root/tests/wsgi_test.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Skip with pyevent.Ryan Williams2010-06-211-1/+2
* Upgrading wsgi to also ignore tpooled AlreadyHandled results (because isinsta...Ryan Williams2010-06-211-5/+14
* Chunked readline fixes by schmir, ported from gevent by redbo.Ryan Williams2010-05-271-4/+127
* Finally adding a wrap_ssl implementation and removing some more test referenc...Ryan Williams2010-05-241-10/+19
* Test for infinite loop in wsgi, based on redbo's repro.Ryan Williams2010-05-131-0/+23
* I'd slightly prefer not to use nose-specific assertions, because it'd be nice...Ryan Williams2010-04-111-6/+5
* Stop importing eventlet.processes in wsgi_test.Ryan Williams2010-04-111-4/+4
* Made wsgi.ALREADY_HANDLED an iterable - more tests to comeBen Ford2010-04-091-8/+97
* #44 wsgi_test totally leaving open socketsamajorek2010-03-121-4/+7
* module eventlet.common moved to eventlet.supportamajorek2010-03-091-1/+1
* py3k - 3.x file object returned by socket.makefile does not allow writes if i...amajorek2010-02-281-26/+26
* New eventlet.common module to create version-neutral layer. For now only get_...amajorek2010-02-281-3/+4
* tweaks to remove some DeprecationWarnings when running testsEugene Oden2010-02-221-41/+41
* Update tests for Chunked-Body closing CRLF.Patrick Carlisle2010-02-171-2/+6