index
:
django.git
fix-31295
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
/
temp.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2017-09-13
Removed unnecessary parens in various code.
Mariusz Felisiak
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2016-06-15
Fixed broken links in docs and comments.
Ville Skyttä
2016-05-27
Fixed #26646 -- Added IOBase methods required by TextIOWrapper to File.
Simon Charette
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-08-29
Clarified a comment in django.core.files.temp.
Tim Graham
2014-06-12
Made the vendored NamedTemporaryFile work as a context manager. Refs #22680.
Loic Bistuer
2013-09-19
Fixed #18744 -- Updated docstring to highlight limitations of NamedTemporaryFile
Kevin Christopher Henry
2013-09-06
Fixed #11857 -- Added missing 'closed' property on TemporaryFile class.
Christopher Adams
2009-05-08
Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor...
Jacob Kaplan-Moss
2009-05-08
Fixed #9344 -- In the `TemporaryFile` class used by Windows, proxy to the wra...
Gary Wilson Jr
2008-08-23
Fixed #8203 -- Fixed temporary file deleation on Windows and a couple of edge
Malcolm Tredinnick
2008-07-26
Fixed #7658 -- Added some Windows-specific tempfile handling. The standard
Malcolm Tredinnick