Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up some typechecking (#6150) | Amber Brown | 2019-10-02 | 1 | -1/+3 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -0/+1 |
* | Consistently use six's iteritems and wrap lazy keys/values in list() if they'... | Amber Brown | 2018-05-31 | 1 | -2/+4 |
* | Rename and comment tree_to_leaves_iterator | Erik Johnston | 2017-01-17 | 1 | -3/+6 |
* | Speed up cache size calculation | Erik Johnston | 2017-01-17 | 1 | -1/+13 |
* | Add concept of cache contexts | Erik Johnston | 2016-08-19 | 1 | -0/+3 |
* | Fix flake8 warnings for new flake8 | Daniel Wagner-Hall | 2016-02-02 | 1 | -1/+1 |
* | Directly set self.value | Erik Johnston | 2016-01-29 | 1 | -1/+1 |
* | Correctly bookkeep the size of TreeCache | Erik Johnston | 2016-01-29 | 1 | -3/+28 |
* | Make TreeCache keep track of its own size. | Erik Johnston | 2016-01-29 | 1 | -0/+7 |
* | Add __contains__ | David Baker | 2016-01-22 | 1 | -0/+3 |
* | Docs for treecache | David Baker | 2016-01-22 | 1 | -0/+5 |
* | peppate | David Baker | 2016-01-21 | 1 | -2/+2 |
* | Change LRUCache to be tree-based so we can delete subtrees. | David Baker | 2016-01-21 | 1 | -0/+52 |