aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2018-05-11Fix #69: Better explain when expired TTLCache items are actually removed.Thomas Kemmer
2018-05-11Fix #57: Add documentation on how to extend cache classes.Thomas Kemmer
2018-05-11Fix #83: Improve documentation of replacement strategy.Thomas Kemmer
2017-08-11Update copyright statement, keep flake8 happy.Thomas Kemmer
2017-08-11Fix #85: Update import paths for key functions (courtesy of slavkoja).Thomas Kemmer
2016-10-03Fix #74: Move key functions to separate package.Thomas Kemmer
2016-10-03Fix #75: Remove deprecated features.Thomas Kemmer
2016-04-01Code/build cleanups.Thomas Kemmer
2016-03-16Fix a couple typos in the documentation file.Alejandro Rivera
2015-10-24Fix #55: Document pending removal of deprecated features.Thomas Kemmer
2015-10-24Fix #53: Use fib() and fac() as examples in documentation.Thomas Kemmer
2015-09-07Fix #47: Document deprecated @cachedmethod default behavior.Thomas Kemmer
2015-09-07Improve documentation.Thomas Kemmer
2015-09-07Fix #46: Improve key functions.Thomas Kemmer
2015-08-28Code/interface cleanup and documentation.Thomas Kemmer
2015-06-06Update copyright.Thomas Kemmer
2015-05-23Fix #32: Add docs/tests for using @cachedmethod with generic mutable mappings.Thomas Kemmer
2015-05-23Fix #35: Emphasize the role of popitem() in cache implementations.Thomas Kemmer
2014-12-19Fix typo.Thomas Kemmer
2014-12-19Fix #3: Improve documentation.Thomas Kemmer
2014-12-15Use NestedTimer for TTLCache.Thomas Kemmer
2014-12-07Prepare v0.8.1Thomas Kemmer
2014-12-03Fix #28: Function arguments must be hashable for cache decorators.Thomas Kemmer
2014-12-03Fix #27: Ignore ValueError in decorators.Thomas Kemmer
2014-12-03Add Cache.__missing__()Thomas Kemmer
2014-11-12Prepare v0.7.0Thomas Kemmer
2014-11-11Fix #20: Deprecate TTLCache.ExpiredErrorThomas Kemmer
2014-11-11Fix #21: Add choice argument to RRCache constructor.Thomas Kemmer
2014-11-10Fix #20: Move TTLCache.ExpiredError to module.Thomas Kemmer
2014-11-05Prepare v.0.7.0Thomas Kemmer
2014-10-23Fix Sphinx automethodThomas Kemmer
2014-10-23Fix #17: Raise TTLCache.ExpiredError for expired TTLCache items.Thomas Kemmer
2014-10-23Fix #15: Allow @cachedmethod.cache() to return NoneThomas Kemmer
2014-09-23Fix default ttl for @ttl_cacheThomas Kemmer
2014-09-23Fix #7: getsizeof() usageThomas Kemmer
2014-09-23Resolve #9: Add @ttl_cache function decorator.Thomas Kemmer
2014-09-23Fix #6: Non-mutating TTLCache.__getitem__()Thomas Kemmer
2014-09-23Resolve #8: Rewrite @cachedmethod example to use per-object cacheThomas Kemmer
2014-06-17Fix typos/formatting in documentationThomas Kemmer
2014-06-16Prepare v0.4.0Thomas Kemmer
2014-06-16Add TTLCache, refactor base classThomas Kemmer
2014-05-06Update documentation.Thomas Kemmer
2014-05-06Add cachedmethod decorator.Thomas Kemmer
2014-05-06Add size, getsizeof cache members.Thomas Kemmer
2014-04-02Prepare v0.2.0Thomas Kemmer
2014-03-27Prepare v0.1.0Thomas Kemmer
2014-03-22Update documentation.Thomas Kemmer
2014-03-22Add initial implementation, unit testsThomas Kemmer
2014-03-22Add description.Thomas Kemmer
2014-03-22Initial commit.Thomas Kemmer