index
:
delta/python-packages/webob.git
1.1-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
bugfix/Response_app_iter
bugfix/cgi_FieldStorage
bugfix/exc_json_response
bugfix/exc_performance
bugfix/modify_post
bugfix/nonbytes-samesite
bugfix/set_cookie_datetime
cleanup/remove_fakecgibody
cleanup/testing
docs/cleanup
feature.cookie-bug-for-bug
feature.decoding
feature.make-cookie
feature.pathinfogeddon
feature.pylons10compat
feature/Accept.best_client_match
feature/default_body_encoding
fix-linkcheck
fix.136
fix.cookie_handling
fix.wsgify-middleware-docs
fix/bodies_on_everything
fix/charset_handling
fixup/PATH_SAFE
ianb-decorator-experiment
immutable-cache-control
main
master
ng
perf/response
pr/203
sergey-1.2-py2-only
stevepiercy-patch-1
tests.pycon2011
tests.pycon2011-runup
webob-ng
github.com: Pylons/webob.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
webob
/
cachecontrol.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support stale-while-revalidate and stale-if-error
Donald Stufft
2015-03-28
1
-0
/
+3
*
Fixes PEP8 warnings
Zhongyue Luo
2012-12-28
1
-1
/
+0
*
line lengths
Chris McDonough
2011-09-21
1
-2
/
+4
*
fix UpdateDict.pop() (did not support any arguments) and .setdefault() (was n...
Sergey Schetinin
2011-03-22
1
-6
/
+8
*
make CacheControl usage of UpdateDict overridable via CacheControl.update_dic...
Sergey Schetinin
2011-03-22
1
-2
/
+3
*
wrap lines to mostly conform to PEP-8, add pragma comments where necessary, s...
Sergey Schetinin
2011-03-22
1
-2
/
+22
*
webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and us...
Sergey Schetinin
2010-10-01
1
-5
/
+1
*
* merge headersdict and datastruct modules into new module webob.headers
Sergey Schetinin
2010-08-11
1
-6
/
+45
*
added in sorted for python2.3 compatibility, from Bryan O'Sullivan
Ian Bicking
2008-05-05
1
-0
/
+4
*
Fix __del__ names to be __delete__ (noticed by Sergey Schetinin
Ian Bicking
2008-02-18
1
-2
/
+2
*
fix case where either a CacheControl or properties value can go to serialize_...
Ian Bicking
2007-09-19
1
-0
/
+2
*
Fixes to cache-control: read properties properly, serialize to header properly
Ian Bicking
2007-08-20
1
-10
/
+16
*
Set default of cache_control.max_age to -1; check Request.environ type; fix e...
Ian Bicking
2007-08-16
1
-1
/
+1
*
docstring updates
Ian Bicking
2007-08-16
1
-4
/
+34
*
Added a cache_expires method. Don't create CacheControl objects when it isn'...
Ian Bicking
2007-08-09
1
-0
/
+2
*
Continue rename
Ian Bicking
2007-08-08
1
-1
/
+1
*
rename
Ian Bicking
2007-08-08
1
-0
/
+125