summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_caching.py
Commit message (Expand)AuthorAgeFilesLines
* Remove reliance on sixJason R. Coombs2018-09-021-3/+1
* Use bytes literals where appropriatev14.0.0Jason R. Coombs2018-02-041-7/+6
* Remove exemption for extra long lines. Updated code to conform with standard ...Jason R. Coombs2017-10-281-1/+4
* Refactor testGzipStaticCache testSviatoslav Sydorenko2017-09-071-29/+27
* change number of queries to 2, add docstringDan Vinakovsky2017-08-301-5/+4
* whitespace removalDan Vinakovsky2017-08-291-7/+7
* whitespace and quotesDan Vinakovsky2017-08-291-2/+1
* add testsDan Vinakovsky2017-08-291-0/+48
* Rely on six for urllib moves.Jason R. Coombs2017-07-091-2/+4
* Use next naturally as available on Python 2.6+Jason R. Coombs2017-07-091-1/+1
* Use six to bring range from the future.Jason R. Coombs2017-07-091-2/+4
* double quoted strings are apparently discouragedJason R. Coombs2016-12-231-1/+1
* Mark test that fails intermittently as xfail. Ref #1536.Jason R. Coombs2016-12-231-0/+3
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-88/+88
* Fix E402 for test/_?test_*.pySviatoslav Sydorenko2016-09-081-4/+5
* Fix flake8 error: F401 '<mod>' imported but unusedSviatoslav Sydorenko2016-08-241-3/+0
* Extract variables for nicer indentation.Jason R. Coombs2016-08-211-4/+4
* Extract variable for minimal repetition and nicer indentation.Jason R. Coombs2016-08-211-4/+4
* Use decorators where appropriate.Jason R. Coombs2016-08-031-1/+1
* Use cherrypy.config decorator throughout.Jason R. Coombs2016-06-051-19/+18
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-11/+11
* More PEP8 work.Gustavo Picon2014-01-121-7/+12
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-17/+26
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-41/+41
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+328
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-329/+0
* More Python 2.3 fixes.Robert Brewer2011-02-241-2/+1
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-5/+6
* Fix for #1012 (process/plugins.py:PerpetualTimer wakes up CPU 20 times per se...Robert Brewer2010-06-051-1/+1
* Removed test.py etc.Robert Brewer2010-04-271-8/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-97/+99
* Fix for #918 (caching does not respect Cache-Control: max-age header).Robert Brewer2009-08-191-3/+32
* Fix for #775 (Caching has a performance-killing race condition?). The caching...Robert Brewer2009-08-151-6/+52
* Fixed tools.expires as described at: http://groups.google.com/group/cherrypy-...Robert Brewer2009-08-061-1/+10
* trunk: A bunch more alignments between trunk and python3 syntax.Robert Brewer2009-06-021-1/+1
* trunk - removing unused imports.Lakin Wecker2009-05-311-1/+0
* trunk - Porting the cherrypy.lib.httputil name change. It'll be easier to mai...Lakin Wecker2009-05-311-2/+2
* Finished unit test for enhanced Vary header caching supportjaraco2009-03-311-3/+22
* Added test to allow checking for existance of a certain value in a comma-deli...jaraco2009-03-311-1/+1
* Fixed incorrect header in cache testklarson2009-03-311-1/+1
* Updated sample header for varying header testjaraco2009-03-301-1/+1
* Now add the vary header in gzip regardless of whether gzip actually compresse...jaraco2009-03-301-0/+21
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-3/+1
* Silenced some long-known test disparities when using Apache as the server in ...Robert Brewer2008-11-081-1/+2
* Forward port to trunk from 3.0.x [1704]. Responses were being gzipped twice w...Robert Brewer2007-10-281-8/+5
* Forward port to trunk from 3.0.x [1703]. Added checking of 'Vary' header befo...Robert Brewer2007-10-281-2/+23
* Fix for #728 (tools.expires doesn't set a past-date header when secs=0).Robert Brewer2007-10-281-8/+4
* Fix for #721 (bugs in tools.caching).Robert Brewer2007-10-271-1/+32
* Test update for must-revalidate.Robert Brewer2007-01-111-4/+4
* Fixed bug in caching; invalid methods did not delete cached resource. See #509.Robert Brewer2006-12-091-3/+12