summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_http.py
Commit message (Expand)AuthorAgeFilesLines
* Use urllib.parseJason R. Coombs2018-09-041-2/+2
* Remove reliance on sixJason R. Coombs2018-09-021-8/+4
* Add docstrings.Jason R. Coombs2018-08-141-2/+9
* Remove fname resolver, no longer needed.Jason R. Coombs2018-08-131-2/+0
* Normalize links to bugs.Jason R. Coombs2018-08-131-2/+3
* Extract function for encoding filenames. Assume UTF-8 for non-ascii names.Jason R. Coombs2018-08-131-21/+26
* * Fix _cpreqbody.Entity to handle Content-Disposition filename* with encodingpawciobiel2018-03-131-5/+30
* Use bytes literals where appropriatev14.0.0Jason R. Coombs2018-02-041-7/+7
* Remove exemption for extra long lines. Updated code to conform with standard ...Jason R. Coombs2017-10-281-7/+17
* Use six for http importsJason R. Coombs2017-07-091-1/+2
* PEP8fy codebase: eliminated F812 flake8 errorSviatoslav Sydorenko2017-03-111-1/+1
* PEP8fy codebase: eliminated E128 flake8 errorSviatoslav Sydorenko2017-03-111-1/+1
* Rely on backports.unittest_mock (and its pytest plugin) to supply mock.Jason R. Coombs2016-12-261-1/+1
* Make mock module be always accessed through helperSviatoslav Sydorenko2016-11-261-4/+3
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-26/+26
* Fix E402 for test/_?test_*.pySviatoslav Sydorenko2016-09-081-3/+2
* Fix test_http:HTTPTests.test_no_content_lengthSviatoslav Sydorenko2016-08-251-4/+6
* Fix flake8 error: E501 line too longSviatoslav Sydorenko2016-08-241-1/+5
* Use decorators where appropriate.Jason R. Coombs2016-08-031-1/+1
* Use cherrypy.config decorator throughout.Jason R. Coombs2016-06-051-1/+1
* Rely on six for Python 3 differentiationJason R. Coombs2016-06-051-3/+5
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-3/+3
* Test for issue #1397Jürn Brodersen2016-06-051-5/+8
* Replace references to bitbucket tickets with references to github tickets. Re...Jason R. Coombs2016-04-301-2/+2
* Fix test_no_content_lenght in python2.6Joel Rivera2016-03-141-1/+4
* Fixing no-content-length testDiogo Baeder2015-12-171-5/+8
* Don't split headers on commas contained between quotes. Fixes #1146.Allan Crooks2014-04-151-1/+1
* Added posted-filename-with-commas test for #1146.Allan Crooks2014-04-151-0/+29
* Slight refactor of test_http.py to reduce duplicated code blocks.Allan Crooks2014-04-151-16/+10
* More PEP8 work.Gustavo Picon2014-01-121-1/+3
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-7/+9
* Fix for #1220 (requestline not properly splitted when request line (including...Robert Brewer2013-03-171-0/+6
* Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ toMichiel Overtoom2012-06-211-1/+1
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-16/+16
* Oops.Robert Brewer2011-10-141-2/+3
* Fixed some error handling and made a log sink for HTTPServer.Robert Brewer2011-10-141-6/+31
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+186
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-168/+0
* trunk: sync with python3Robert Brewer2011-02-251-1/+6
* More Python 2.3 fixes.Robert Brewer2011-02-241-1/+2
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-6/+6
* sync with python3 branch.Robert Brewer2011-02-221-0/+76
* Fixed some broken tests, including a nasty wsgiserver bug.Robert Brewer2010-06-051-91/+0
* Removed test.py etc.Robert Brewer2010-04-271-7/+2
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-34/+34
* A couple syncs with python3.Robert Brewer2009-10-171-13/+13
* Better error message for illegal HTTP request headers. See #941.Robert Brewer2009-08-051-1/+18
* Removed py3print.Robert Brewer2009-06-141-4/+2
* trunk - adding a py3util module that will normalize as many differences betwe...Lakin Wecker2009-06-011-4/+4
* trunk - some better tests that go with the new cpreqbody.Lakin Wecker2009-06-011-13/+38