summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
* Python 3: let html_quote() and url() always return the same typeNils Philippsen2015-11-121-4/+4
* Python 3: dict.items() doesn't return a list anymoreNils Philippsen2015-11-122-4/+3
* Python 3: avoid spurious warningsNils Philippsen2015-09-091-1/+1
* Python 3: Don't mangle strangely encoded inputNils Philippsen2015-08-192-3/+11
* Python 3: Always encode params if passed as text typesNils Philippsen2015-08-191-2/+2
* Python 3: App must always return binary type.Nils Philippsen2015-08-1988-0/+33214