summaryrefslogtreecommitdiff
path: root/paste/util/multidict.py
Commit message (Expand)AuthorAgeFilesLines
* Port multidict to Python 3Victor Stinner2015-04-211-7/+32
* Python 3: Replace "for ... in dict.items()" with "for ... in six.iteritems(di...Cyril Roelandt2014-03-181-8/+9
* Python 3: use new style of raise, replace "raise class, args" with "raise cla...Cyril Roelandt2014-03-181-2/+2
* 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/+397