summaryrefslogtreecommitdiff
path: root/django/core/files/locks.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34294 -- Protected django.core.files.locks against argtypes redefiniti...Simon Sawicki2023-01-261-3/+4
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-16/+24
* Updated various links to HTTPS and new locations.Mariusz Felisiak2021-12-021-1/+1
* Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock()...Hasan Ramezani2020-09-151-4/+7
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-2/+4
* Refs #29784 -- Switched to https:// links where available.Jon Dufresne2018-09-261-2/+2
* Removed unnecessary parens in various code.Mariusz Felisiak2017-09-131-2/+2
* Removed executeable bit from a few files.Florian Apolloner2014-05-251-0/+0
* Fixed regression in file locking on some platforms.smallcode2014-03-181-25/+25
* Fixed #19373 -- Ported Windows file locking from PyWin32 to ctypesKevin Christopher Henry2014-02-081-46/+89
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
* Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales2013-05-261-1/+1
* Fixed the syntax used for the Python repl examples in docs and docstrings.Alex Gaynor2012-05-051-2/+2
* Made more extensive usage of context managers with open.Claude Paroz2012-05-051-4/+3
* Fixed #8403 -- Changed the use of fcntl.flock() to fcntl.lockf(). On someMalcolm Tredinnick2008-08-281-2/+2
* Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, wh...Jacob Kaplan-Moss2008-08-111-4/+8
* Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss2008-07-011-0/+66