Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/files
Commit message (Expand)AuthorAgeFilesLines
* Refs #9893 -- Removed shims for lack of max_length suppor...Tim Graham2015-09-241-14/+1
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham2015-06-151-3/+2
* Fixed #24963 -- Added File.seekable() on Python 3.Carson Gee2015-06-121-0/+5
* Fixed #24664 -- Removed misleading arg name from Temporar...David Danier2015-04-201-2/+2
* Removed unused exception "as" variable.Tim Graham2015-04-081-1/+1
* Fixed #24544 -- Fixed get_image_dimensions() on image buf...steve2015-04-081-0/+6
* Fixed typo in django.core.files.File docstring.Matt Hooks2015-04-031-1/+1
* Fixed #24441 -- Changed get_image_dimensions() return val...Raúl Cumplido2015-03-251-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-065-11/+12
* Fixed #9893 -- Allowed using a field's max_length in the ...Pavel Shpilev2015-01-121-7/+37
* Removed shutil.copystat copied from stdlib (added to supp...Tim Graham2014-12-251-13/+2
* Fixed #23888 -- Fixed crash in File.__repr__() when name ...Sergey Fedoseev2014-11-241-3/+4
* Revert "Fixed #23892 -- Made deconstructible classes forw...Carl Meyer2014-11-231-1/+1
* Fixed #23892 -- Made deconstructible classes forwards com...Carl Meyer2014-11-221-1/+1
* Removed import forgotten in previous commit.Aymeric Augustin2014-11-111-1/+0
* Raised SuspiciousFileOperation in safe_join.Aymeric Augustin2014-11-111-5/+1
* Fixed #8149 -- Made File.__iter__() support universal new...Jon Dufresne2014-10-301-7/+34
* Clarified a comment in django.core.files.temp.Tim Graham2014-08-291-1/+2
* Fixed #23157 -- Removed O(n) algorithm when uploading dup...Tim Graham2014-08-201-6/+5
* Made the vendored NamedTemporaryFile work as a context ma...Loic Bistuer2014-06-121-0/+7
* Fixed #22680 -- I/O operation on closed file.Florian Apolloner2014-06-112-5/+0
* Fixed #22717 -- Auto-corrected missing ending slash in Fi...Claude Paroz2014-06-041-0/+2
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Removed executeable bit from a few files.Florian Apolloner2014-05-251-0/+0
* Fixed #22337: FileSystemStorage marked as deconstructible...Andrew Godwin2014-05-071-0/+2
* Fixed a failing test introduced in 918a16bc4c099ab0cae72a...Baptiste Mispelon2014-03-221-12/+19
* Fixed #22307 -- Fixed SpooledTemporaryFile bug in File cl...Hans Lawrenz2014-03-211-1/+1
* Removed PIL compatability layer per deprecation timeline.Tim Graham2014-03-211-6/+6
* Fixed regression in file locking on some platforms.smallcode2014-03-181-25/+25
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #22107 -- Fixed django.core.files.File object itera...Baptiste Mispelon2014-02-201-1/+1
* Made content_type_extra optional for TemporaryUploadedFil...Dmitro2014-02-181-2/+2
* Fixed #19373 -- Ported Windows file locking from PyWin32 ...Kevin Christopher Henry2014-02-081-46/+89
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-082-4/+4
* fixed typo on docstringJosé Moreira2014-01-201-1/+1
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-2/+2
* Fixed #21380 -- Added a way to set different permission f...Vajrasky Kok2013-11-291-4/+9
* Use `classmethod` as a decorator.xuxiang2013-11-201-1/+1
* Fixed all E226 violationsAlex Gaynor2013-11-034-4/+4
* Fixed flake8 E251 violationsMilton Mazzarri2013-11-032-8/+8
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-025-0/+16
* Replaced a hardcoded "2" with the right named constantAlex Gaynor2013-11-021-1/+5
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-0/+2
* Fixed #21219 -- Added a way to set different permission f...Vajrasky Kok2013-10-241-3/+7
* Start attacking E231 violationsAlex Gaynor2013-10-243-5/+7
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed assorted flake8 errors.Tim Graham2013-10-111-0/+2