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
* convert to nose 0.11pjenvey2009-05-071-3/+3
* ensure UnicodeMultiDict allows non basestring keys to pass throughpjenvey2007-01-311-0/+11
* s/assert_unicode_items/assert_unicode_item/gpjenvey2007-01-311-9/+9
* by default don't have WSGIRequest decode parameter keys when unicode params a...pjenvey2007-01-221-8/+22
* o added UnicodeMultiDict, a MultiDict wrapper that decodes its retrievedpjenvey2007-01-211-1/+111
* Added some tests for multidict; fixed setdefaultianb2006-09-261-0/+24