summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_misc_tools.py
Commit message (Expand)AuthorAgeFilesLines
* Remove long-deprecated legacy 'has_any' methods on mappings.Jason R. Coombs2017-10-281-7/+2
* PEP8fy codebase: eliminated F841 flake8 errorSviatoslav Sydorenko2017-03-121-6/+6
* PEP8fy codebase: eliminated W601 flake8 errorSviatoslav Sydorenko2017-03-111-1/+1
* Drop Python<2.6 compatibility crutchesSviatoslav Sydorenko2016-09-161-3/+1
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-18/+18
* Fix E402 for test/_?test_*.pySviatoslav Sydorenko2016-09-081-5/+5
* Use cherrypy.config decorator throughout.Jason R. Coombs2016-06-051-8/+10
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-7/+7
* More PEP8 work.Gustavo Picon2014-01-121-5/+9
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-5/+9
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-23/+23
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+207
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-202/+0
* Removed test.py etc.Robert Brewer2010-04-271-6/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-1/+5
* Updated vary test for always-on encoding. We ''want'' Accept-Charset in the l...Robert Brewer2009-06-011-1/+1
* Brought trunk up to par with the encoding changes from the python3 branch.Robert Brewer2009-06-011-2/+2
* Added tools.autovaryRobert Brewer2009-05-061-0/+24
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-3/+1
* Fix for #745 (Make a builtin tool which logs all hooks for a given request).Robert Brewer2007-10-301-1/+7
* RFC 2606 updates (official example domains).Robert Brewer2007-05-301-3/+3
* New tools.accept(media). See test_misc_tools.py for usage.Robert Brewer2006-11-031-0/+93
* New tools.referer, and moved test_response_headers into new test_misc_tools.Robert Brewer2006-09-041-0/+83