Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3: clean up class brackets | Aldo Cortesi | 2016-10-17 | 1 | -5/+5 |
| | |||||
* | Zap object base class | Aldo Cortesi | 2016-10-17 | 1 | -5/+5 |
| | |||||
* | fix content view cache invalidation | Maximilian Hils | 2016-07-21 | 1 | -1/+13 |
| | |||||
* | Remove odict | Aldo Cortesi | 2016-06-09 | 1 | -4/+0 |
| | | | | | | | | - Adds default implementations for _kconv and _reduce_values to MultiDict. Without these, operations fail in really, really non-obvious ways. - Replace the remaining few instances of ODict Fixes #1159 | ||||
* | fix multidict unittests | redfast00 | 2016-06-05 | 1 | -2/+2 |
| | |||||
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 1 | -1/+1 |
| | |||||
* | A clearer implementation of MultiDictView | Aldo Cortesi | 2016-05-21 | 1 | -2/+24 |
| | | | | | | This makes MultiDictView work with a simple getter/setter pair, rather than using attributes with implicit leading underscores. Also move MultiDictView into multidict.py and adds some simple unit tests. | ||||
* | tests++ | Maximilian Hils | 2016-05-20 | 1 | -0/+217 |