| Commit message (Expand) | Author | Age | Files | Lines |
| * | 79 char line limit | Chris McDonough | 2011-03-17 | 1 | -36/+72 |
| * | add coverage for edge cases previously covered by doctests for body get and set | Chris McDonough | 2011-03-14 | 1 | -1/+1 |
| * | Ignore coverage for conditional imports | Casey Duncan | 2011-03-14 | 1 | -2/+2 |
| * | one import per line, remove unused imports | Chris McDonough | 2011-03-14 | 1 | -7/+32 |
| * | * refactor from_file implementations a bit | Sergey Schetinin | 2011-02-20 | 1 | -19/+15 |
| * | Add a lot of tests. | Sergey Schetinin | 2011-02-20 | 1 | -5/+0 |
| * | improve responses to HEAD requests | Sergey Schetinin | 2011-02-16 | 1 | -7/+7 |
| * | make sure that resp.unset_cookie does not merge multiple cookie headers into one | Sergey Schetinin | 2011-02-08 | 1 | -2/+2 |
| * | Added support for decode_content and the deflate method | Ian Bicking | 2011-02-02 | 1 | -9/+14 |
| * | fix Response().content_type = None (typo: was removing cache_control instead) | Sergey Schetinin | 2011-01-27 | 1 | -5/+2 |
| * | refactor conditional_response_app a bit | Sergey Schetinin | 2011-01-22 | 1 | -35/+23 |
| * | fix Response.merge_cookies + test (obv, this is actually not used by anyone, ... | Sergey Schetinin | 2011-01-22 | 1 | -5/+3 |
| * | fix del resp.content_type | Sergey Schetinin | 2011-01-02 | 1 | -2/+2 |
| * | make response.set_cookie(key, None) add the 'delete-cookie' | Sergey Schetinin | 2011-01-02 | 1 | -30/+20 |
| * | clenup response.charset descriptor | Sergey Schetinin | 2011-01-02 | 1 | -8/+8 |
| * | update the news.txt w/ notes on my commits since the 1.0 | Sergey Schetinin | 2010-12-31 | 1 | -1/+1 |
| * | use io in response as well | Sergey Schetinin | 2010-12-06 | 1 | -5/+2 |
| * | resp.set_cookie() should accept unicode values | Sergey Schetinin | 2010-10-12 | 1 | -0/+2 |
| * | merge statusreasons into util | Sergey Schetinin | 2010-10-04 | 1 | -1/+1 |
| * | add morsel attrs | Sergey Schetinin | 2010-10-01 | 1 | -17/+19 |
| * | fix: resp.merge_cookies should not modify headers in-place | Sergey Schetinin | 2010-10-01 | 1 | -6/+3 |
| * | rename Cookie -> cookies | Sergey Schetinin | 2010-10-01 | 1 | -1/+1 |
| * | * move serialize_cookie_date to Cookie | Sergey Schetinin | 2010-10-01 | 1 | -31/+14 |
| * | more cookie refactoring | Sergey Schetinin | 2010-10-01 | 1 | -3/+2 |
| * | refactoring Cookie.py (worst code I've seen in a while) | Sergey Schetinin | 2010-10-01 | 1 | -2/+2 |
| * | merge util.cookie into webob.Cookie | Sergey Schetinin | 2010-10-01 | 1 | -3/+3 |
| * | implement on-the-fly response gzipping (resp.encode_content('gzip', lazy=True) | Sergey Schetinin | 2010-10-01 | 1 | -20/+24 |
| * | merge util.safegzip into response.py | Sergey Schetinin | 2010-10-01 | 1 | -8/+13 |
| * | webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and us... | Sergey Schetinin | 2010-10-01 | 1 | -1/+0 |
| * | Automated merge with ssh://bitbucket.org/ianb/webob | Ian Bicking | 2010-09-14 | 1 | -0/+8 |
| |\ |
|
| | * | Put in a test for a unicode item of an app_iter (which will otherwise bubble ... | Ian Bicking | 2010-09-14 | 1 | -0/+8 |
| * | | * add list_header, date_header descriptors | Sergey Schetinin | 2010-08-11 | 1 | -229/+302 |
| * | | drop webob.headers.normalize_header, just use .lower() | Sergey Schetinin | 2010-08-11 | 1 | -2/+2 |
| * | | accept-charset: add default iso-8859-1 quality http://trac.pythonpaste.org/py... | Sergey Schetinin | 2010-08-11 | 1 | -1/+0 |
| * | | optimize header_getter to directly work on Response._headerlist | Sergey Schetinin | 2010-08-11 | 1 | -20/+20 |
| * | | simplify Response.cache_expires | Sergey Schetinin | 2010-08-11 | 1 | -7/+11 |
| * | | fix descriptors exports | Sergey Schetinin | 2010-08-11 | 1 | -10/+9 |
| * | | fix datetime_utils exports | Sergey Schetinin | 2010-08-11 | 1 | -6/+6 |
| * | | * merge headersdict and datastruct modules into new module webob.headers | Sergey Schetinin | 2010-08-11 | 1 | -8/+5 |
| |/ |
|
| * | forgot a print | Ian Bicking | 2010-06-15 | 1 | -1/+0 |
| * | catch errors and strip status | Ian Bicking | 2010-06-15 | 1 | -2/+6 |
| * | Implement Request and Response .from_file() constructors | Ian Bicking | 2010-06-11 | 1 | -0/+41 |
| * | Increase cookie coverage testing, use extended cookie for generating | Ben Bangert | 2010-02-25 | 1 | -6/+5 |
| * | a little better cookie value quoting (todo: quote the quote chars in value, t... | Sergey Schetinin | 2010-02-18 | 1 | -2/+4 |
| * | consider range requests that go beyond the end of body valid (ticket #400: ht... | Sergey Schetinin | 2010-01-14 | 1 | -0/+3 |
| * | enable "416 Requested Range Not Satisfiable" responses | Sergey Schetinin | 2010-01-09 | 1 | -15/+10 |
| * | Request.copy() should close original app_iter | Sergey Schetinin | 2010-01-09 | 1 | -5/+8 |
| * | fix ``Response.copy()`` not being an independent copy | Sergey Schetinin | 2010-01-09 | 1 | -5/+5 |
| * | 304 responses should not include content-{length/type} | Sergey Schetinin | 2010-01-09 | 1 | -0/+5 |
| * | actually, this looks like the better fix, what that `and headerlist is None` ... | Sergey Schetinin | 2010-01-06 | 1 | -1/+1 |