Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/files/temp.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-0/+1
* Clarified a comment in django.core.files.temp.Tim Graham2014-08-291-1/+2
* Made the vendored NamedTemporaryFile work as a context ma...Loic Bistuer2014-06-121-0/+7
* Fixed #18744 -- Updated docstring to highlight limitation...Kevin Christopher Henry2013-09-191-10/+21
* Fixed #11857 -- Added missing 'closed' property on Tempor...Christopher Adams2013-09-061-0/+9
* Fixed #7712, #9404, #10249, #10300: a light refactor and ...Jacob Kaplan-Moss2009-05-081-7/+2
* Fixed #9344 -- In the `TemporaryFile` class used by Windo...Gary Wilson Jr2009-05-081-6/+5
* Fixed #8203 -- Fixed temporary file deleation on Windows ...Malcolm Tredinnick2008-08-231-23/+27
* Fixed #7658 -- Added some Windows-specific tempfile handl...Malcolm Tredinnick2008-07-271-0/+58