summaryrefslogtreecommitdiff
path: root/tests/test_wsgiwrappers.py
Commit message (Expand)AuthorAgeFilesLines
* Python 3: App must always return binary type.Nils Philippsen2015-08-191-1/+1
* test_wsgirequest_charset: Use UTF-8 instead of iso-8859-1test_wsgirequest_charset_use_UTF-8_instead_of_iso-8859-1Marc Abramowitz2015-04-301-3/+2
* Fix WSGIResponse on Python 3Victor Stinner2015-04-211-9/+10
* Strip trailing spacesVictor Stinner2015-04-211-1/+1
* Port WSGIResponse.content_type and .charset from WebObianb2007-08-101-0/+2
* unused importpjenvey2007-02-161-1/+1
* tests for wsgiwrappers new charset stuff.pjenvey2007-02-081-0/+144