index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
cache
/
backends
/
filebased.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Mariusz Felisiak
2023-01-18
1
-1
/
+1
*
Fixed #34209 -- Prevented FileBasedCache.has_key() crash caused by a race con...
Marti Raudsepp
2022-12-13
1
-2
/
+3
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-12
/
+16
*
Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.
Ade Lee
2021-10-12
1
-3
/
+5
*
Fixed #33060 -- Added BaseCache.make_and_validate_key() hook.
Nick Pope
2021-09-07
1
-2
/
+1
*
Fixed CVE-2020-24584 -- Fixed permission escalation in intermediate-level dir...
Mariusz Felisiak
2020-09-01
1
-1
/
+7
*
Fixed #30759 -- Made cache.delete() return whether it succeeded.
daniel a rios
2019-11-14
1
-3
/
+4
*
Simplified FileBasedCache.clear().
Jon Dufresne
2019-02-08
1
-7
/
+4
*
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
2019-01-31
1
-5
/
+1
*
Fixed #29550 -- Eased overriding pickle.dumps() protocol in cache backends an...
Simon Charette
2018-07-09
1
-2
/
+3
*
Refs #27480 -- Moved FileBasedCache content writing logic to a method.
Simon Charette
2018-07-09
1
-8
/
+7
*
Fixed #27480 -- Added cache.touch().
Nicolas NoƩ
2018-04-27
1
-2
/
+24
*
Refs #27795 -- Replaced force_bytes() usage in django.core.cache.
Jon Dufresne
2018-02-02
1
-2
/
+1
*
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-07
1
-5
/
+10
*
Fixed #28500 -- Fixed crash in FileBasedCache._is_expired() if the cache file...
caleb logan
2017-09-03
1
-1
/
+4
*
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-28
1
-10
/
+5
*
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-21
1
-3
/
+2
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-1
/
+1
*
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2017-01-25
1
-14
/
+7
*
Refs #23919 -- Replaced io.open() with open().
Aymeric Augustin
2017-01-18
1
-4
/
+3
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-5
/
+1
*
Fixed #26694 -- Made FileBasedCache.get() reraise non-ENOENT IOErrors.
Jon Dufresne
2016-06-01
1
-2
/
+2
*
Fixed #26691 -- Removed checking for a file's existence before deleting.
Jon Dufresne
2016-05-31
1
-8
/
+7
*
Refs #25501 -- Fixed a typo in django/core/cache/backends/filebased.py
Jaap Roes
2015-11-14
1
-1
/
+1
*
Fixed #25501 -- Made the file-based cache backend use the highest pickling pr...
Andrew Artajos
2015-10-20
1
-2
/
+2
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-1
/
+3
*
Fixed #23625 -- Removed CacheClass shim
Jaap Roes
2014-10-10
1
-5
/
+0
*
Fixed a couple flake8 warnings.
Tim Graham
2013-11-07
1
-1
/
+0
*
Fixed #20536 -- rewrite of the file based cache backend
Jaap Roes
2013-11-07
1
-113
/
+113
*
More attacking E302 violators
Alex Gaynor
2013-11-02
1
-0
/
+1
*
Start attacking E231 violations
Alex Gaynor
2013-10-24
1
-1
/
+1
*
Fixed #21147 -- Avoided time.time precision issue with cache backends.
Michael Manfre
2013-10-01
1
-4
/
+1
*
Fixed #9595 -- Allow non-expiring cache timeouts.
Jacob Burch
2013-05-18
1
-7
/
+8
*
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-29
1
-2
/
+2
*
[py3] Encoded value before feeding it to hashlib.md5
Claude Paroz
2012-08-12
1
-1
/
+2
*
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-07-22
1
-1
/
+1
*
Made more extensive usage of context managers with open.
Claude Paroz
2012-05-05
1
-18
/
+9
*
Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...
Adrian Holovaty
2011-03-28
1
-3
/
+3
*
Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...
Russell Keith-Magee
2010-12-21
1
-3
/
+7
*
Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks t...
Russell Keith-Magee
2010-11-19
1
-11
/
+16
*
Fixed #14596 -- Light refactoring of the cache backends.
Russell Keith-Magee
2010-11-02
1
-13
/
+0
*
Add warning when using cache keys that might not work with memcached.
Malcolm Tredinnick
2010-09-12
1
-0
/
+5
*
Fixed #14250 - FileBasedCacheTests.test_cull test failure
Luke Plant
2010-09-10
1
-1
/
+1
*
Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...
Russell Keith-Magee
2010-04-16
1
-16
/
+23
*
Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach...
Russell Keith-Magee
2010-01-27
1
-0
/
+7
*
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2010-01-10
1
-1
/
+1
*
Added a return value to the add() method for caches. It's now possible to tell
Malcolm Tredinnick
2008-08-10
1
-1
/
+2
*
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...
Gary Wilson Jr
2008-08-02
1
-14
/
+15
*
Fixed #6099: the filebased cache backend now uses md5 hashes of keys instead ...
Jacob Kaplan-Moss
2007-12-04
1
-36
/
+74
*
Fixed #6086 -- Deprecate the "simple" cache backend in favour of "locmem".
Malcolm Tredinnick
2007-12-02
1
-6
/
+17
[next]