summaryrefslogtreecommitdiff
path: root/django/utils/archive.py
AgeCommit message (Expand)Author
2014-06-03Fixed #22681 -- Made TarArchive recognize leading directories properly.Alexandr Shurigin
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
2012-08-15Ensured that the archive module consistantly explicitly closed all files.Alex Gaynor
2012-08-07[py3] Minor cleanup in django.utils.archive.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-05-11Fixed typo in utils/archive.py docstringAdrian Holovaty
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2011-12-25Fixed a few tests to run on Python 2.5. Thanks, Florian Apolloner.Jannis Leidel
2011-12-22Added yet another missing with_statement import. Thanks, Florian Apolloner.Jannis Leidel
2011-12-22Fixed #17042 -- Extended startproject and startapp management commands to bet...Jannis Leidel