summaryrefslogtreecommitdiff
path: root/tests/test_multidict.py
Commit message (Expand)AuthorAgeFilesLines
* Fix broken tests.Jeff Dairiki2014-10-031-30/+17
* Test that GetDict mutators update QUERY_STRINGJeff Dairiki2014-10-031-2/+58
* multidict: use binascii for PY3K compatJohan Euphrosine2012-08-141-1/+27
* multidict: handle Content-Transfer-EncodingJohan Euphrosine2012-08-141-0/+26
* test_multidict: use utf8 encoded string instead unicode in assertsJohan Euphrosine2012-08-091-1/+2
* Merge https://github.com/Pylons/webobJohan Euphrosine2012-08-091-4/+3
|\
| * py3 - make sure the MultiDict.from_fieldstorage actually decodes the values i...Sergey Schetinin2012-08-091-3/+2
| * remove unicode literal from test (py3 compat)Sergey Schetinin2012-08-091-2/+2
* | test_multidict: remove unused moduleJohan Euphrosine2012-08-091-1/+1
|/
* fix issue #64 - multidict.from_fieldstorage: decode fields value using charset.Johan Euphrosine2012-08-081-0/+25
* unit test for fixed bugGryanko Alexander2012-06-071-0/+3
* test textrequest and bytesrequest independentlyChris McDonough2012-01-281-5/+3
* * Mutating the ``request.cookies`` property now retains the mutated valueChris McDonough2011-10-061-33/+0
* assertionChris McDonough2011-09-291-1/+1
* * ``request.cookies`` property now returns an immutable dictionary;Chris McDonough2011-09-291-1/+33
* Merge branch 'sergey-1.2-py2-only' into 1.2-mergeSergey Schetinin2011-09-251-28/+28
|\
| * GetDict.tracker -> on_changeSergey Schetinin2011-09-201-25/+24
| * drop UnicodeMultiDict; change TrackableMultiDict -> GetDictSergey Schetinin2011-09-201-42/+4
| * deprecate more stuffSergey Schetinin2011-09-181-1/+1
* | UnicodeMultiDict no longer usedChris McDonough2011-09-201-39/+0
* | b -> bytes_Chris McDonough2011-09-201-11/+10
* | use a 'normal' MultiDict for both GET and POST instead of a UnicodeMultiDict;...Chris McDonough2011-09-161-7/+8
* | work on items/keys/values, better conversions, syntax errorsChris McDonough2011-09-151-2/+2
* | work towards creating and using 'compat' module and removing syntax errors wh...Chris McDonough2011-09-151-5/+6
|/
* refactor some special-method tests, drop someSergey Schetinin2011-06-301-4/+4
* work around cgi parsing sys.argv when running nosetests w/ cmdline args (for ...Sergey Schetinin2011-04-301-1/+2
* hide password value in *MultiDictGael Pasgrimaud2011-04-151-4/+24
* This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint...Sergey Schetinin2011-03-221-38/+292
* add tests for html_escape and multidict.*Gael Pasgrimaud2010-02-151-0/+135