summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* hide password value in *MultiDictGael Pasgrimaud2011-04-151-4/+24
* * fix accept matching for types that UA assigned zero-quality (see https://bi...Sergey Schetinin2011-04-101-0/+6
* convert acceptparse test to saner nose testsSergey Schetinin2011-04-101-384/+336
* we have to disable the wsgiref test on py2.5 / Jython as well, because they l...Sergey Schetinin2011-03-261-1/+1
* fix wsgiref test on python 2.4, 2.5, Jython and pypy (thread.is_alive() -> .i...Sergey Schetinin2011-03-261-1/+1
* disable wsgiref testing on python 2.4Sergey Schetinin2011-03-261-27/+20
* * always return readable file from req.body_fileSergey Schetinin2011-03-252-37/+56
* test various Request methods in wsgiref.simple_serverDaniel Holth2011-03-251-0/+67
* add PendingDeprecationWarning for setting req.body_file to a string valueSergey Schetinin2011-03-251-69/+13
* remove deprecated `environ_getter` arg of Request constructorSergey Schetinin2011-03-251-157/+126
* Add req.is_body_readable / env['webob.is_body_readable'] flag and only read w...Sergey Schetinin2011-03-221-0/+54
* add '_now' test hook in datetime_utils [from pycon2011 sprint w/ edits]Sergey Schetinin2011-03-221-7/+6
* This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint...Sergey Schetinin2011-03-2217-1874/+6449
* * add Request.from_stringSergey Schetinin2011-03-121-14/+29
* - correct Request.as_string to use CRLFJon Nelson2011-03-122-1/+50
* revert the change that was making accesses to body_file seek the stream. side...Sergey Schetinin2011-03-101-0/+4
* make sure Request.get_response(app) seeks input body to start, if possibleSergey Schetinin2011-03-101-0/+16
* Make sure that req.url and related properties do not unnecessarily escape ":"...Daniel Nouri2011-03-071-0/+6
* the cgi bug from r563 (474607292508) was in fact a Chrome and _encode_multipa...Sergey Schetinin2011-02-221-3/+3
* add test for unnecessary POST reparsingSergey Schetinin2011-02-211-0/+17
* fix cgi.FieldStorage 'multipart/form-data' parsing (the field names are not u...Sergey Schetinin2011-02-211-0/+17
* add warning when client code uses MultiDict.update() and seemingly expects .e...Sergey Schetinin2011-02-201-2/+24
* Add a lot of tests.Sergey Schetinin2011-02-2011-169/+766
* * instead of detecting if env['wsgi.input'].seek works, assume it does not un...Sergey Schetinin2011-02-192-13/+23
* handle the case when environ is missing the SCRIPT_NAME key ( http://trac.pyt...Sergey Schetinin2011-02-161-0/+7
* improve responses to HEAD requestsSergey Schetinin2011-02-161-0/+16
* add Request.make_tempfile methodSergey Schetinin2011-02-131-1/+1
* make sure that resp.unset_cookie does not merge multiple cookie headers into oneSergey Schetinin2011-02-081-0/+11
* Add test case for input with broken seek method.Hampus Wessman2011-02-021-0/+14
* * add req.as_string() alias to __str__Sergey Schetinin2011-01-291-2/+42
* fix Response().content_type = None (typo: was removing cache_control instead)Sergey Schetinin2011-01-271-0/+13
* refactor conditional_response_app a bitSergey Schetinin2011-01-221-4/+4
* fix Response.merge_cookies + test (obv, this is actually not used by anyone, ...Sergey Schetinin2011-01-221-6/+16
* add some cookie testsSergey Schetinin2011-01-221-1/+3
* fix del req.body, del rel.cache_controlSergey Schetinin2011-01-171-1/+9
* * Fix a bug in ``webob.exc.WSGIHTTPException.__init__``. If a list ofChris McDonough2010-12-301-0/+7
* mergeBen Bangert2010-12-306-49/+294
|\
| * Make previously failing test pass on Python < 2.5.Chris McDonough2010-12-231-1/+6
| * use io.BytesIO for wsgi.input on py2.7+Sergey Schetinin2010-12-061-6/+6
| * fix: ResponseHeaders.update() should overwrite keysSergey Schetinin2010-11-201-0/+7
| * * If a UnicodeMultiDict was used as the ``multi`` argument of anotherChris McDonough2010-10-271-1/+14
| * resp.set_cookie() should accept unicode valuesSergey Schetinin2010-10-121-0/+1
| * fix: setting environ_getter attr to None should remove the key from environ (...Sergey Schetinin2010-10-061-0/+4
| * refactor cookie regexpSergey Schetinin2010-10-011-2/+2
| * merge util.safegzip into response.pySergey Schetinin2010-10-011-1/+1
| * webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and us...Sergey Schetinin2010-10-011-1/+0
| * fix a test (broken in 459:001987e5838c)Sergey Schetinin2010-10-011-1/+1
| * make Response.conditional_response_app handle weak etags (ticket: http://trac...Sergey Schetinin2010-08-311-0/+7
| * make req.cache_control as a view (http://trac.pythonpaste.org/pythonpaste/tic...Sergey Schetinin2010-08-111-4/+1
| * make list_headers values tuples, so that they are immutableSergey Schetinin2010-08-111-3/+3