index
:
delta/python-packages/webob.git
1.1-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
bugfix/Response_app_iter
bugfix/cgi_FieldStorage
bugfix/exc_json_response
bugfix/exc_performance
bugfix/modify_post
bugfix/nonbytes-samesite
bugfix/set_cookie_datetime
cleanup/remove_fakecgibody
cleanup/testing
docs/cleanup
feature.cookie-bug-for-bug
feature.decoding
feature.make-cookie
feature.pathinfogeddon
feature.pylons10compat
feature/Accept.best_client_match
feature/default_body_encoding
fix-linkcheck
fix.136
fix.cookie_handling
fix.wsgify-middleware-docs
fix/bodies_on_everything
fix/charset_handling
fixup/PATH_SAFE
ianb-decorator-experiment
immutable-cache-control
main
master
ng
perf/response
pr/203
sergey-1.2-py2-only
stevepiercy-patch-1
tests.pycon2011
tests.pycon2011-runup
webob-ng
github.com: Pylons/webob.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_multidict.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix broken tests.
Jeff Dairiki
2014-10-03
1
-30
/
+17
*
Test that GetDict mutators update QUERY_STRING
Jeff Dairiki
2014-10-03
1
-2
/
+58
*
multidict: use binascii for PY3K compat
Johan Euphrosine
2012-08-14
1
-1
/
+27
*
multidict: handle Content-Transfer-Encoding
Johan Euphrosine
2012-08-14
1
-0
/
+26
*
test_multidict: use utf8 encoded string instead unicode in asserts
Johan Euphrosine
2012-08-09
1
-1
/
+2
*
Merge https://github.com/Pylons/webob
Johan Euphrosine
2012-08-09
1
-4
/
+3
|
\
|
*
py3 - make sure the MultiDict.from_fieldstorage actually decodes the values i...
Sergey Schetinin
2012-08-09
1
-3
/
+2
|
*
remove unicode literal from test (py3 compat)
Sergey Schetinin
2012-08-09
1
-2
/
+2
*
|
test_multidict: remove unused module
Johan Euphrosine
2012-08-09
1
-1
/
+1
|
/
*
fix issue #64 - multidict.from_fieldstorage: decode fields value using charset.
Johan Euphrosine
2012-08-08
1
-0
/
+25
*
unit test for fixed bug
Gryanko Alexander
2012-06-07
1
-0
/
+3
*
test textrequest and bytesrequest independently
Chris McDonough
2012-01-28
1
-5
/
+3
*
* Mutating the ``request.cookies`` property now retains the mutated value
Chris McDonough
2011-10-06
1
-33
/
+0
*
assertion
Chris McDonough
2011-09-29
1
-1
/
+1
*
* ``request.cookies`` property now returns an immutable dictionary;
Chris McDonough
2011-09-29
1
-1
/
+33
*
Merge branch 'sergey-1.2-py2-only' into 1.2-merge
Sergey Schetinin
2011-09-25
1
-28
/
+28
|
\
|
*
GetDict.tracker -> on_change
Sergey Schetinin
2011-09-20
1
-25
/
+24
|
*
drop UnicodeMultiDict; change TrackableMultiDict -> GetDict
Sergey Schetinin
2011-09-20
1
-42
/
+4
|
*
deprecate more stuff
Sergey Schetinin
2011-09-18
1
-1
/
+1
*
|
UnicodeMultiDict no longer used
Chris McDonough
2011-09-20
1
-39
/
+0
*
|
b -> bytes_
Chris McDonough
2011-09-20
1
-11
/
+10
*
|
use a 'normal' MultiDict for both GET and POST instead of a UnicodeMultiDict;...
Chris McDonough
2011-09-16
1
-7
/
+8
*
|
work on items/keys/values, better conversions, syntax errors
Chris McDonough
2011-09-15
1
-2
/
+2
*
|
work towards creating and using 'compat' module and removing syntax errors wh...
Chris McDonough
2011-09-15
1
-5
/
+6
|
/
*
refactor some special-method tests, drop some
Sergey Schetinin
2011-06-30
1
-4
/
+4
*
work around cgi parsing sys.argv when running nosetests w/ cmdline args (for ...
Sergey Schetinin
2011-04-30
1
-1
/
+2
*
hide password value in *MultiDict
Gael Pasgrimaud
2011-04-15
1
-4
/
+24
*
This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint...
Sergey Schetinin
2011-03-22
1
-38
/
+292
*
add tests for html_escape and multidict.*
Gael Pasgrimaud
2010-02-15
1
-0
/
+135