summaryrefslogtreecommitdiff
path: root/webob/headers.py
Commit message (Collapse)AuthorAgeFilesLines
* webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and ↵Sergey Schetinin2010-10-011-1/+1
| | | | use decorators where appropriate
* drop webob.headers.normalize_header, just use .lower()Sergey Schetinin2010-08-111-21/+16
|
* style tweaksSergey Schetinin2010-08-111-7/+1
|
* simplify ResponseHeaders.mixed, .dict_of_listsSergey Schetinin2010-08-111-21/+9
|
* drop ResponseHeaders.normalizeSergey Schetinin2010-08-111-26/+18
|
* * merge headersdict and datastruct modules into new module webob.headersSergey Schetinin2010-08-111-0/+178
* 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