aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-27Add src directory.Thomas Kemmer
2021-04-27Single source package version.Thomas Kemmer
2021-04-27Add pyproject.tomlThomas Kemmer
2021-04-27Fix copyright year.Thomas Kemmer
2021-04-27Remove Python 2 remnants.Thomas Kemmer
2021-04-27Format code with black.Thomas Kemmer
2021-03-08Use https URIs only.Thomas Kemmer
2021-01-24Release v4.2.1.Thomas Kemmer
2021-01-24Prepare v4.2.1.Thomas Kemmer
2021-01-24Fix #200: Clean up __missing__ example.Thomas Kemmer
2021-01-24Fix #200: Handle __missing__ not storing cache items.Thomas Kemmer
2020-12-10Release v4.2.0.Thomas Kemmer
2020-12-09Add Libraries.io SourceRank shield and link.Thomas Kemmer
2020-12-09Add a test demonstrating the need for RLock in func.py.Paul Fisher
2020-12-09Prepare v4.2.0.Thomas Kemmer
2020-12-09Add FIFO cache implementation.Thomas Kemmer
2020-12-09Fix #188: In case of a race, prefer the item already in the cache.Thomas Kemmer
2020-12-09Homogenize cache implementations.Thomas Kemmer
2020-12-09Officially support Python 3.9.Thomas Kemmer
2020-12-09Remove DefaultMapping abstract base class.Thomas Kemmer
2020-12-09Fix #184: Add documentation regarding mutability of cached values.Thomas Kemmer
2020-12-09Fix #173: Document use of key function for accessing cache items.Thomas Kemmer
2020-12-09Add MRU documentation.Thomas Kemmer
2020-08-08Add MRU cache implementationDiego Argueta
2020-06-28Release v4.1.1.Thomas Kemmer
2020-06-28Prepare v4.1.1.Thomas Kemmer
2020-06-28Fix #170: Improve "envkey" documentation example.Thomas Kemmer
2020-06-28Fix #174: Improve popitem() exception context handling.Thomas Kemmer
2020-06-28Fix #167: Replace float('inf') with math.inf.Thomas Kemmer
2020-05-03Add Travis Python 3.9-dev.Thomas Kemmer
2020-04-08Release v4.1.0.Thomas Kemmer
2020-04-08Prepare v4.1.0.Thomas Kemmer
2020-04-08Fix #164: Support cache_parameters() with cachetools.func decorators.Thomas Kemmer
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