GitHub / grantjenks/python-diskcache / commits
Python disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure-Python.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| ebfa37cd | Change `Cache_tag_rowid` to a partial index because we don't need to query ro... |
ddorian <d****a@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 9cd38163 | Change `Cache_expire_time` to a partial index because we don't need to query ... |
ddorian <d****a@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 323787f5 | Bump version to 5.6.3 | Grant Jenks <g****s@g****m> | almost 3 years ago | |
| 23d10dce | Update release.yml to use pypa/gh-action-pypi-publish | Grant Jenks <g****s@g****m> | almost 3 years ago | |
| 63a5f606 | Bump version to 5.6.2 | Grant Jenks <g****s@g****m> | almost 3 years ago | |
| 17a5f42f | Bug fix: Fix peek when value is so large that a file is used (#288) |
Grant Jenks <g****s@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 4d306862 | Bump version to 5.6.1 | Grant Jenks <g****s@g****m> | about 3 years ago | |
| f81160f2 | Support pathlib.Path as directory argument | Grant Jenks <g****s@g****m> | about 3 years ago | |
| cffbcec2 | Fix docs re: JSONDisk | Grant Jenks <g****s@g****m> | about 3 years ago | |
| 4beffe89 | Bump version to 5.6.0 | Grant Jenks <g****s@g****m> | about 3 years ago | |
| 35dbeabd | Add maxlen parameter to diskcache.Deque (#191) |
Grant Jenks <g****s@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 74e554c5 | Bump versions of checkout and setup-python | Grant Jenks <g****s@g****m> | about 3 years ago | |
| ef94856d | Bump version to 5.5.2 | Grant Jenks <g****s@g****m> | about 3 years ago | |
| f5a17ff0 | Shutup pylint | Grant Jenks <g****s@g****m> | about 3 years ago | |
| 9380c784 | Oops, close the cache, not the deque | Grant Jenks <g****s@g****m> | about 3 years ago | |
| fe5ee43a | Close the cache explicitly before deleting the reference | Grant Jenks <g****s@g****m> | about 3 years ago | |
| 0f5d8ed6 | Bump version to 5.5.1 | Grant Jenks <g****s@g****m> | about 3 years ago | |
| bbac13b5 | Install dev requirements for wheel package | Grant Jenks <g****s@g****m> | about 3 years ago | |
| 6cd6888a | Drop 3.7 from CI | Grant Jenks <g****s@g****m> | about 3 years ago | |
| 0294d58c | Bump version to v5.5.0 | Grant Jenks <g****s@g****m> | about 3 years ago | |
| c14345f1 | Update tests for Django 4.2 | Grant Jenks <g****s@g****m> | about 3 years ago | |
| 471aa5e5 | Drop Python 3.7 from testing | Grant Jenks <g****s@g****m> | about 3 years ago | |
| b22a7d58 | Update pylint | Grant Jenks <g****s@g****m> | about 3 years ago | |
| a53283d5 | Update requirements | Grant Jenks <g****s@g****m> | about 3 years ago | |
| d7ae0990 | i blue it | Grant Jenks <g****s@g****m> | about 3 years ago | |
| 712cc182 | Bump python testing to 3.11 | Grant Jenks <g****s@g****m> | about 3 years ago | |
| 0a978335 | Update year to 2023 | Grant Jenks <g****s@g****m> | about 3 years ago | |
| fb2fa2c4 | Test on Django 4.2 LTS | Grant Jenks <g****s@g****m> | about 3 years ago | |
| ee7a248e | Add docs about the eviction policy to recipes | Grant Jenks <g****s@g****m> | about 3 years ago | |
| f3fcdffe | Update Cache(...) params when allocating | Grant Jenks <g****s@g****m> | about 3 years ago | |
| c1774469 | Remove unused import | Grant Jenks <g****s@g****m> | about 3 years ago | |
| 2d2cc8b3 | Update rsync command for uploading docs | Grant Jenks <g****s@g****m> | over 4 years ago | |
| c9844bba | Put commands above deps for doc8 testenv | Grant Jenks <g****s@g****m> | over 4 years ago | |
| 1cb1425b | Bump version to 5.4.0 | Grant Jenks <g****s@g****m> | over 4 years ago | |
| 5ac77969 | Run isort | Grant Jenks <g****s@g****m> | over 4 years ago | |
| 221f3d38 | Remove unused imports | Grant Jenks <g****s@g****m> | over 4 years ago | |
| 8da66348 | Bump Django testing to 3.2 | Grant Jenks <g****s@g****m> | over 4 years ago | |
| f3836f9f | Fix DjangoCache.delete to return True/False | Grant Jenks <g****s@g****m> | over 4 years ago | |
| 78a5cc69 | Update tests for Django 3.2 | Grant Jenks <g****s@g****m> | over 4 years ago | |
| 7bfbce63 | Support for Python 3.10 in testing (#238) |
Grant Jenks <g****s@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 20f1d93a | Disable consider-using-f-string | Grant Jenks <g****s@g****m> | over 4 years ago | |
| 6ed012a6 | docs: fix typo |
artiom <a****v@g****m>
Committed by: Grant Jenks <g****s@g****m> |
over 4 years ago | |
| 4de3c0ed | Drop old Ubuntu from integration testing |
Grant Jenks <g****s@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 3ad6c0e4 | Bug Fix: Use "ignore" keyword argument with Index.memoize() | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| b10b3866 | Add caveat about inconsistent pickles | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| d55a50ee | Stop using ENOVAL in args_to_key() | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| c22d3ee5 | Fixup formatting for project urls | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| bd800aa0 | Fixes for blue | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| fbc537a7 | Add `ignore` to memoize() | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| 3e87128d | Disable no-self-use in Disk._write | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| 72bbd73d | Pylint fixes | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| ab1484da | Blue fixes (mostly docstring triple quotes) | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| a2e461ad | Add a pragma "no cover" statements and increase threshold to 98 | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| 28aa595a | Add tests for Disk._write | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| 587f00d9 | Add TODO for testing Disk._write | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| f9503321 | Add test for cleaning up dirs | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| b92f2fd3 | Increase coverage to 97% | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| 094b873e | Test JSONDisk.get by iterating cache | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| 2f188677 | Test Cache.memoize() with typed kwargs | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| 14094b31 | Delete EACCESS error tests | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| 9d5c0b7e | Test re-entrancy of "rlock" | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| 226a5cfd | Add test for Lock.locked() | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| 879a65a1 | Refactor file writing logic to retry makedirs | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| b86aa9e0 | Modify store() to create the subdirs when writing the file (1 of 4) | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| 1acab3b7 | Remove logic from filename() for creating directories | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| 49c59791 | Update remove to cleanup parent dirs | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| aefb2fed | Add notes about changes to store() and remove() | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| ceff81cd | Add doc about IOError | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| fac9ad3f | Simplify ENOENT handling around fetch() and remove() | Grant Jenks <g****s@g****m> | almost 5 years ago | |
| 606d8f2b | Fixes #201 added github repo to project_urls |
Abhinav Omprakash <5****h@u****m>
Committed by: Grant Jenks <g****s@g****m> |
about 5 years ago | |
| d9b9d066 | Ignore pylint's consider-using-with in Disk.fetch | Grant Jenks <g****s@g****m> | about 5 years ago | |
| d20ddb3b | remove unused imports |
Jürgen Gmach <j****h@g****m>
Committed by: Grant Jenks <g****s@g****m> |
about 5 years ago | |
| b460e740 | remove leftovers from Travis and AppVeyor |
Jürgen Gmach <j****h@g****m>
Committed by: Grant Jenks <g****s@g****m> |
about 5 years ago | |
| 12400ec1 | Fix the URL to Django documentation for cache. |
Abhilash Raj <m****g@u****m>
Committed by: Grant Jenks <g****s@g****m> |
about 5 years ago | |
| 2ba659ec | Fix typo |
Joakim Nordling <j****g@g****m>
Committed by: Grant Jenks <g****s@g****m> |
about 5 years ago | |
| 660e53d3 | Run integration on pull requests | Grant Jenks <g****s@g****m> | over 5 years ago | |
| 12c1db26 | Add Python 3.9 support trove classifier. |
Omer Katz <o****w@g****m>
Committed by: Grant Jenks <g****s@g****m> |
over 5 years ago | |
| e1d7c4aa | Bump version to 5.2.1 | Grant Jenks <g****s@g****m> | over 5 years ago | |
| 619eb690 | Install libmemcached-dev for release action | Grant Jenks <g****s@g****m> | over 5 years ago | |
| 6b694475 | Bump version to 5.2.0 | Grant Jenks <g****s@g****m> | over 5 years ago | |
| fc38bd97 | Ignore more .coverage files | Grant Jenks <g****s@g****m> | over 5 years ago | |
| a5d1c73e | Add branch coverage and decrease coverage minimum to 96 | Grant Jenks <g****s@g****m> | over 5 years ago | |
| 0d41722a | Fix configs for pytest | Grant Jenks <g****s@g****m> | over 5 years ago | |
| e49358a2 | Skip help() examples when running doctest | Grant Jenks <g****s@g****m> | over 5 years ago | |
| 72127020 | Pin jedi for ipython | Grant Jenks <g****s@g****m> | over 5 years ago | |
| 6df65054 | Update readme badges and CI notes | Grant Jenks <g****s@g****m> | over 5 years ago | |
| d1cf8c52 | Update copyright year | Grant Jenks <g****s@g****m> | over 5 years ago | |
| c654aeda | Update Sphinx and re-gen conf.py | Grant Jenks <g****s@g****m> | over 5 years ago | |
| 4b0fc234 | Update pylint and fix code | Grant Jenks <g****s@g****m> | over 5 years ago | |
| 99f0ca24 | Flake8 fixes (mostly removing useless module imports) | Grant Jenks <g****s@g****m> | over 5 years ago | |
| 4bbe73fb | Update flake8 configs | Grant Jenks <g****s@g****m> | over 5 years ago | |
| 945ee10c | Tell doc8 to ignore docs/_build dir | Grant Jenks <g****s@g****m> | over 5 years ago | |
| 585f47f1 | Add django to deps for sphinx and pylint | Grant Jenks <g****s@g****m> | over 5 years ago | |
| b2c0ae42 | Ignore type errors when setting class attributes | Grant Jenks <g****s@g****m> | over 5 years ago | |
| db76f111 | Remove useless `dataset` target | Grant Jenks <g****s@g****m> | over 5 years ago | |
| 58227d18 | Tell mypy to ignore django | Grant Jenks <g****s@g****m> | over 5 years ago | |
| c40b57fa | Increase max attributes to 8 | Grant Jenks <g****s@g****m> | over 5 years ago | |
| 3b87dde4 | Make imports consistent with isort | Grant Jenks <g****s@g****m> | over 5 years ago | |
| 2ed77878 | I blue it | Grant Jenks <g****s@g****m> | over 5 years ago | |
| b7ecbe9e | Update development requirements for editable install | Grant Jenks <g****s@g****m> | over 5 years ago |