| Commit message (Collapse) | 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 ↵ | Sergey Schetinin | 2011-03-22 | 1 | -6/+8 |
| | | | | | not returning anything) [from pycon2011 sprint w/ edits] | ||||
| * | make CacheControl usage of UpdateDict overridable via ↵ | Sergey Schetinin | 2011-03-22 | 1 | -2/+3 |
| | | | | | CacheControl.update_dict [from pycon2011 sprint] | ||||
| * | wrap lines to mostly conform to PEP-8, add pragma comments where necessary, ↵ | Sergey Schetinin | 2011-03-22 | 1 | -2/+22 |
| | | | | | small docstring edits [from pycon2011 sprint] | ||||
| * | webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and ↵ | Sergey Schetinin | 2010-10-01 | 1 | -5/+1 |
| | | | | | use decorators where appropriate | ||||
| * | * merge headersdict and datastruct modules into new module webob.headers | Sergey Schetinin | 2010-08-11 | 1 | -6/+45 |
| | | | | | | | | * rename HeadersDict to ResponseHeaders * merge updatedict module into cachecontrol * merge webob.util.reversed and webob.compat modules into webob.util.__init__ * make DictMixin, reversed and sorted importable directly from webob.util | ||||
| * | 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 ↵ | Ian Bicking | 2007-09-19 | 1 | -0/+2 |
| | | | | | serialize_cache_control | ||||
| * | 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 ↵ | Ian Bicking | 2007-08-16 | 1 | -1/+1 |
| | | | | | example in file-example.txt; add Request.cache_control | ||||
| * | docstring updates | Ian Bicking | 2007-08-16 | 1 | -4/+34 |
| | | |||||
| * | Added a cache_expires method. Don't create CacheControl objects when it ↵ | Ian Bicking | 2007-08-09 | 1 | -0/+2 |
| | | | | | isn't necessary. Handle timedeltas in any date-related function (considering them relative to now). Allow cache_control.private = True. Add constants for different kinds of time, so you can multiply and add them to create timedelta objects | ||||
| * | Continue rename | Ian Bicking | 2007-08-08 | 1 | -1/+1 |
| | | |||||
| * | rename | Ian Bicking | 2007-08-08 | 1 | -0/+125 |
