Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/files/locks.py
Commit message (Expand)AuthorAgeFilesLines
* 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 ...Kevin 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 conditiona...Ramiro Morales2013-05-271-1/+1
* Fixed the syntax used for the Python repl examples in doc...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....Malcolm Tredinnick2008-08-281-2/+2
* Fixed #4948, a race condition in file saving. Thanks to M...Jacob Kaplan-Moss2008-08-111-4/+8
* Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss2008-07-011-0/+66