summaryrefslogtreecommitdiff
path: root/paste/wsgiwrappers.py
Commit message (Expand)AuthorAgeFilesLines
* Fix WSGIResponse on Python 3Victor Stinner2015-04-211-2/+3
* Strip trailing spacesVictor Stinner2015-04-211-23/+23
* Python 3: use new style of raise, replace "raise class, args" with "raise cla...Cyril Roelandt2014-03-181-4/+4
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-1/+7
* allow strings and lists to be used in cookie tokensKristian Kvilekval2012-10-121-0/+581