summaryrefslogtreecommitdiff
path: root/django/core/files/locks.py
AgeCommit message (Expand)Author
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2017-09-13Removed unnecessary parens in various code.Mariusz Felisiak
2014-05-25Removed executeable bit from a few files.Florian Apolloner
2014-03-18Fixed regression in file locking on some platforms.smallcode
2014-02-08Fixed #19373 -- Ported Windows file locking from PyWin32 to ctypesKevin Christopher Henry
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-24Start attacking E231 violationsAlex Gaynor
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2012-05-05Fixed the syntax used for the Python repl examples in docs and docstrings.Alex Gaynor
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2008-08-28Fixed #8403 -- Changed the use of fcntl.flock() to fcntl.lockf(). On someMalcolm Tredinnick
2008-08-11Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, wh...Jacob Kaplan-Moss
2008-07-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss