summaryrefslogtreecommitdiff
path: root/webtest/http.py
Commit message (Expand)AuthorAgeFilesLines
* stop python3.6 supportÉloi Rivard2022-01-161-1/+1
* Dropped support for Python 2.7 and 3.5David Smith2020-11-071-9/+8
* avoid weird bug when conn is not really establishedGael Pasgrimaud2014-09-191-1/+1
* improve test coverage. we're back at 100%Gael Pasgrimaud2014-04-161-1/+1
* Make StopableWSGIServer thread daemonicLaurence Rowe2013-11-131-0/+1
* Fixed #72. Use WSGIServer new api even if there waitress has backward compat.Gael Pasgrimaud2013-06-021-4/+4
* allow to use a fixed StopableWSGIServerGael Pasgrimaud2013-04-171-1/+2
* That should have been select.error.Laurence Rowe2013-03-281-1/+2
* Ignore socket.error following StopableWSGIServer.shutdown.Laurence Rowe2013-03-271-1/+8
* Completely rewrite API documentationDomen Kožar2013-02-231-6/+11
* try to improve testsGael Pasgrimaud2013-02-231-0/+2
* we need string in headers, not unicode. expose waitress's tracebacks by defaultGael Pasgrimaud2012-12-191-0/+2
* improve coverage of http/extGael Pasgrimaud2012-12-161-10/+5
* add some docs for webtest.httpGael Pasgrimaud2012-12-081-0/+19
* add tests for httpGael Pasgrimaud2012-12-071-28/+36
* fix selenium testsGael Pasgrimaud2012-12-071-2/+5
* use waitressGael Pasgrimaud2012-12-061-0/+88