1. 91ad85b Test on PyPy Python 3 implementation by Sergey B Kirpichev · 6 years ago
  2. 36d864e Set release date. by Thomas Kemmer · 6 years ago
  3. 45d9b0d Prepare v2.1.0. by Thomas Kemmer · 6 years ago
  4. 8297633 Fix #58: Deprecate 'missing' Cache constructor parameter. by Thomas Kemmer · 6 years ago
  5. 83335b6 Fix #95: Fix Python 2.7 RRCache pickling issues. by Thomas Kemmer · 6 years ago
  6. d456411 Fix #94: Handle overridden getsizeof() method. by Thomas Kemmer · 6 years ago
  7. 3c055ca Add unit tests for overridden getsizeof() method. by Thomas Kemmer · 6 years ago
  8. 7bb48e4 Fix #69: Better explain when expired TTLCache items are actually removed. by Thomas Kemmer · 6 years ago
  9. 396edb9 Fix #57: Add documentation on how to extend cache classes. by Thomas Kemmer · 6 years ago
  10. 2d2a57e Fix #83: Improve documentation of replacement strategy. by Thomas Kemmer · 6 years ago
  11. bb22d4f Remove Python 3.3 build. by Thomas Kemmer · 7 years ago
  12. 27c84aa Keep flake8 happy. by Thomas Kemmer · 7 years ago
  13. ee4588a Initial empty repository by kuantung · 7 years ago int/p/fp2 rel/p/fp2/20.10.1-beta rel/p/fp2/20.12.0-beta rel/p/fp2/21.01.0-rel rel/p/fp2/21.03.0-rel rel/p/fp2/21.05.0-rel rel/p/fp2/21.08.1-rel rel/p/fp2/21.10.0-rel rel/p/fp2/21.12.0-rel 20.10.1-beta.0 20.12.0-beta.0 20.12.0-beta.1 21.01.0-rel.0 rel/p/fp2/21.01.0-rel.1 rel/p/fp2/21.03.0-rel.1 rel/p/fp2/21.03.0-rel.2 rel/p/fp2/21.05.0-rel.1 rel/p/fp2/21.08.1-rel.0 rel/p/fp2/21.10.0-rel.2 rel/p/fp2/21.12.0-rel.1
  14. fba5f8a Prepare v2.0.1. by Thomas Kemmer · 7 years ago
  15. 6bffc17 Fix #86: Officially support Python 3.6. by Thomas Kemmer · 7 years ago
  16. 13ba795 Improve README wording. by Thomas Kemmer · 7 years ago
  17. d5b299c Fix #76: Move documentation to RTD. by Thomas Kemmer · 7 years ago
  18. d57c8a3 Update copyright statement, keep flake8 happy. by Thomas Kemmer · 7 years ago
  19. dd597fe Fix #85: Update import paths for key functions (courtesy of slavkoja). by Thomas Kemmer · 7 years ago
  20. e27332b Prepare v2.0.0. by Thomas Kemmer · 8 years ago
  21. 1770a71 Fix #74: Move key functions to separate package. by Thomas Kemmer · 8 years ago
  22. bb87402 Fix #75: Remove deprecated features. by Thomas Kemmer · 8 years ago
  23. f9e6e46 Fix #65: Drop Python 3.2 support. by Thomas Kemmer · 8 years ago
  24. 7a7c836 Fix #73: Accept non-integer maxsize in __repr__(). by Thomas Kemmer · 8 years ago
  25. 5ab2ab1 Remove PyPI downloads badge. by Thomas Kemmer · 8 years ago
  26. 7f850b8 Fix #71: No unicode_literals in setup.py. by Thomas Kemmer · 8 years ago
  27. 381467c Fix #70: Update LICENSE copyright. by Thomas Kemmer · 8 years ago
  28. 8bb68a2 Prepare v1.1.6. by Thomas Kemmer · 8 years ago
  29. 977e1c4 Fix #63: Handle ValueError in Cache.__missing__(). by Thomas Kemmer · 8 years ago
  30. d20f70b Fix #67: Do not call TTLCache.expire() from TTLCache.__delitem__(). by Thomas Kemmer · 8 years ago
  31. d4da663 Fix #60: Call __missing__() of derived classes. by Thomas Kemmer · 8 years ago
  32. b1d836c Fix #62: Improve TTLCache expiration handling. by Thomas Kemmer · 8 years ago
  33. b445d7a Fix #64: Reimplement LRUCache and TTLCache using collections.OrderedDict. by Thomas Kemmer · 8 years ago
  34. 668fdb3 Fix #66: Use Counter.most_common() for LFUCache.popitem(). by Thomas Kemmer · 8 years ago
  35. 775c51d Code/build cleanups. by Thomas Kemmer · 8 years ago
  36. 7efef5c Merge pull request #61 from alejandro-rivera/bug/fix-typos-in-docs by Thomas Kemmer · 8 years ago
  37. 2024b77 Fix a couple typos in the documentation file. by Alejandro Rivera · 8 years ago
  38. fd88358 Revert "Prototype 'missing' abcs." by Thomas Kemmer · 9 years ago
  39. a9c3f89 Include docs in package. by Thomas Kemmer · 9 years ago
  40. ddf9db1 Update travis build, Python 3.5 support. by Thomas Kemmer · 9 years ago
  41. a227419 Prototype 'missing' abcs. by Thomas Kemmer · 9 years ago
  42. 4285373 Prepare v1.1.5. by Thomas Kemmer · 9 years ago
  43. e332a99 Fix #56: Refactor Cache base class. by Thomas Kemmer · 9 years ago
  44. 41d521b Prepare v1.1.4. by Thomas Kemmer · 9 years ago
  45. 62b8273 Move to container-based infrastructure, install coverage<4 for use with Python 3.2. by Thomas Kemmer · 9 years ago
  46. 7bdca3b Fix #55: Document pending removal of deprecated features. by Thomas Kemmer · 9 years ago
  47. 429c5f1 Fix #53: Use fib() and fac() as examples in documentation. by Thomas Kemmer · 9 years ago
  48. 9b35c76 Fix #51: Refactor cache implementations. by Thomas Kemmer · 9 years ago
  49. 4f4b452 Prepare v1.1.3. by Thomas Kemmer · 9 years ago
  50. f4554de Fix pickle tests. by Thomas Kemmer · 9 years ago
  51. c8c8db1 Fix pickling of large LRUCache and TTLCache instances. by Thomas Kemmer · 9 years ago
  52. 5cdedd5 Prepare v1.1.1. by Thomas Kemmer · 9 years ago
  53. 068ed52 Fix #47: Document deprecated @cachedmethod default behavior. by Thomas Kemmer · 9 years ago
  54. 5c7effc Improve documentation. by Thomas Kemmer · 9 years ago
  55. f566225 Improve unit test coverage. by Thomas Kemmer · 9 years ago
  56. 82b8071 Fix #46: Improve key functions. by Thomas Kemmer · 9 years ago
  57. b666900 Fix #49: Add flake8 checks to .travis.yml by Thomas Kemmer · 9 years ago
  58. 732d792 Fix redefinition of test_nocache. by Thomas Kemmer · 9 years ago
  59. 58bd8c6 Remove unused decorators.py. by Thomas Kemmer · 9 years ago
  60. 6a4c6f0 Prepare v1.1.0. by Thomas Kemmer · 9 years ago
  61. b6bc350 Code/interface cleanup and documentation. by Thomas Kemmer · 9 years ago
  62. 00f1aef Fix #37: Add key argument to @cachedmethod. by Thomas Kemmer · 9 years ago
  63. b00910d Add nosetests for Travis 3.5-dev. by Thomas Kemmer · 9 years ago
  64. 1a4d59a Fix #43: Save hash value for decorator keys. by Thomas Kemmer · 9 years ago
  65. 804be35 Fix #34: Add generic @cache decorator. by Thomas Kemmer · 9 years ago
  66. 37024a7 Prepare v1.0.3. by Thomas Kemmer · 9 years ago
  67. a5712ec Fix #44: Add Python "nightly". by Thomas Kemmer · 9 years ago
  68. da4ea1a Fix #42: Clear cache statistics in clear_cache(). by Thomas Kemmer · 9 years ago
  69. 0ca640f Prepare v1.0.2. by Thomas Kemmer · 9 years ago
  70. 385ace8 Fix #40: Allow simple cache instances to be pickled. by Thomas Kemmer · 9 years ago
  71. 7bc51c6 Fix #41: Refactor getsizeof and missing default implementation. by Thomas Kemmer · 9 years ago
  72. 87753fe Update copyright. by Thomas Kemmer · 9 years ago
  73. b26d1e5 Prepare v1.0.1. by Thomas Kemmer · 9 years ago
  74. ec80673 Fix #33: Code cleanup for improved PEP 8 conformance. by Thomas Kemmer · 9 years ago
  75. 7827ec0 Fix #32: Add docs/tests for using @cachedmethod with generic mutable mappings. by Thomas Kemmer · 9 years ago
  76. 41efa89 Fix #35: Emphasize the role of popitem() in cache implementations. by Thomas Kemmer · 9 years ago
  77. 1daf0c7 Update keywords. by Thomas Kemmer · 9 years ago
  78. 03bf417 Update CHANGES.rst by Thomas Kemmer · 10 years ago
  79. 886f48e Update README.rst by Thomas Kemmer · 10 years ago
  80. cedcfcc Fix typo. by Thomas Kemmer · 10 years ago
  81. c6137f2 Fix #3: Improve documentation. by Thomas Kemmer · 10 years ago
  82. 5c2a69b Fix #30: Provide RRCache.choice property. by Thomas Kemmer · 10 years ago
  83. f3437a1 Prepare v1.0.0 by Thomas Kemmer · 10 years ago
  84. b624bf8 Use NestedTimer for TTLCache. by Thomas Kemmer · 10 years ago
  85. d7cb994 Prepare v0.8.1 by Thomas Kemmer · 10 years ago
  86. 35855b5 Update CHANGES.rst by Thomas Kemmer · 10 years ago
  87. bf8d13e Fix #28: Function arguments must be hashable for cache decorators. by Thomas Kemmer · 10 years ago
  88. bf2de58 Prepare v0.8.0 by Thomas Kemmer · 10 years ago
  89. 5f80519 Fix #27: Ignore ValueError in decorators. by Thomas Kemmer · 10 years ago
  90. a4f3125 Rename cache implementation source files. by Thomas Kemmer · 10 years ago
  91. 98e32c4 Fix #13: Add Cache.getsize() by Thomas Kemmer · 10 years ago
  92. 08a83b3 Update CHANGES.rst by Thomas Kemmer · 10 years ago
  93. ebd7920 Add Cache.__missing__() by Thomas Kemmer · 10 years ago
  94. 87d6089 Bump version number for TestPyPI. by Thomas Kemmer · 10 years ago
  95. f240afd Package cleanup. by Thomas Kemmer · 10 years ago
  96. 8c1f8c7 Add wheel support. by Thomas Kemmer · 10 years ago
  97. 827e2f5 Fix #25: Fix MANIFEST.in by Thomas Kemmer · 10 years ago
  98. 5385445 Prepare v0.7.0 by Thomas Kemmer · 10 years ago
  99. b024209 Fix #24: Skip expired items when iterating over TTLCache. by Thomas Kemmer · 10 years ago
  100. cef6653 Fix #23: Refactor LFUCache. by Thomas Kemmer · 10 years ago