1
I Use This!
Inactive

Commits : Listings

Analyzed 32 minutes ago. based on code collected about 2 hours ago.
Mar 23, 2025 — Mar 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update docs with None timeout example. re #96 More... over 11 years ago
No unit tests for 2.6 More... almost 12 years ago
Version bump More... almost 12 years ago
Added a new test and fixed up @classmethod decorators More... almost 12 years ago
Fixed/added support for per-instance memoize, other python3 cleanup. refs #69 More... almost 12 years ago
Merge branch 'master' of github.com:thadeusb/flask-cache More... almost 12 years ago
Merge pull request #74 from xsleonard/patch-1 More... almost 12 years ago
Merge pull request #76 from iurisilvio/master More... almost 12 years ago
Merge branch 'master' of github.com:thadeusb/flask-cache More... almost 12 years ago
validate config on init as well More... almost 12 years ago
Merge pull request #79 from DarDar/patch-1 More... almost 12 years ago
Merge branch 'master' of https://github.com/neoecos/flask-cache into neoecos-master More... almost 12 years ago
Failing test for custom cache timeout, refs #85 More... almost 12 years ago
remove unused options from _compat closes #80 More... almost 12 years ago
No memcache testing on py3 as werkzeug still contains bug with python3-memcached More... almost 12 years ago
Chain configs together instead of using just one. Closes #86 More... almost 12 years ago
remove encoding key into bytes More... almost 12 years ago
Merge pull request #1 from neoecos/patch-1 More... about 12 years ago
Fixed bug in expiring memoized memver. More... about 12 years ago
No need to call memoized function again on exception More... over 12 years ago
Fix docs typo: delete_memozied -> delete_memoized More... over 12 years ago
more doc typos fixed More... over 12 years ago
fix typo in docs More... over 12 years ago
add comment to the code More... over 12 years ago
Include simple setting to the cache More... over 12 years ago
cache version hash to str More... over 12 years ago
cache key to str More... over 12 years ago
Use next() instead of .next() More... over 12 years ago
encode to utf-8 to update md5 hash More... over 12 years ago
Use base64 module to encode as bytes does not have an encode method on python3 More... over 12 years ago