summaryrefslogtreecommitdiff
path: root/webob/multidict.py
Commit message (Expand)AuthorAgeFilesLines
* * Mutating the ``request.cookies`` property now retains the mutated valueChris McDonough2011-10-061-11/+0
* forgot the TypeError messageSergey Schetinin2011-09-301-1/+1
* merge all methods overridden in ImmutableDict into oneSergey Schetinin2011-09-301-23/+6
* * ``request.cookies`` property now returns an immutable dictionary;Chris McDonough2011-09-291-0/+28
* test coverage; transcode fixes; remove multidict_from_bodyfileSergey Schetinin2011-09-251-1/+1
* Merge branch 'sergey-1.2-py2-only' into 1.2-mergeSergey Schetinin2011-09-251-21/+32
|\
| * GetDict.tracker -> on_changeSergey Schetinin2011-09-201-11/+16
| * hardcode utf-8 into FakeCGIBody and MultiDict.form_fieldstorageSergey Schetinin2011-09-201-2/+2
| * drop UnicodeMultiDict; change TrackableMultiDict -> GetDictSergey Schetinin2011-09-201-184/+15
| * deprecate more stuffSergey Schetinin2011-09-181-19/+9
* | fix tests on windows; improve GET parsing; simpler cookie escapingSergey Schetinin2011-09-231-1/+1
* | use paren-importsChris McDonough2011-09-221-3/+5
* | sort imports and more direct importsChris McDonough2011-09-221-2/+2
* | line lengthsChris McDonough2011-09-211-2/+3
* | 100% coverage for descriptors and multidictChris McDonough2011-09-211-7/+7
* | trim compat down to only necessary components; more direct imports; 100% test...Chris McDonough2011-09-211-3/+3
* | UnicodeMultiDict no longer usedChris McDonough2011-09-201-196/+1
* | work on items/keys/values, better conversions, syntax errorsChris McDonough2011-09-151-48/+82
* | work towards creating and using 'compat' module and removing syntax errors wh...Chris McDonough2011-09-151-9/+13
|/
* attempt to silence deprecation warnings during testingSergey Schetinin2011-08-181-1/+1
* rename FIXME -> TODO, remove some, update someSergey Schetinin2011-06-301-1/+0
* refactor passwd hiding into a separate funcSergey Schetinin2011-04-151-15/+15
* hide password value in *MultiDictGael Pasgrimaud2011-04-151-6/+18
* wrap lines to mostly conform to PEP-8, add pragma comments where necessary, s...Sergey Schetinin2011-03-221-5/+6
* the cgi bug from r563 (474607292508) was in fact a Chrome and _encode_multipa...Sergey Schetinin2011-02-221-9/+2
* fix cgi.FieldStorage 'multipart/form-data' parsing (the field names are not u...Sergey Schetinin2011-02-211-3/+10
* add warning when client code uses MultiDict.update() and seemingly expects .e...Sergey Schetinin2011-02-201-6/+15
* UnicodeMultiDict requires a MultiDict to wrap, correct the default argument v...Sergey Schetinin2011-01-261-1/+1
* fix: ResponseHeaders.update() should overwrite keysSergey Schetinin2010-11-201-4/+3
* * If a UnicodeMultiDict was used as the ``multi`` argument of anotherChris McDonough2010-10-271-3/+5
* webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and us...Sergey Schetinin2010-10-011-7/+4
* style tweaksSergey Schetinin2010-08-111-20/+14
* * merge headersdict and datastruct modules into new module webob.headersSergey Schetinin2010-08-111-9/+2
* don't import util.dictmixin unless it is necessarySergey Schetinin2010-07-231-4/+9
* move multidict doctest next to other testsSergey Schetinin2010-02-151-29/+0
* TrackableMultiDict should be copied into an (untracked) MultiDictIan Bicking2010-01-061-0/+3
* Make req.GET settable (updating the request). Avoid reparsing the request bo...Ian Bicking2009-06-081-1/+42
* More Response speedups (this time with setting the body)Ian Bicking2009-01-221-1/+2
* jython compat for doctests: don't assume cStringIO.StringIO __str__ matchesPhilip Jenvey2008-08-201-2/+2
* Made Request.blank() take keyword arguments to construct the request. Fix Un...Ian Bicking2008-03-261-12/+23
* Make request.params.copy() return a writable object (#237)Ian Bicking2008-03-261-1/+3
* Don't decode filename if the filename is not setIan Bicking2008-02-171-1/+3
* fix MultiDict.from_fieldstorage(), which was returning everything as FS objec...Ian Bicking2007-10-231-1/+1
* added version, comment parameters to set_cookie. Fixed bug with consuming fi...Ian Bicking2007-10-081-1/+4
* Fix #190: reversed on python2.3Ian Bicking2007-09-131-0/+4
* Use a possible backport of 2.4's DictMixinIan Bicking2007-08-161-1/+1
* docstring updatesIan Bicking2007-08-161-0/+7
* Remove unused variable; forgot __cmp__ and .get in NoVarsIan Bicking2007-08-111-0/+6
* Change MultiDict to return the last matching key, not the first matching key ...Ian Bicking2007-08-091-3/+3
* renameIan Bicking2007-08-081-0/+571