aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-08Fix #163: Support user_function with cachetools.func decorators.Thomas Kemmer
2019-12-15Release v4.0.0.Thomas Kemmer
2019-12-15Prepare v4.0.0.Thomas Kemmer
2019-12-12Drop Python 2 support.Thomas Kemmer
2019-11-25Update Travis environment.Thomas Kemmer
2019-05-23Release v3.1.1.Thomas Kemmer
2019-05-23Prepare v3.1.1.Thomas Kemmer
2019-05-23Fix #135: Document how to use shared caches with @cachedmethod.Thomas Kemmer
2019-05-20Fix #130: Fix pickling/unpickling of cache keys.Thomas Kemmer
2019-05-20Add Travis 3.8-dev build.Thomas Kemmer
2019-01-29Release v3.1.0.Thomas Kemmer
2019-01-29Prepare v3.1.0.Thomas Kemmer
2019-01-29Fix #124: Fix Python 3.8 compatibility issue.Thomas Kemmer
2019-01-29Fix #123: Use time.monotonic as default timer if available.Thomas Kemmer
2019-01-29Fix #118: Improve documentation regarding thread safety.Thomas Kemmer
2019-01-29Bump copyright year.Thomas Kemmer
2018-11-04Prepare v3.0.0.Thomas Kemmer
2018-11-04Fix #54: Update README examples.Thomas Kemmer
2018-11-04Fix #113: Add support for maxsize=None in cachetools.func decorators.Thomas Kemmer
2018-11-04Fix #54: Add note regarding thread safety.Thomas Kemmer
2018-11-03Fix #68: Use Sphinx doctest builder.Thomas Kemmer
2018-10-27Increase coverage.Thomas Kemmer
2018-10-27Fix #109: Remove "missing" constructor argument.Thomas Kemmer
2018-10-27Fix #107: Remove 'self' from @cachedmethod key arguments.Thomas Kemmer
2018-10-27Fix #110: Officially support Python 3.7.Thomas Kemmer
2018-06-14Fix #99: Correct "envkey" example.Thomas Kemmer
2018-06-13Merge pull request #100 from skirpichev/pypy3-testingThomas Kemmer
2018-06-12Gitignore .pytest_cache/Sergey B Kirpichev
2018-06-12Test on PyPy Python 3 implementationSergey B Kirpichev
2018-05-12Set release date.Thomas Kemmer
2018-05-12Prepare v2.1.0.Thomas Kemmer
2018-05-12Fix #58: Deprecate 'missing' Cache constructor parameter.Thomas Kemmer
2018-05-12Fix #95: Fix Python 2.7 RRCache pickling issues.Thomas Kemmer
2018-05-12Fix #94: Handle overridden getsizeof() method.Thomas Kemmer
2018-05-12Add unit tests for overridden getsizeof() method.Thomas Kemmer
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-12-05Remove Python 3.3 build.Thomas Kemmer
2017-12-05Keep flake8 happy.Thomas Kemmer
2017-08-11Prepare v2.0.1.Thomas Kemmer
2017-08-11Fix #86: Officially support Python 3.6.Thomas Kemmer
2017-08-11Improve README wording.Thomas Kemmer
2017-08-11Fix #76: Move documentation to RTD.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-03Prepare v2.0.0.Thomas Kemmer
2016-10-03Fix #74: Move key functions to separate package.Thomas Kemmer
2016-10-03Fix #75: Remove deprecated features.Thomas Kemmer
2016-10-03Fix #65: Drop Python 3.2 support.Thomas Kemmer