index
:
delta/cherrypy-git.git
1370-return-400-for-invalid-header
backport/17.x--bugfix--native-http-server-py3
bugfix/1680-unicode-in-http-auth
bugfix/1680-unicode-in-http-auth-backup
bugfix/1737-session-file-race
bugfix/1742-no-mkdir
bugfix/limit-pypywin32-ver-for-py34
bugfix/native-http-server-py3
bugfixes/1849-gzip-compression-header-cpython-bug39389
call-aside
dependabot/add-v2-config-file
dependabot/pip/pytest-gte-5.3.5-and-lt-6.2.0
feature/skeleton
main
maint/17.x
master
pre-commit-ci-update-config
use-assign-params
use-projection
github.com: cherrypy/cherrypy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cherrypy
/
test
/
test_caching.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove reliance on six
Jason R. Coombs
2018-09-02
1
-3
/
+1
*
Use bytes literals where appropriate
v14.0.0
Jason R. Coombs
2018-02-04
1
-7
/
+6
*
Remove exemption for extra long lines. Updated code to conform with standard ...
Jason R. Coombs
2017-10-28
1
-1
/
+4
*
Refactor testGzipStaticCache test
Sviatoslav Sydorenko
2017-09-07
1
-29
/
+27
*
change number of queries to 2, add docstring
Dan Vinakovsky
2017-08-30
1
-5
/
+4
*
whitespace removal
Dan Vinakovsky
2017-08-29
1
-7
/
+7
*
whitespace and quotes
Dan Vinakovsky
2017-08-29
1
-2
/
+1
*
add tests
Dan Vinakovsky
2017-08-29
1
-0
/
+48
*
Rely on six for urllib moves.
Jason R. Coombs
2017-07-09
1
-2
/
+4
*
Use next naturally as available on Python 2.6+
Jason R. Coombs
2017-07-09
1
-1
/
+1
*
Use six to bring range from the future.
Jason R. Coombs
2017-07-09
1
-2
/
+4
*
double quoted strings are apparently discouraged
Jason R. Coombs
2016-12-23
1
-1
/
+1
*
Mark test that fails intermittently as xfail. Ref #1536.
Jason R. Coombs
2016-12-23
1
-0
/
+3
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-88
/
+88
*
Fix E402 for test/_?test_*.py
Sviatoslav Sydorenko
2016-09-08
1
-4
/
+5
*
Fix flake8 error: F401 '<mod>' imported but unused
Sviatoslav Sydorenko
2016-08-24
1
-3
/
+0
*
Extract variables for nicer indentation.
Jason R. Coombs
2016-08-21
1
-4
/
+4
*
Extract variable for minimal repetition and nicer indentation.
Jason R. Coombs
2016-08-21
1
-4
/
+4
*
Use decorators where appropriate.
Jason R. Coombs
2016-08-03
1
-1
/
+1
*
Use cherrypy.config decorator throughout.
Jason R. Coombs
2016-06-05
1
-19
/
+18
*
Use expose decorator throughout the codebase.
Jason R. Coombs
2016-06-05
1
-11
/
+11
*
More PEP8 work.
Gustavo Picon
2014-01-12
1
-7
/
+12
*
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-17
/
+26
*
Removed trailing whitespace from the codebase.
Gustavo Picon
2012-04-03
1
-41
/
+41
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+328
*
Bringing python3 back into trunk with its own py3 folder; what was in trunk g...
trunk
Robert Brewer
2011-02-25
1
-329
/
+0
*
More Python 2.3 fixes.
Robert Brewer
2011-02-24
1
-2
/
+1
*
Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.
Robert Brewer
2011-02-24
1
-5
/
+6
*
Fix for #1012 (process/plugins.py:PerpetualTimer wakes up CPU 20 times per se...
Robert Brewer
2010-06-05
1
-1
/
+1
*
Removed test.py etc.
Robert Brewer
2010-04-27
1
-8
/
+0
*
Convert the tests to use nose instead of our own runner. This strips out muc...
Joseph Tate
2010-02-24
1
-97
/
+99
*
Fix for #918 (caching does not respect Cache-Control: max-age header).
Robert Brewer
2009-08-19
1
-3
/
+32
*
Fix for #775 (Caching has a performance-killing race condition?). The caching...
Robert Brewer
2009-08-15
1
-6
/
+52
*
Fixed tools.expires as described at: http://groups.google.com/group/cherrypy-...
Robert Brewer
2009-08-06
1
-1
/
+10
*
trunk: A bunch more alignments between trunk and python3 syntax.
Robert Brewer
2009-06-02
1
-1
/
+1
*
trunk - removing unused imports.
Lakin Wecker
2009-05-31
1
-1
/
+0
*
trunk - Porting the cherrypy.lib.httputil name change. It'll be easier to mai...
Lakin Wecker
2009-05-31
1
-2
/
+2
*
Finished unit test for enhanced Vary header caching support
jaraco
2009-03-31
1
-3
/
+22
*
Added test to allow checking for existance of a certain value in a comma-deli...
jaraco
2009-03-31
1
-1
/
+1
*
Fixed incorrect header in cache test
klarson
2009-03-31
1
-1
/
+1
*
Updated sample header for varying header test
jaraco
2009-03-30
1
-1
/
+1
*
Now add the vary header in gzip regardless of whether gzip actually compresse...
jaraco
2009-03-30
1
-0
/
+21
*
Moved "environment: test_suite" out of individual tests and into helper.py. M...
Robert Brewer
2009-02-10
1
-3
/
+1
*
Silenced some long-known test disparities when using Apache as the server in ...
Robert Brewer
2008-11-08
1
-1
/
+2
*
Forward port to trunk from 3.0.x [1704]. Responses were being gzipped twice w...
Robert Brewer
2007-10-28
1
-8
/
+5
*
Forward port to trunk from 3.0.x [1703]. Added checking of 'Vary' header befo...
Robert Brewer
2007-10-28
1
-2
/
+23
*
Fix for #728 (tools.expires doesn't set a past-date header when secs=0).
Robert Brewer
2007-10-28
1
-8
/
+4
*
Fix for #721 (bugs in tools.caching).
Robert Brewer
2007-10-27
1
-1
/
+32
*
Test update for must-revalidate.
Robert Brewer
2007-01-11
1
-4
/
+4
*
Fixed bug in caching; invalid methods did not delete cached resource. See #509.
Robert Brewer
2006-12-09
1
-3
/
+12
[next]