| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix test broken by the mergetests.pycon2011-runup | Sergey Schetinin | 2011-02-20 | 1 | -1/+1 |
| * | merge | Sergey Schetinin | 2011-02-20 | 1 | -0/+38 |
| |\ |
|
| | * | Merging + deleting some lines that are unreachable (https://bitbucket.org/mar... | Mariano Mara | 2011-02-19 | 1 | -0/+38 |
| * | | * instead of detecting if env['wsgi.input'].seek works, assume it does not un... | Sergey Schetinin | 2011-02-19 | 1 | -5/+12 |
| |/ |
|
| * | * add req.as_string() alias to __str__ | Sergey Schetinin | 2011-01-29 | 1 | -2/+42 |
| * | use io.BytesIO for wsgi.input on py2.7+ | Sergey Schetinin | 2010-12-06 | 1 | -6/+6 |
| * | webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and us... | Sergey Schetinin | 2010-10-01 | 1 | -1/+0 |
| * | make req.cache_control as a view (http://trac.pythonpaste.org/pythonpaste/tic... | Sergey Schetinin | 2010-08-11 | 1 | -4/+1 |
| * | accept-language: | Sergey Schetinin | 2010-08-11 | 1 | -1/+5 |
| * | accept-charset: add default iso-8859-1 quality http://trac.pythonpaste.org/py... | Sergey Schetinin | 2010-08-11 | 1 | -0/+4 |
| * | replace environ_getter with a faster and more compact implementation. attrs l... | Sergey Schetinin | 2010-08-11 | 1 | -2/+2 |
| * | * merge headersdict and datastruct modules into new module webob.headers | Sergey Schetinin | 2010-08-11 | 1 | -1/+1 |
| * | fix path_info_pop(pattern=) for deeper paths | Sergey Schetinin | 2010-03-25 | 1 | -0/+2 |
| * | add argument req.path_info_pop(pattern=..) | Sergey Schetinin | 2010-03-25 | 1 | -3/+13 |
| * | kill req.default_charset | Sergey Schetinin | 2010-03-15 | 1 | -18/+15 |
| * | fix req.cache_control + tests (CacheControl class is still can be improved to... | Sergey Schetinin | 2009-12-13 | 1 | -1/+23 |
| * | merge | Ian Bicking | 2009-11-03 | 1 | -0/+2 |
| |\ |
|
| | * | add Request.upath_info, .uscript_info | Sergey Schetinin | 2009-10-31 | 1 | -0/+2 |
| * | | * Moved most ``Request`` behavior into a new class named | Chris McDonough | 2009-10-28 | 1 | -0/+33 |
| |/ |
|
| * | webob: show HTTP version in Request.__str__ | Sergey Schetinin | 2009-09-01 | 1 | -1/+1 |
| * | webob: | Sergey Schetinin | 2009-08-17 | 1 | -5/+5 |
| * | webob: cgi.parse_qsl is to be deprecated, use urlparse.parse_qsl in py2.6+ | Sergey Schetinin | 2009-07-07 | 1 | -0/+7 |
| * | Make req.GET settable (updating the request). Avoid reparsing the request bo... | Ian Bicking | 2009-06-08 | 1 | -3/+69 |
| * | WebOb: | Sergey Schetinin | 2009-05-25 | 1 | -1/+1 |
| * | don't assume dict ordering, accomodate Jython's stupid cStringIO repr | Philip Jenvey | 2009-05-25 | 1 | -8/+8 |
| * | Seek the body in Request.body when available0.9.6.1 | Ian Bicking | 2009-02-11 | 1 | -2/+5 |
| * | o don't consider PUT requests with an empty content-type as form requests | Philip Jenvey | 2008-09-11 | 1 | -18/+2 |
| * | support request.POST in PUT form requests | Philip Jenvey | 2008-08-27 | 1 | -4/+20 |
| * | jython compat for doctests: don't assume cStringIO.StringIO __str__ matches | Philip Jenvey | 2008-08-20 | 1 | -8/+10 |
| * | Fix tests to match recent fixes to the remove_conditional_headers and cookie ... | Sergey Schetinin | 2008-06-17 | 1 | -2/+2 |
| * | Fix some test fragility | Ian Bicking | 2008-03-26 | 1 | -0/+2 |
| * | update per decode_param_names and UTF-8 fixes | Philip Jenvey | 2008-02-26 | 1 | -2/+2 |
| * | Fixed some test errors with urlvars/urlargs, and with empty headerlist and se... | Ian Bicking | 2008-01-31 | 1 | -1/+2 |
| * | Added req.urlargs | Ian Bicking | 2008-01-08 | 1 | -1/+20 |
| * | remove stuff from tests that's been deleted | Ian Bicking | 2007-09-21 | 1 | -7/+0 |
| * | Remove parsed req.user_agent, and req.referer_search_query | Ian Bicking | 2007-09-20 | 1 | -5/+3 |
| * | Rename queryvars and postvars to GET and POST (as sole spelling) | Ian Bicking | 2007-09-20 | 1 | -16/+16 |
| * | Make req.accept_encoding be really empty, unlike before | Ian Bicking | 2007-08-16 | 1 | -0/+2 |
| * | added params.get test | Ian Bicking | 2007-08-16 | 1 | -0/+13 |
| * | Keep big request bodies in disk, not memory | Ian Bicking | 2007-08-15 | 1 | -0/+16 |
| * | Added Range header parsing. Made Content-Range fancier, with respect to how ... | Ian Bicking | 2007-08-15 | 1 | -1/+21 |
| * | Added If-Range parsing | Ian Bicking | 2007-08-15 | 1 | -0/+31 |
| * | Change Request.body to Request.body_file, so that Request.body is a str, just... | Ian Bicking | 2007-08-15 | 1 | -5/+5 |
| * | Allow full host names in Request.blank(), http://blah, etc. | Ian Bicking | 2007-08-10 | 1 | -4/+4 |
| * | Change MultiDict to return the last matching key, not the first matching key ... | Ian Bicking | 2007-08-09 | 1 | -2/+2 |
| * | Continue rename | Ian Bicking | 2007-08-08 | 1 | -1/+1 |
| * | Rename | Ian Bicking | 2007-08-08 | 1 | -0/+224 |