index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
files
/
locks.py
Age
Commit message (
Expand
)
Author
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-01-26
Fixed #34294 -- Protected django.core.files.locks against argtypes redefiniti...
Simon Sawicki
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-02
Updated various links to HTTPS and new locations.
Mariusz Felisiak
2020-09-15
Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock()...
Hasan Ramezani
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2017-09-13
Removed unnecessary parens in various code.
Mariusz Felisiak
2014-05-25
Removed executeable bit from a few files.
Florian Apolloner
2014-03-18
Fixed regression in file locking on some platforms.
smallcode
2014-02-08
Fixed #19373 -- Ported Windows file locking from PyWin32 to ctypes
Kevin Christopher Henry
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2012-05-05
Fixed the syntax used for the Python repl examples in docs and docstrings.
Alex Gaynor
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2008-08-28
Fixed #8403 -- Changed the use of fcntl.flock() to fcntl.lockf(). On some
Malcolm Tredinnick
2008-08-11
Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, wh...
Jacob Kaplan-Moss
2008-07-01
Fixed #2070: refactored Django's file upload capabilities.
Jacob Kaplan-Moss