summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_etags.py
Commit message (Expand)AuthorAgeFilesLines
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-23/+23
* Use decorators where appropriate.Jason R. Coombs2016-08-031-1/+1
* Use cherrypy.config decorator throughout.Jason R. Coombs2016-06-051-2/+2
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-3/+3
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-2/+3
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-9/+9
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+83
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-81/+0
* More Python 2.3 fixes.Robert Brewer2011-02-241-1/+2
* trunk sync with python3Robert Brewer2011-02-231-1/+0
* Removed test.py etc.Robert Brewer2010-04-271-8/+1
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-25/+26
* Brought trunk up to par with the encoding changes from the python3 branch.Robert Brewer2009-06-011-1/+1
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-2/+0
* Test and fix for #835 (autotags fail on unicode characters). Bumped up the pr...Robert Brewer2008-07-051-2/+21
* Solution for #602 (ETag autotags are incorrect on 304):Robert Brewer2006-11-221-9/+17
* Changed every instance of 'conf' in the API to 'config'.Robert Brewer2006-09-021-1/+1
* Overhaul of config system:Robert Brewer2006-08-241-12/+3
* Made all imports absolute "just in case" for Python 2.5.Robert Brewer2006-08-241-2/+2
* Fix to etags when 412 has already been raised.Robert Brewer2006-08-221-1/+10
* test/modpy fixes and docs.Robert Brewer2006-06-191-2/+2
* More unnecessary imports removed.Robert Brewer2006-06-121-1/+0
* Fix for #531 (Make an ETag tool). Also refactored If-Modified-Since validation.Robert Brewer2006-06-031-0/+63