summaryrefslogtreecommitdiff
path: root/tests/test_request.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix request, session and urlmap tests on Python 3Victor Stinner2015-04-211-1/+5
| | | | HTTP body must be bytes
* Strip trailing spacesVictor Stinner2015-04-211-4/+4
|
* Catch cookie errors when parsing cookies ↵Ian Bicking2010-09-021-0/+2
| | | | (http://trac.pythonpaste.org/pythonpaste/ticket/189)
* convert to nose 0.11pjenvey2009-05-071-1/+0
|
* Added test for bad cookies; passesianb2007-10-101-0/+11
|
* Fix for request.languages, which didn't pass the right value to httpheaders. ↵ianb2007-05-251-4/+5
| | | | Filter out empty languages from httpheaders.ACCEPT_LANGUAGE.
* Switching mime-type parsing to be a WSGIRequest function instead of attribute.bbangert2007-01-311-5/+4
|
* Added WSGIRequest.mimetypes property and unit tests for it.bbangert2007-01-311-2/+14
|
* More thorough unit testing of the languages header.bbangert2007-01-311-0/+6
|
* Added WSGIRequest.languages parameter which handles parsing of ↵bbangert2007-01-311-1/+8
| | | | Accept-Languages header and a unit test to verify the defaults.
* fixed parse_dict_querystring returning empty dicts instead of MultiDictspjenvey2006-12-221-1/+1
|
* renamed the multidict class to MultiDictpjenvey2006-07-251-1/+1
|
* Changed usage of MultiDict to util.multidictianb2006-07-191-3/+3
|
* fixed missing importpjenvey2006-06-091-1/+2
|
* Fixed WSGIRequest not parsing right, updating unit tests for WSGIRequestbbangert2006-03-131-2/+19
|
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ianb2005-12-131-0/+7
with trunk