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
/
lib
/
caching.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Raise correct exception. Fixes linter warnings.
v18.1.0
Jason R. Coombs
2018-12-09
1
-4
/
+4
*
Remove references to threading._* in Python 3.2 and earlier.
Jason R. Coombs
2018-09-04
1
-3
/
+2
*
Remove reliance on six
Jason R. Coombs
2018-09-02
1
-3
/
+1
*
Add extra explanation for _cache.delete()
Martin van Es
2018-06-06
1
-4
/
+4
*
Rewrite comments with some punctuation to make it read more clearly. I still ...
Jason R. Coombs
2018-06-06
1
-0
/
+1
*
Rewrite comments with some punctuation to make it read more clearly. I still ...
Jason R. Coombs
2018-06-06
1
-5
/
+7
*
Fix static file cached 304 response
Martin van Es
2018-06-06
1
-4
/
+10
*
Use bytes literals where appropriate
v14.0.0
Jason R. Coombs
2018-02-04
1
-2
/
+2
*
Remove 'sorted' and 'reversed' from _cp_compat
Jason R. Coombs
2017-07-09
1
-1
/
+1
*
Replace iteritems with six usage.
Jason R. Coombs
2017-07-08
1
-2
/
+5
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-11
/
+11
*
Remove Py<2.6 compat Thread.daemon crutches
Sviatoslav Sydorenko
2016-09-08
1
-2
/
+2
*
Replace references to bitbucket tickets with references to github tickets. Re...
Jason R. Coombs
2016-04-30
1
-1
/
+1
*
More PEP8 work.
Gustavo Picon
2014-01-12
1
-7
/
+8
*
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-9
/
+13
*
Merged in MichielOvertoom/cherrypyfixticketurls2 (pull request #11)
Jason R. Coombs
2012-12-05
1
-1
/
+1
|
\
|
*
Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ to
Michiel Overtoom
2012-06-21
1
-1
/
+1
|
*
Removed trailing whitespace from the codebase.
Gustavo Picon
2012-04-03
1
-59
/
+59
*
|
In Python 3.3, threading._Event was renamed to threading.Event. This change c...
Jason R. Coombs
2012-10-28
1
-3
/
+3
*
|
Removed trailing whitespace from the codebase.
Gustavo Picon
2012-04-03
1
-59
/
+59
|
/
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+465
*
Bringing python3 back into trunk with its own py3 folder; what was in trunk g...
trunk
Robert Brewer
2011-02-25
1
-465
/
+0
*
Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.
Robert Brewer
2011-02-24
1
-12
/
+9
*
Test fixes.
Robert Brewer
2010-12-28
1
-1
/
+1
*
Some backports (mostly whitespace, really) from the python3 branch.
Robert Brewer
2010-12-27
1
-1
/
+1
*
Even more doc work.
Robert Brewer
2010-06-05
1
-13
/
+64
*
Sphinx docs in cherrypy.lib.*
chbrown
2010-02-24
1
-20
/
+36
*
Fix for #918 (caching does not respect Cache-Control: max-age header).
Robert Brewer
2009-08-19
1
-8
/
+45
*
Fix for #775 (Caching has a performance-killing race condition?). The caching...
Robert Brewer
2009-08-15
1
-119
/
+154
*
Fixed tools.expires as described at: http://groups.google.com/group/cherrypy-...
Robert Brewer
2009-08-06
1
-4
/
+17
*
Some cross ports from the python3 branch, including two test fixes.
Robert Brewer
2009-06-24
1
-0
/
+2
*
All internals now use cherrypy.serving.request/response instead of request/re...
Robert Brewer
2009-06-22
1
-11
/
+10
*
trunk: A bunch more alignments between trunk and python3 syntax.
Robert Brewer
2009-06-02
1
-2
/
+4
*
trunk - adding a py3util module that will normalize as many differences betwe...
Lakin Wecker
2009-06-01
1
-1
/
+1
*
trunk - Porting the cherrypy.lib.httputil name change. It'll be easier to mai...
Lakin Wecker
2009-05-31
1
-4
/
+4
*
Added a few comments
jaraco
2009-03-31
1
-19
/
+7
*
Working fix for ticket #770 - cache multiple response variants for Vary heade...
jaraco
2009-03-31
1
-11
/
+22
*
Moved function for handling vary_header_values into its own method
jaraco
2009-03-31
1
-3
/
+11
*
Completed some implementation of VaryHeaderCachingStore, still not working.
jaraco
2009-03-31
1
-18
/
+39
*
A partial implementation of a vary header aware store with key generation
jaraco
2009-03-31
1
-1
/
+24
*
Refactored cache store handling to support a VaryHeaderAwareCache (still unim...
jaraco
2009-03-31
1
-7
/
+27
*
Fixed cache key check for missing headers.
klarson
2009-03-31
1
-1
/
+1
*
Simplified logic for processing vary headers
jaraco
2009-03-30
1
-6
/
+3
*
Fix for #891 (substituted formatwarning is old, signature in python2.6 is cha...
Robert Brewer
2009-01-09
1
-1
/
+5
*
Trunk fix for #714 (bug in tools.caching).
Robert Brewer
2007-10-28
1
-1
/
+1
*
Forward port to trunk from 3.0.x [1703]. Added checking of 'Vary' header befo...
Robert Brewer
2007-10-28
1
-3
/
+30
*
Trunk fix for #662.
Robert Brewer
2007-10-28
1
-1
/
+1
*
Fix for #728 (tools.expires doesn't set a past-date header when secs=0).
Robert Brewer
2007-10-28
1
-3
/
+6
*
Fix for #721 (bugs in tools.caching).
Robert Brewer
2007-10-27
1
-2
/
+7
*
Final fix for #662 (error on configuration directive tools.caching.delay/maxo...
Robert Brewer
2007-06-16
1
-22
/
+19
[next]