| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| * | More Response speedups (this time with setting the body) | Ian Bicking | 2009-01-22 | 1 | -1/+2 |
| * | jython compat for doctests: don't assume cStringIO.StringIO __str__ matches | Philip Jenvey | 2008-08-20 | 1 | -2/+2 |
| * | Made Request.blank() take keyword arguments to construct the request. Fix Un... | Ian Bicking | 2008-03-26 | 1 | -12/+23 |
| * | Make request.params.copy() return a writable object (#237) | Ian Bicking | 2008-03-26 | 1 | -1/+3 |
| * | Don't decode filename if the filename is not set | Ian Bicking | 2008-02-17 | 1 | -1/+3 |
| * | fix MultiDict.from_fieldstorage(), which was returning everything as FS objec... | Ian Bicking | 2007-10-23 | 1 | -1/+1 |
| * | added version, comment parameters to set_cookie. Fixed bug with consuming fi... | Ian Bicking | 2007-10-08 | 1 | -1/+4 |
| * | Fix #190: reversed on python2.3 | Ian Bicking | 2007-09-13 | 1 | -0/+4 |
| * | Use a possible backport of 2.4's DictMixin | Ian Bicking | 2007-08-16 | 1 | -1/+1 |
| * | docstring updates | Ian Bicking | 2007-08-16 | 1 | -0/+7 |
| * | Remove unused variable; forgot __cmp__ and .get in NoVars | Ian Bicking | 2007-08-11 | 1 | -0/+6 |
| * | Change MultiDict to return the last matching key, not the first matching key ... | Ian Bicking | 2007-08-09 | 1 | -3/+3 |
| * | rename | Ian Bicking | 2007-08-08 | 1 | -0/+571 |