summaryrefslogtreecommitdiff
path: root/tests/test_multidict.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pyflakes warnings in testsVictor Stinner2015-04-221-2/+0
* Port multidict to Python 3Victor Stinner2015-04-211-42/+44
* Python 3: Replace "for ... in dict.items()" with "for ... in six.iteritems(di...Cyril Roelandt2014-03-181-2/+2
* Python 3: Use six types for stringsCyril Roelandt2014-03-181-8/+9
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-1/+3
* allow strings and lists to be used in cookie tokensKristian Kvilekval2012-10-121-0/+159