| Commit message (Expand) | Author | Age | Files | Lines |
| * | add tests, add docs describing all changesfeature.pathinfogeddon | Chris McDonough | 2012-01-08 | 1 | -1/+20 |
| * | coverage | Chris McDonough | 2012-01-08 | 1 | -0/+20 |
| * | fix status_int/status bug on py3 (use explicit floor division), add coverage | Chris McDonough | 2012-01-08 | 1 | -1/+28 |
| * | fix str(Response()) w/o charset, but only on py2 | Sergey Schetinin | 2011-10-02 | 1 | -0/+2 |
| * | Merge branch 'sergey-1.2-py2-only' into 1.2-merge | Sergey Schetinin | 2011-09-25 | 1 | -4/+20 |
| |\ |
|
| | * | enable weak matching for if-none-match | Sergey Schetinin | 2011-09-21 | 1 | -4/+20 |
| * | | test coverage | Sergey Schetinin | 2011-09-25 | 1 | -2/+2 |
| * | | fix etag_md5(set_content_md5=True) | Sergey Schetinin | 2011-09-25 | 1 | -11/+2 |
| * | | more test coverage | Sergey Schetinin | 2011-09-24 | 1 | -6/+10 |
| * | | return bytes, not text | Chris McDonough | 2011-09-23 | 1 | -1/+1 |
| * | | add test for setting status to a binary type | Chris McDonough | 2011-09-22 | 1 | -0/+7 |
| * | | improve from_file tests and impl | Chris McDonough | 2011-09-22 | 1 | -5/+15 |
| * | | md5 doesnt need a compat import | Chris McDonough | 2011-09-21 | 1 | -1/+1 |
| * | | use direct imports, kill dead imports | Chris McDonough | 2011-09-20 | 1 | -16/+16 |
| * | | atrocious straddling code | Chris McDonough | 2011-09-20 | 1 | -1/+1 |
| * | | b -> bytes_ | Chris McDonough | 2011-09-20 | 1 | -104/+105 |
| * | | Merge commit 'bce343c65d61d2b0ff67b86fa7cee0f59f3bd288' into chrism-py3-alt-m... | Sergey Schetinin | 2011-09-19 | 1 | -93/+13 |
| |\ \
| |/ |
|
| | * | * deprecate Response.request / .environ | Sergey Schetinin | 2011-09-18 | 1 | -93/+13 |
| * | | Merge commit '250a1f802668378c69a751194aba19899b456f25' into chrism-py3-alt-m... | Sergey Schetinin | 2011-09-19 | 1 | -13/+10 |
| |\ \
| |/ |
|
| | * | StringIO -> BytesIO | Sergey Schetinin | 2011-09-18 | 1 | -13/+10 |
| * | | made all response tests pass except cookie-related ones | Chris McDonough | 2011-09-16 | 1 | -72/+87 |
| * | | work towards creating and using 'compat' module and removing syntax errors wh... | Chris McDonough | 2011-09-15 | 1 | -21/+25 |
| |/ |
|
| * | bring back to 100% test coverage | Sergey Schetinin | 2011-08-18 | 1 | -0/+4 |
| * | * make Response.write much more efficient (https://bitbucket.org/ianb/webob/i... | Sergey Schetinin | 2011-08-18 | 1 | -91/+49 |
| * | fix test on Jython (did you know that 'abc'.encode('utf-16') produces different | Sergey Schetinin | 2011-08-09 | 1 | -5/+6 |
| * | * change del res.body semantics so that it doesn't make the response invalid, | Sergey Schetinin | 2011-08-09 | 1 | -34/+33 |
| * | make Response().body_file settable. usage: Response(body_file=open('foo.bin')... | Sergey Schetinin | 2011-07-20 | 1 | -38/+43 |
| * | This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint... | Sergey Schetinin | 2011-03-22 | 1 | -0/+820 |
| * | Add a lot of tests. | Sergey Schetinin | 2011-02-20 | 1 | -17/+68 |
| * | fix Response().content_type = None (typo: was removing cache_control instead) | Sergey Schetinin | 2011-01-27 | 1 | -0/+13 |
| * | fix Response.merge_cookies + test (obv, this is actually not used by anyone, ... | Sergey Schetinin | 2011-01-22 | 1 | -6/+16 |
| * | add some cookie tests | Sergey Schetinin | 2011-01-22 | 1 | -1/+3 |
| * | fix: ResponseHeaders.update() should overwrite keys | Sergey Schetinin | 2010-11-20 | 1 | -0/+7 |
| * | resp.set_cookie() should accept unicode values | Sergey Schetinin | 2010-10-12 | 1 | -0/+1 |
| * | merge util.safegzip into response.py | Sergey Schetinin | 2010-10-01 | 1 | -1/+1 |
| * | Implement Request and Response .from_file() constructors | Ian Bicking | 2010-06-11 | 1 | -0/+15 |
| * | Increase cookie coverage testing, use extended cookie for generating | Ben Bangert | 2010-02-25 | 1 | -0/+5 |
| * | Request.copy() should close original app_iter | Sergey Schetinin | 2010-01-09 | 1 | -0/+6 |
| * | fix BaseRequest.ResponseClass | Sergey Schetinin | 2009-11-14 | 1 | -1/+2 |
| * | when creating Response.body from app_iter handle content_length w/ more case | Sergey Schetinin | 2009-11-08 | 1 | -1/+33 |
| * | webob: fix AppIterRange (ticket #386) | Sergey Schetinin | 2009-10-18 | 1 | -4/+28 |
| * | plug a potential memory leak with HEAD requests and 304 respones: close the | Philip Jenvey | 2008-12-06 | 1 | -0/+11 |
| * | Fixed some test errors with urlvars/urlargs, and with empty headerlist and se... | Ian Bicking | 2008-01-31 | 1 | -1/+1 |
| * | Changed signature of Response(). Added default charset. Added Response.writ... | Ian Bicking | 2007-12-18 | 1 | -2/+1 |
| * | Added resp.encode|decode_content | Ian Bicking | 2007-12-17 | 1 | -1/+8 |
| * | Continue rename | Ian Bicking | 2007-08-08 | 1 | -1/+1 |
| * | Rename | Ian Bicking | 2007-08-08 | 1 | -0/+31 |