| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | give up on trying to encode header values when request.headers is used | Chris McDonough | 2012-01-28 | 1 | -7/+7 |
| | | |||||
| * | fix EnvironHeaders class to do encoding and decoding properly | Chris McDonough | 2012-01-26 | 1 | -7/+7 |
| | | |||||
| * | use paren-imports | Chris McDonough | 2011-09-22 | 1 | -2/+4 |
| | | |||||
| * | sort imports and more direct imports | Chris McDonough | 2011-09-22 | 1 | -2/+2 |
| | | |||||
| * | trim compat down to only necessary components; more direct imports; 100% ↵ | Chris McDonough | 2011-09-21 | 1 | -2/+2 |
| | | | | | test coverage for compat on py2 | ||||
| * | use a 'normal' MultiDict for both GET and POST instead of a ↵ | Chris McDonough | 2011-09-16 | 1 | -0/+7 |
| | | | | | UnicodeMultiDict; try to beat down some more test failures. | ||||
| * | work on items/keys/values, better conversions, syntax errors | Chris McDonough | 2011-09-15 | 1 | -2/+3 |
| | | |||||
| * | work towards creating and using 'compat' module and removing syntax errors ↵ | Chris McDonough | 2011-09-15 | 1 | -4/+5 |
| | | | | | when code is run under py3k; all tests pass under py2, but most tests still fail under py3k | ||||
| * | webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and ↵ | Sergey Schetinin | 2010-10-01 | 1 | -1/+1 |
| | | | | | use decorators where appropriate | ||||
| * | drop webob.headers.normalize_header, just use .lower() | Sergey Schetinin | 2010-08-11 | 1 | -21/+16 |
| | | |||||
| * | style tweaks | Sergey Schetinin | 2010-08-11 | 1 | -7/+1 |
| | | |||||
| * | simplify ResponseHeaders.mixed, .dict_of_lists | Sergey Schetinin | 2010-08-11 | 1 | -21/+9 |
| | | |||||
| * | drop ResponseHeaders.normalize | Sergey Schetinin | 2010-08-11 | 1 | -26/+18 |
| | | |||||
| * | * merge headersdict and datastruct modules into new module webob.headers | Sergey Schetinin | 2010-08-11 | 1 | -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 | |||||
