| Commit message (Expand) | Author | Age | Files | Lines |
| * | Python 3 compat; Improve WSGI, WS, threading and tests | Jakub Stasiak | 2014-11-11 | 1 | -7/+18 |
| * | wsgi.input: Make send_hundred_continue_headers a public API | Tushar Gohad | 2014-11-06 | 1 | -0/+154 |
| * | Improve Python 3 compat: WSGI tests | Jakub Stasiak | 2014-10-31 | 1 | -2/+2 |
| * | Refactor capturing stderr into a context manager | Jakub Stasiak | 2014-10-15 | 1 | -10/+5 |
| * | Python 3 compat: Improve subprocess, WSGI and tests | Jakub Stasiak | 2014-10-13 | 1 | -37/+30 |
| * | Python 3 compat: Improve SSL and WSGI compat | Jakub Stasiak | 2014-10-11 | 1 | -10/+10 |
| * | Python 3 compat: Improve various bits | Jakub Stasiak | 2014-10-10 | 1 | -122/+131 |
| * | wsgi: pep8 fixes | Tushar Gohad | 2014-08-27 | 1 | -38/+44 |
| * | wsgi: Support optional headers w/ "100 Continue" responses | Tushar Gohad | 2014-08-24 | 1 | -0/+51 |
| * | wsgi: websocket: Reformat code + tests (PEP-8) | Jakub Stasiak | 2014-07-18 | 1 | -5/+8 |
| * | Python 3 compatibility fixes | Jakub Stasiak | 2014-07-18 | 1 | -76/+77 |
| * | tests: deprecated TestCase.assert_() -> assert keyword | Sergey Shepelev | 2014-07-16 | 1 | -52/+52 |
| * | python3 compatibility | Sergey Shepelev | 2014-04-24 | 1 | -29/+29 |
| * | PEP-8 fixes, tox runs pep8 check | Sergey Shepelev | 2014-04-23 | 1 | -69/+82 |
| * | python3 compatibility: range, zip, StringIO | Viktors | 2014-04-23 | 1 | -10/+5 |
| * | wsgi: capitalize_response_headers option | Sergey Shepelev | 2014-04-22 | 1 | -83/+118 |
| * | pypy compatibility | Jakub Stasiak | 2014-04-15 | 1 | -0/+15 |
| * | python3 compat: 2to3: `except E as e:` syntax | Davanum Srinivas | 2013-12-03 | 1 | -5/+5 |
| * | wsgi: Allow minimum_chunk_size to be overriden on a per request basis | David Goetz | 2013-09-05 | 1 | -0/+62 |
| * | wsgi: configurable socket_timeout | Sergey Shepelev | 2013-08-09 | 1 | -0/+11 |
| * | tests: kill all tpool workers in LimitedTestCase | Jakub Stasiak | 2013-08-07 | 1 | -13/+21 |
| * | wsgi: handle connection socket timeouts | Paul Oppenheim | 2013-07-09 | 1 | -1/+25 |
| * | wsgi: env['wsgi.input'] was returning 1 byte strings | Eric Urban | 2013-07-09 | 1 | -0/+28 |
| * | wsgi: minimum_chunk_size of last Server altered all previous (global variable) | Jakub Stasiak | 2013-04-09 | 1 | -2/+10 |
| * | tests: wsgi: close socket on error in the middle of chunked response | Sergey Shepelev | 2013-02-22 | 1 | -1/+48 |
| * | Test for issue #95 wsgi.Server should handle client disconnect while sending ... | Sergey Shepelev | 2012-12-10 | 1 | -24/+50 |
| * | Skip SSL tests if SSL is not available | Floris Bruynooghe | 2012-09-05 | 1 | -1/+5 |
| * | Make the maximum URL length configurable | Tomas Sedovic | 2012-04-05 | 1 | -0/+17 |
| * | Add environ['RAW_PATH_INFO'] to hold the request path as it was sent from | Doug Weimer | 2012-02-29 | 1 | -2/+18 |
| * | Limit overall HTTP header length and tests | Gregory Holt | 2011-10-20 | 1 | -0/+24 |
| * | Debug mode now has an off mode to silence tracebacks on 500, per redbo's sugg... | Ryan Williams | 2011-02-04 | 1 | -23/+54 |
| * | Stop wsgi server from blowing up when given an ipv6 socket | redbo | 2011-01-07 | 1 | -1/+20 |
| * | eventlet.wsgi no longer prints error messages, it instead uses the logfile. ... | Ryan Williams | 2010-08-11 | 1 | -0/+14 |
| * | Ensure that when an exception is raised in the application the server doesn't... | Ryan Williams | 2010-08-11 | 1 | -0/+14 |
| * | Tests and documentation for WSGI posthooks. | Greg Holt | 2010-07-04 | 1 | -0/+54 |
| * | Teardown method prevents log spam with warnings (yay for those for catching t... | Ryan Williams | 2010-06-24 | 1 | -0/+5 |
| * | Skip with pyevent. | Ryan Williams | 2010-06-21 | 1 | -1/+2 |
| * | Upgrading wsgi to also ignore tpooled AlreadyHandled results (because isinsta... | Ryan Williams | 2010-06-21 | 1 | -5/+14 |
| * | Chunked readline fixes by schmir, ported from gevent by redbo. | Ryan Williams | 2010-05-27 | 1 | -4/+127 |
| * | Finally adding a wrap_ssl implementation and removing some more test referenc... | Ryan Williams | 2010-05-24 | 1 | -10/+19 |
| * | Test for infinite loop in wsgi, based on redbo's repro. | Ryan Williams | 2010-05-13 | 1 | -0/+23 |
| * | I'd slightly prefer not to use nose-specific assertions, because it'd be nice... | Ryan Williams | 2010-04-11 | 1 | -6/+5 |
| * | Stop importing eventlet.processes in wsgi_test. | Ryan Williams | 2010-04-11 | 1 | -4/+4 |
| * | Made wsgi.ALREADY_HANDLED an iterable - more tests to come | Ben Ford | 2010-04-09 | 1 | -8/+97 |
| * | #44 wsgi_test totally leaving open sockets | amajorek | 2010-03-12 | 1 | -4/+7 |
| * | module eventlet.common moved to eventlet.support | amajorek | 2010-03-09 | 1 | -1/+1 |
| * | py3k - 3.x file object returned by socket.makefile does not allow writes if i... | amajorek | 2010-02-28 | 1 | -26/+26 |
| * | New eventlet.common module to create version-neutral layer. For now only get_... | amajorek | 2010-02-28 | 1 | -3/+4 |
| * | tweaks to remove some DeprecationWarnings when running tests | Eugene Oden | 2010-02-22 | 1 | -41/+41 |
| * | Update tests for Chunked-Body closing CRLF. | Patrick Carlisle | 2010-02-17 | 1 | -2/+6 |