summaryrefslogtreecommitdiff
path: root/tests/test_request.txt
Commit message (Expand)AuthorAgeFilesLines
* fix test broken by the mergetests.pycon2011-runupSergey Schetinin2011-02-201-1/+1
* mergeSergey Schetinin2011-02-201-0/+38
|\
| * Merging + deleting some lines that are unreachable (https://bitbucket.org/mar...Mariano Mara2011-02-191-0/+38
* | * instead of detecting if env['wsgi.input'].seek works, assume it does not un...Sergey Schetinin2011-02-191-5/+12
|/
* * add req.as_string() alias to __str__Sergey Schetinin2011-01-291-2/+42
* use io.BytesIO for wsgi.input on py2.7+Sergey Schetinin2010-12-061-6/+6
* webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and us...Sergey Schetinin2010-10-011-1/+0
* make req.cache_control as a view (http://trac.pythonpaste.org/pythonpaste/tic...Sergey Schetinin2010-08-111-4/+1
* accept-language:Sergey Schetinin2010-08-111-1/+5
* accept-charset: add default iso-8859-1 quality http://trac.pythonpaste.org/py...Sergey Schetinin2010-08-111-0/+4
* replace environ_getter with a faster and more compact implementation. attrs l...Sergey Schetinin2010-08-111-2/+2
* * merge headersdict and datastruct modules into new module webob.headersSergey Schetinin2010-08-111-1/+1
* fix path_info_pop(pattern=) for deeper pathsSergey Schetinin2010-03-251-0/+2
* add argument req.path_info_pop(pattern=..)Sergey Schetinin2010-03-251-3/+13
* kill req.default_charsetSergey Schetinin2010-03-151-18/+15
* fix req.cache_control + tests (CacheControl class is still can be improved to...Sergey Schetinin2009-12-131-1/+23
* mergeIan Bicking2009-11-031-0/+2
|\
| * add Request.upath_info, .uscript_infoSergey Schetinin2009-10-311-0/+2
* | * Moved most ``Request`` behavior into a new class namedChris McDonough2009-10-281-0/+33
|/
* webob: show HTTP version in Request.__str__Sergey Schetinin2009-09-011-1/+1
* webob:Sergey Schetinin2009-08-171-5/+5
* webob: cgi.parse_qsl is to be deprecated, use urlparse.parse_qsl in py2.6+Sergey Schetinin2009-07-071-0/+7
* Make req.GET settable (updating the request). Avoid reparsing the request bo...Ian Bicking2009-06-081-3/+69
* WebOb:Sergey Schetinin2009-05-251-1/+1
* don't assume dict ordering, accomodate Jython's stupid cStringIO reprPhilip Jenvey2009-05-251-8/+8
* Seek the body in Request.body when available0.9.6.1Ian Bicking2009-02-111-2/+5
* o don't consider PUT requests with an empty content-type as form requestsPhilip Jenvey2008-09-111-18/+2
* support request.POST in PUT form requestsPhilip Jenvey2008-08-271-4/+20
* jython compat for doctests: don't assume cStringIO.StringIO __str__ matchesPhilip Jenvey2008-08-201-8/+10
* Fix tests to match recent fixes to the remove_conditional_headers and cookie ...Sergey Schetinin2008-06-171-2/+2
* Fix some test fragilityIan Bicking2008-03-261-0/+2
* update per decode_param_names and UTF-8 fixesPhilip Jenvey2008-02-261-2/+2
* Fixed some test errors with urlvars/urlargs, and with empty headerlist and se...Ian Bicking2008-01-311-1/+2
* Added req.urlargsIan Bicking2008-01-081-1/+20
* remove stuff from tests that's been deletedIan Bicking2007-09-211-7/+0
* Remove parsed req.user_agent, and req.referer_search_queryIan Bicking2007-09-201-5/+3
* Rename queryvars and postvars to GET and POST (as sole spelling)Ian Bicking2007-09-201-16/+16
* Make req.accept_encoding be really empty, unlike beforeIan Bicking2007-08-161-0/+2
* added params.get testIan Bicking2007-08-161-0/+13
* Keep big request bodies in disk, not memoryIan Bicking2007-08-151-0/+16
* Added Range header parsing. Made Content-Range fancier, with respect to how ...Ian Bicking2007-08-151-1/+21
* Added If-Range parsingIan Bicking2007-08-151-0/+31
* Change Request.body to Request.body_file, so that Request.body is a str, just...Ian Bicking2007-08-151-5/+5
* Allow full host names in Request.blank(), http://blah, etc.Ian Bicking2007-08-101-4/+4
* Change MultiDict to return the last matching key, not the first matching key ...Ian Bicking2007-08-091-2/+2
* Continue renameIan Bicking2007-08-081-1/+1
* RenameIan Bicking2007-08-081-0/+224