summaryrefslogtreecommitdiff
path: root/paste/util
Commit message (Collapse)AuthorAgeFilesLines
* Python 3: let html_quote() and url() always return the same typeNils Philippsen2015-11-121-4/+4
| | | | Mixing binary and text types causes errors later on.
* Python 3: dict.items() doesn't return a list anymoreNils Philippsen2015-11-121-2/+1
| | | | | Use sorted() instead, which works on lists as well as dict_items objects.
* Python 3: App must always return binary type.Nils Philippsen2015-08-1922-0/+5822
Fixes tests.test_wsgiwrappers.test_wsgirequest_charset