Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/archive.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #22681 -- Made TarArchive recognize leading directo...Alexandr Shurigin2014-06-031-1/+1
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-1/+1
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-2/+2
* Ensured that the archive module consistantly explicitly c...Alex Gaynor2012-08-151-1/+17
* [py3] Minor cleanup in django.utils.archive.Aymeric Augustin2012-08-071-4/+3
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+3
* Fixed typo in utils/archive.py docstringAdrian Holovaty2012-05-111-1/+1
* Removed with_statement imports, useless in Python >= 2.6....Claude Paroz2012-03-301-1/+0
* Fixed a few tests to run on Python 2.5. Thanks, Florian A...Jannis Leidel2011-12-251-2/+2
* Added yet another missing with_statement import. Thanks, ...Jannis Leidel2011-12-221-0/+1
* Fixed #17042 -- Extended startproject and startapp manage...Jannis Leidel2011-12-221-0/+198