summaryrefslogtreecommitdiff
path: root/waitress/tests/test_parser.py
Commit message (Expand)AuthorAgeFilesLines
* run linkcheck and fix redirects, broken linksSteve Piercy2018-09-061-1/+1
* Merge pull request #170 from Pylons/bugfix/uppercase_verbBert JW Regeer2017-08-161-3/+7
|\
| * No longer allow lowercase HTTP methodsbugfix/uppercase_verbBert JW Regeer2017-08-151-3/+7
* | Make test pass in Python 2David D Lowe2017-06-011-1/+6
* | This fixes #64 but only for Python 3; Python 2 fails the test. I'm clueless ...Chris McDonough2017-06-011-0/+5
|/
* Prevent header spoofing via underscore/dash conflation.Matt Russell2016-06-241-1/+16
* preserve whitespace between folded header linesDavid Glick2015-04-131-1/+13
* no need to alias close to _close now that ReadOnlyFileBasedBuffer actually ha...Chris McDonough2014-05-151-5/+5
* - When waitress receives a ``Transfer-Encoding: chunked`` request, we no longerChris McDonough2013-11-211-3/+21
* autopep8 runthrough and janitorial changes.Keith Gaughan2013-05-231-11/+15
* Return a 400 error instead of a 500 error when pathological input case report...Chris McDonough2012-09-281-0/+19
* Support the WSGI ``wsgi.file_wrapper`` protocol as perChris McDonough2012-01-161-0/+17
* - Fix PATH_INFO encoding/decoding on Python 3 (as per PEP 333, tunnelChris McDonough2012-01-031-64/+77
* coveragepipelinefixChris McDonough2011-12-301-3/+21
* handle only one task at a time on channel to fix pipelineing issuesChris McDonough2011-12-291-9/+0
* parser coverageChris McDonough2011-12-281-0/+58
* pep 8Chris McDonough2011-12-261-7/+7
* parser coverageChris McDonough2011-12-261-0/+10
* add tox.ini, fix warningsChris McDonough2011-12-221-6/+6
* whack a 2.6 moleChris McDonough2011-12-221-2/+2
* all tests pass on py3kChris McDonough2011-12-221-20/+22
* more py3 prepChris McDonough2011-12-221-2/+2
* first cut at prepping for python 3 compatChris McDonough2011-12-221-6/+3
* garden setup artifacts a bit, 100 percent test coverage for parserChris McDonough2011-12-221-5/+140
* de-enterprise-izeChris McDonough2011-12-211-0/+129