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
/
webob
/
multidict.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'pr/162': Fix MultiDict's extend()
Bert JW Regeer
2015-04-14
1
-0
/
+3
|
\
|
*
Fix: GetDict.extend() should update QUERY_STRING
Jeff Dairiki
2014-10-03
1
-0
/
+3
*
|
multidict: fix typos
Nils Philippsen
2014-07-23
1
-3
/
+3
|
/
*
Use list comprehension for multidict getall
Zhongyue Luo
2012-12-28
1
-5
/
+1
*
coverage
Chris McDonough
2012-10-11
1
-2
/
+2
*
multidict: reindent
Johan Euphrosine
2012-08-14
1
-7
/
+7
*
multidict: use binascii for PY3K compat
Johan Euphrosine
2012-08-14
1
-3
/
+13
*
multidict: remove print
Johan Euphrosine
2012-08-14
1
-2
/
+0
*
multidict: handle Content-Transfer-Encoding
Johan Euphrosine
2012-08-14
1
-1
/
+7
*
py3 - make sure the MultiDict.from_fieldstorage actually decodes the values i...
Sergey Schetinin
2012-08-09
1
-1
/
+4
*
fix issue #64 - multidict.from_fieldstorage: decode fields value using charset.
Johan Euphrosine
2012-08-08
1
-4
/
+5
*
Python 3 constructor fix
Gryanko Alexander
2012-06-07
1
-1
/
+1
*
fix https://github.com/Pylons/webob/issues/34
Sergey Schetinin
2012-03-03
1
-1
/
+1
*
* Mutating the ``request.cookies`` property now retains the mutated value
Chris McDonough
2011-10-06
1
-11
/
+0
*
forgot the TypeError message
Sergey Schetinin
2011-09-30
1
-1
/
+1
*
merge all methods overridden in ImmutableDict into one
Sergey Schetinin
2011-09-30
1
-23
/
+6
*
* ``request.cookies`` property now returns an immutable dictionary;
Chris McDonough
2011-09-29
1
-0
/
+28
*
test coverage; transcode fixes; remove multidict_from_bodyfile
Sergey Schetinin
2011-09-25
1
-1
/
+1
*
Merge branch 'sergey-1.2-py2-only' into 1.2-merge
Sergey Schetinin
2011-09-25
1
-21
/
+32
|
\
|
*
GetDict.tracker -> on_change
Sergey Schetinin
2011-09-20
1
-11
/
+16
|
*
hardcode utf-8 into FakeCGIBody and MultiDict.form_fieldstorage
Sergey Schetinin
2011-09-20
1
-2
/
+2
|
*
drop UnicodeMultiDict; change TrackableMultiDict -> GetDict
Sergey Schetinin
2011-09-20
1
-184
/
+15
|
*
deprecate more stuff
Sergey Schetinin
2011-09-18
1
-19
/
+9
*
|
fix tests on windows; improve GET parsing; simpler cookie escaping
Sergey Schetinin
2011-09-23
1
-1
/
+1
*
|
use paren-imports
Chris McDonough
2011-09-22
1
-3
/
+5
*
|
sort imports and more direct imports
Chris McDonough
2011-09-22
1
-2
/
+2
*
|
line lengths
Chris McDonough
2011-09-21
1
-2
/
+3
*
|
100% coverage for descriptors and multidict
Chris McDonough
2011-09-21
1
-7
/
+7
*
|
trim compat down to only necessary components; more direct imports; 100% test...
Chris McDonough
2011-09-21
1
-3
/
+3
*
|
UnicodeMultiDict no longer used
Chris McDonough
2011-09-20
1
-196
/
+1
*
|
work on items/keys/values, better conversions, syntax errors
Chris McDonough
2011-09-15
1
-48
/
+82
*
|
work towards creating and using 'compat' module and removing syntax errors wh...
Chris McDonough
2011-09-15
1
-9
/
+13
|
/
*
attempt to silence deprecation warnings during testing
Sergey Schetinin
2011-08-18
1
-1
/
+1
*
rename FIXME -> TODO, remove some, update some
Sergey Schetinin
2011-06-30
1
-1
/
+0
*
refactor passwd hiding into a separate func
Sergey Schetinin
2011-04-15
1
-15
/
+15
*
hide password value in *MultiDict
Gael Pasgrimaud
2011-04-15
1
-6
/
+18
*
wrap lines to mostly conform to PEP-8, add pragma comments where necessary, s...
Sergey Schetinin
2011-03-22
1
-5
/
+6
*
the cgi bug from r563 (474607292508) was in fact a Chrome and _encode_multipa...
Sergey Schetinin
2011-02-22
1
-9
/
+2
*
fix cgi.FieldStorage 'multipart/form-data' parsing (the field names are not u...
Sergey Schetinin
2011-02-21
1
-3
/
+10
*
add warning when client code uses MultiDict.update() and seemingly expects .e...
Sergey Schetinin
2011-02-20
1
-6
/
+15
*
UnicodeMultiDict requires a MultiDict to wrap, correct the default argument v...
Sergey Schetinin
2011-01-26
1
-1
/
+1
*
fix: ResponseHeaders.update() should overwrite keys
Sergey Schetinin
2010-11-20
1
-4
/
+3
*
* If a UnicodeMultiDict was used as the ``multi`` argument of another
Chris McDonough
2010-10-27
1
-3
/
+5
*
webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and us...
Sergey Schetinin
2010-10-01
1
-7
/
+4
*
style tweaks
Sergey Schetinin
2010-08-11
1
-20
/
+14
*
* merge headersdict and datastruct modules into new module webob.headers
Sergey Schetinin
2010-08-11
1
-9
/
+2
*
don't import util.dictmixin unless it is necessary
Sergey Schetinin
2010-07-23
1
-4
/
+9
*
move multidict doctest next to other tests
Sergey Schetinin
2010-02-15
1
-29
/
+0
*
TrackableMultiDict should be copied into an (untracked) MultiDict
Ian Bicking
2010-01-06
1
-0
/
+3
*
Make req.GET settable (updating the request). Avoid reparsing the request bo...
Ian Bicking
2009-06-08
1
-1
/
+42
[next]