| Commit message (Expand) | Author | Age | Files | Lines |
| * | hide password value in *MultiDict | Gael Pasgrimaud | 2011-04-15 | 1 | -4/+24 |
| * | * fix accept matching for types that UA assigned zero-quality (see https://bi... | Sergey Schetinin | 2011-04-10 | 1 | -0/+6 |
| * | convert acceptparse test to saner nose tests | Sergey Schetinin | 2011-04-10 | 1 | -384/+336 |
| * | we have to disable the wsgiref test on py2.5 / Jython as well, because they l... | Sergey Schetinin | 2011-03-26 | 1 | -1/+1 |
| * | fix wsgiref test on python 2.4, 2.5, Jython and pypy (thread.is_alive() -> .i... | Sergey Schetinin | 2011-03-26 | 1 | -1/+1 |
| * | disable wsgiref testing on python 2.4 | Sergey Schetinin | 2011-03-26 | 1 | -27/+20 |
| * | * always return readable file from req.body_file | Sergey Schetinin | 2011-03-25 | 2 | -37/+56 |
| * | test various Request methods in wsgiref.simple_server | Daniel Holth | 2011-03-25 | 1 | -0/+67 |
| * | add PendingDeprecationWarning for setting req.body_file to a string value | Sergey Schetinin | 2011-03-25 | 1 | -69/+13 |
| * | remove deprecated `environ_getter` arg of Request constructor | Sergey Schetinin | 2011-03-25 | 1 | -157/+126 |
| * | Add req.is_body_readable / env['webob.is_body_readable'] flag and only read w... | Sergey Schetinin | 2011-03-22 | 1 | -0/+54 |
| * | add '_now' test hook in datetime_utils [from pycon2011 sprint w/ edits] | Sergey Schetinin | 2011-03-22 | 1 | -7/+6 |
| * | This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint... | Sergey Schetinin | 2011-03-22 | 17 | -1874/+6449 |
| * | * add Request.from_string | Sergey Schetinin | 2011-03-12 | 1 | -14/+29 |
| * | - correct Request.as_string to use CRLF | Jon Nelson | 2011-03-12 | 2 | -1/+50 |
| * | revert the change that was making accesses to body_file seek the stream. side... | Sergey Schetinin | 2011-03-10 | 1 | -0/+4 |
| * | make sure Request.get_response(app) seeks input body to start, if possible | Sergey Schetinin | 2011-03-10 | 1 | -0/+16 |
| * | Make sure that req.url and related properties do not unnecessarily escape ":"... | Daniel Nouri | 2011-03-07 | 1 | -0/+6 |
| * | the cgi bug from r563 (474607292508) was in fact a Chrome and _encode_multipa... | Sergey Schetinin | 2011-02-22 | 1 | -3/+3 |
| * | add test for unnecessary POST reparsing | Sergey Schetinin | 2011-02-21 | 1 | -0/+17 |
| * | fix cgi.FieldStorage 'multipart/form-data' parsing (the field names are not u... | Sergey Schetinin | 2011-02-21 | 1 | -0/+17 |
| * | add warning when client code uses MultiDict.update() and seemingly expects .e... | Sergey Schetinin | 2011-02-20 | 1 | -2/+24 |
| * | Add a lot of tests. | Sergey Schetinin | 2011-02-20 | 11 | -169/+766 |
| * | * instead of detecting if env['wsgi.input'].seek works, assume it does not un... | Sergey Schetinin | 2011-02-19 | 2 | -13/+23 |
| * | handle the case when environ is missing the SCRIPT_NAME key ( http://trac.pyt... | Sergey Schetinin | 2011-02-16 | 1 | -0/+7 |
| * | improve responses to HEAD requests | Sergey Schetinin | 2011-02-16 | 1 | -0/+16 |
| * | add Request.make_tempfile method | Sergey Schetinin | 2011-02-13 | 1 | -1/+1 |
| * | make sure that resp.unset_cookie does not merge multiple cookie headers into one | Sergey Schetinin | 2011-02-08 | 1 | -0/+11 |
| * | Add test case for input with broken seek method. | Hampus Wessman | 2011-02-02 | 1 | -0/+14 |
| * | * add req.as_string() alias to __str__ | Sergey Schetinin | 2011-01-29 | 1 | -2/+42 |
| * | fix Response().content_type = None (typo: was removing cache_control instead) | Sergey Schetinin | 2011-01-27 | 1 | -0/+13 |
| * | refactor conditional_response_app a bit | Sergey Schetinin | 2011-01-22 | 1 | -4/+4 |
| * | 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 del req.body, del rel.cache_control | Sergey Schetinin | 2011-01-17 | 1 | -1/+9 |
| * | * Fix a bug in ``webob.exc.WSGIHTTPException.__init__``. If a list of | Chris McDonough | 2010-12-30 | 1 | -0/+7 |
| * | merge | Ben Bangert | 2010-12-30 | 6 | -49/+294 |
| |\ |
|
| | * | Make previously failing test pass on Python < 2.5. | Chris McDonough | 2010-12-23 | 1 | -1/+6 |
| | * | use io.BytesIO for wsgi.input on py2.7+ | Sergey Schetinin | 2010-12-06 | 1 | -6/+6 |
| | * | fix: ResponseHeaders.update() should overwrite keys | Sergey Schetinin | 2010-11-20 | 1 | -0/+7 |
| | * | * If a UnicodeMultiDict was used as the ``multi`` argument of another | Chris McDonough | 2010-10-27 | 1 | -1/+14 |
| | * | resp.set_cookie() should accept unicode values | Sergey Schetinin | 2010-10-12 | 1 | -0/+1 |
| | * | fix: setting environ_getter attr to None should remove the key from environ (... | Sergey Schetinin | 2010-10-06 | 1 | -0/+4 |
| | * | refactor cookie regexp | Sergey Schetinin | 2010-10-01 | 1 | -2/+2 |
| | * | merge util.safegzip into response.py | Sergey Schetinin | 2010-10-01 | 1 | -1/+1 |
| | * | webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and us... | Sergey Schetinin | 2010-10-01 | 1 | -1/+0 |
| | * | fix a test (broken in 459:001987e5838c) | Sergey Schetinin | 2010-10-01 | 1 | -1/+1 |
| | * | make Response.conditional_response_app handle weak etags (ticket: http://trac... | Sergey Schetinin | 2010-08-31 | 1 | -0/+7 |
| | * | make req.cache_control as a view (http://trac.pythonpaste.org/pythonpaste/tic... | Sergey Schetinin | 2010-08-11 | 1 | -4/+1 |
| | * | make list_headers values tuples, so that they are immutable | Sergey Schetinin | 2010-08-11 | 1 | -3/+3 |