summaryrefslogtreecommitdiff
path: root/tests/test_request.py
Commit message (Expand)AuthorAgeFilesLines
* Fix request, session and urlmap tests on Python 3Victor Stinner2015-04-211-1/+5
* Strip trailing spacesVictor Stinner2015-04-211-4/+4
* Catch cookie errors when parsing cookies (http://trac.pythonpaste.org/pythonp...Ian Bicking2010-09-021-0/+2
* 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
* 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 Accept-Languag...bbangert2007-01-311-1/+8
* 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 w...ianb2005-12-131-0/+7