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
* Fix up docstrings for reST validityianb2007-02-011-1/+1
* ensure UnicodeMultiDict allows non basestring keys to pass throughpjenvey2007-01-311-1/+4
* by default don't have WSGIRequest decode parameter keys when unicode params a...pjenvey2007-01-221-19/+26
* o added UnicodeMultiDict, a MultiDict wrapper that decodes its retrievedpjenvey2007-01-211-1/+160
* multi var isn't used herepjenvey2006-10-201-1/+0
* Added some tests for multidict; fixed setdefaultianb2006-09-261-1/+1
* - adding dict_of_lists() to multidict to return a standardcce2006-09-211-0/+14
* renamed the multidict class to MultiDictpjenvey2006-07-251-7/+7
* added copy methodpjenvey2006-07-231-1/+4
* Added a method to get a cgi-style dictionary out of this dictionaryianb2006-06-221-2/+27
* Make multidict parse args+kw more like dict() doesianb2006-06-221-6/+3
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
* - Space Nazicce2006-03-091-1/+2
* Implementation of a multidictianb2006-03-091-0/+187