aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-02-24[automerger skipped] DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-masterq_tzdata_aml_297100400q_tzdata_aml_297100300q_tzdata_aml_297100000q_tzdata_aml_296200000q_tzdata_aml_295600118q_tzdata_aml_295600110q_tzdata_aml_295500002q_tzdata_aml_295500001q_tzdata_aml_294400310android-mainline-12.0.0_r54android-mainline-12.0.0_r111android-mainline-10.0.0_r9android-mainline-10.0.0_r8android-mainline-10.0.0_r7android-mainline-10.0.0_r6android-mainline-10.0.0_r5android-mainline-10.0.0_r4android-mainline-10.0.0_r13android-mainline-10.0.0_r12android-mainline-10.0.0_r11android-mainline-10.0.0_r10android-10.0.0_r9android-10.0.0_r8android-10.0.0_r7android-10.0.0_r45android-10.0.0_r44android-10.0.0_r43android-10.0.0_r42android-10.0.0_r41android-10.0.0_r40android-10.0.0_r39android-10.0.0_r38android-10.0.0_r37android-10.0.0_r36android-10.0.0_r35android-10.0.0_r34android-10.0.0_r33android-10.0.0_r32android-10.0.0_r31android-10.0.0_r30android-10.0.0_r29android-10.0.0_r28android-10.0.0_r27android-10.0.0_r26android-10.0.0_r25android-10.0.0_r24android-10.0.0_r23android-10.0.0_r22android-10.0.0_r21android-10.0.0_r20android-10.0.0_r19android-10.0.0_r18android-10.0.0_r16android-10.0.0_r15android-10.0.0_r14android-10.0.0_r13android-10.0.0_r12q_tzdata_aml_297100000ndk-sysroot-r21android12-mainline-tzdata-releaseandroid10-qpr3-s1-releaseandroid10-qpr3-releaseandroid10-qpr2-s4-releaseandroid10-qpr2-s3-releaseandroid10-qpr2-s2-releaseandroid10-qpr2-s1-releaseandroid10-qpr2-releaseandroid10-qpr1-releaseandroid10-qpr1-mainline-releaseandroid10-qpr1-d-releaseandroid10-qpr1-c-s1-releaseandroid10-qpr1-c-releaseandroid10-qpr1-b-s1-releaseandroid10-qpr1-b-releaseandroid10-mainline-tzdata-releaseandroid10-mainline-resolv-releaseandroid10-mainline-networking-releaseandroid10-mainline-media-releaseandroid10-devandroid10-d4-s1-releaseandroid10-d4-releaseandroid10-c2f2-s2-releaseandroid10-c2f2-s1-releaseandroid10-c2f2-releaseandroid10-android13-mainline-tzdata-releaseXin Li
2019-02-20DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-masterXin Li
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
2019-01-07Add default active developers into OWNERS am: 0f42fa9982 am: 224ee0f5c7Chih-Hung Hsieh
2019-01-07Add default active developers into OWNERS am: 0f42fa9982Chih-Hung Hsieh
2019-01-07Add default active developers into OWNERSChih-Hung Hsieh
2019-01-07Add default active developers into OWNERSandroid-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5android-q-preview-1Chih-Hung Hsieh
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