summaryrefslogtreecommitdiff
path: root/tests/test_request.py
Commit message (Expand)AuthorAgeFilesLines
...
* | this test will fail on py3Chris McDonough2011-09-241-0/+8
* | mirror some deprecation changes from sergey-1.2-py2-only branchSergey Schetinin2011-09-241-22/+4
* | deprecate as_string and from_stringChris McDonough2011-09-221-0/+9
* | coverage for get_response with catch_exc_info TrueChris McDonough2011-09-221-0/+15
* | coverage for from_textChris McDonough2011-09-221-2/+35
* | improve from_file tests and implementationChris McDonough2011-09-221-6/+34
* | add a test for fileno, dont try to cover warn_deprecationChris McDonough2011-09-211-1/+8
* | remove dependency on WebTest (it was circular), remove unnecessary dependenci...Chris McDonough2011-09-201-44/+67
* | use direct imports, kill dead importsChris McDonough2011-09-201-3/+3
* | make all test_request tests pass under py 3.2Chris McDonough2011-09-201-56/+64
* | b -> bytes_Chris McDonough2011-09-201-178/+205
* | Merge commit 'bce343c65d61d2b0ff67b86fa7cee0f59f3bd288' into chrism-py3-alt-m...Sergey Schetinin2011-09-191-7/+1
|\ \ | |/
| * reimplement FakeCGIBody as an io.RawIOBase subclassSergey Schetinin2011-09-181-7/+1
* | Merge commit '250a1f802668378c69a751194aba19899b456f25' into chrism-py3-alt-m...Sergey Schetinin2011-09-191-40/+35
|\ \ | |/
| * StringIO -> BytesIOSergey Schetinin2011-09-181-41/+28
* | try to make cookies work on both python 2 and python 3Chris McDonough2011-09-171-7/+7
* | get all tests to runChris McDonough2011-09-161-53/+42
* | use a 'normal' MultiDict for both GET and POST instead of a UnicodeMultiDict;...Chris McDonough2011-09-161-103/+119
* | work towards creating and using 'compat' module and removing syntax errors wh...Chris McDonough2011-09-151-22/+32
* | do the least amount of work possible to get rid of str_-prefixed methods; alw...Chris McDonough2011-09-151-66/+57
|/
* attempt to silence deprecation warnings during testingSergey Schetinin2011-08-181-0/+2
* bring back to 100% test coverageSergey Schetinin2011-08-181-2/+0
* When the client disconnects while sending request body, most servers just startSergey Schetinin2011-08-071-2/+23
* fix tests (sort POST dict in _encode_multipart)Sergey Schetinin2011-07-301-5/+5
* fix test (dict iteration order)Sergey Schetinin2011-07-301-4/+4
* make _encode_multiparts generate boundary if necessarySergey Schetinin2011-07-301-6/+8
* Merged in riffm/webob (pull request #3)Sergey Schetinin2011-07-301-41/+24
|\
| * Remove restrictions on request methods that are allowed to have a body.Ian Bicking2011-07-281-21/+2
| * * add warn_deprecation(...) mechanism that centralizes the deprecation warnin...Sergey Schetinin2011-07-081-28/+0
| * bring back up to 100% coverageChris McDonough2011-07-071-0/+43
| * remove FakeCGIBody.seek hack (no longer necessary)Sergey Schetinin2011-06-301-13/+0
* | files support added to `BaseRequest.blank`Tim Perevezentsev2011-07-301-1/+93
|/
* * enhance the req.is_body_readable to always guess GET, HEAD, DELETE and TRAC...Sergey Schetinin2011-06-021-9/+23
* * always return readable file from req.body_fileSergey Schetinin2011-03-251-2/+12
* 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
* This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint...Sergey Schetinin2011-03-221-681/+2400
* * add Request.from_stringSergey Schetinin2011-03-121-14/+29
* - correct Request.as_string to use CRLFJon Nelson2011-03-121-0/+48
* 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 a lot of tests.Sergey Schetinin2011-02-201-2/+319
* * instead of detecting if env['wsgi.input'].seek works, assume it does not un...Sergey Schetinin2011-02-191-8/+11
* handle the case when environ is missing the SCRIPT_NAME key ( http://trac.pyt...Sergey Schetinin2011-02-161-0/+7
* add Request.make_tempfile methodSergey Schetinin2011-02-131-1/+1
* Add test case for input with broken seek method.Hampus Wessman2011-02-021-0/+14