summaryrefslogtreecommitdiff
path: root/django/utils/archive.py
AgeCommit message (Expand)Author
2025-10-01Fixed CVE-2025-59682 -- Fixed potential partial directory-traversal via archi...Sarah Boyce
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-02-01Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archive.extrac...Mariusz Felisiak
2019-07-31Fixed #30160 -- Added support for LZMA and XZ templates to startapp/startproj...Nick Pope
2019-07-31Refs #30160 -- Simplified archive extension map and added other aliases.Nick Pope
2019-07-30Refs #30160 -- Made destination path a required argument of extract().Nick Pope
2019-01-31Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...Jon Dufresne
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2017-02-11Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.Anton Samarchyan
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-12-28Fixed #27628 -- Fixed unarchiving a file without permission data.Anton Samarchyan
2016-12-06Fixed #26494 -- Made Archive.extract() preserve file permissions.Anton Samarchyan
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-10-20Removed note about obsolete Python versionClaude Paroz
2016-04-04Fixed W503 flake8 warnings.Tim Graham
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