summaryrefslogtreecommitdiff
path: root/paste/fixture.py
Commit message (Expand)AuthorAgeFilesLines
* Fix fixture on Python 3Victor Stinner2015-04-221-23/+49
* Python 3: Use six types for stringsCyril Roelandt2014-03-181-7/+8
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-181-14/+16
* Python 3: don't use tuples in function prototypeCyril Roelandt2014-03-181-1/+2
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-14/+15
* allow strings and lists to be used in cookie tokensKristian Kvilekval2012-10-121-0/+1725