summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_request_obj.py
Commit message (Expand)AuthorAgeFilesLines
* Remove reliance on sixJason R. Coombs2018-09-021-5/+3
* 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-3/+13
* Add test for Request.unique_id per-req propertySviatoslav Sydorenko2017-10-201-0/+18
* Fix tests for HTTP CONNECT requestSviatoslav Sydorenko2017-08-111-4/+46
* Use six for http importsJason R. Coombs2017-07-091-1/+2
* Trim trailing whitespaceJason R. Coombs2016-12-231-2/+2
* Consistent handler declaration in testsLorenzo Bolla2016-12-161-3/+1
* Fix for #1530 More robust way to check for callableLorenzo Bolla2016-12-161-0/+13
* Make cherrypy._cprequest.Request process PATCH bodyKearney Taaffe2016-11-251-3/+46
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-174/+174
* Fix E402 for test/_?test_*.pySviatoslav Sydorenko2016-09-081-5/+4
* Use decorators where appropriate.Jason R. Coombs2016-08-031-1/+1
* Use cherrypy.config decorator throughout.Jason R. Coombs2016-06-051-15/+13
* Remove unused importsJason R. Coombs2016-06-051-1/+0
* Replaced 'unicodestr' with 'six.text_type'Jason R. Coombs2016-06-051-3/+6
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-15/+15
* Replace references to bitbucket tickets with references to github tickets. Re...Jason R. Coombs2016-04-301-5/+5
* wsgiserver HTTPRequest read_request_line: update error messageNyiro Gergo2015-07-241-1/+1
* wsgiserver HTTPRequest read_request_line: check path is not NoneNyiro Gergo2015-07-221-2/+14
* More PEP8 work.Gustavo Picon2014-01-121-30/+51
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-69/+102
* Python3.3 raises FileNotFoundError. Fixing test.Gustavo Picon2014-01-111-1/+6
* Fixed test_request_obj.testParams to be deterministic.Gustavo Picon2014-01-111-5/+5
* Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ toMichiel Overtoom2012-06-211-5/+5
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-92/+92
* A few Python 2.3 fixes.Robert Brewer2011-07-051-1/+1
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+737
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-722/+0
* 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
* trunk sync with python3Robert Brewer2011-02-231-3/+2
* sync with python3 branch.Robert Brewer2011-02-221-1/+1
* Removed test.py etc.Robert Brewer2010-04-271-7/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-226/+227
* trunk: syncing with python3, except preferring WSGI 1.0 and sticking with byt...Robert Brewer2009-08-271-2/+1
* Fix for #953 - when handlers take arguments that have default values, don't c...Lakin Wecker2009-08-191-2/+6
* A couple of unnecessary imports.Robert Brewer2009-06-271-1/+0
* Removed py3print.Robert Brewer2009-06-141-2/+1
* Fix to a long-standing but with emitting RFC-2047-encoded header values. Need...Robert Brewer2009-06-021-6/+8
* trunk - bringing in some more sophisticated tests - this adds one failing tes...Lakin Wecker2009-06-021-20/+30
* trunk - more changes to bring the two branches into a more similar state - th...Lakin Wecker2009-06-011-1/+1
* trunk - adding a py3util module that will normalize as many differences betwe...Lakin Wecker2009-06-011-1/+1
* Brought trunk up to par with the encoding changes from the python3 branch.Robert Brewer2009-06-011-5/+6
* trunk - Porting the cherrypy.lib.httputil name change. It'll be easier to mai...Lakin Wecker2009-05-311-1/+1
* Test to demo handling name[key] dict-like params with **kwargs.Robert Brewer2009-02-231-0/+6
* Added a test for request.scheme (see #900).Robert Brewer2009-02-201-0/+8
* Broke a bunch of test_core tests out into a new test_request_obj.py.Robert Brewer2009-02-201-0/+700