| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-01 | Fixed CVE-2021-3281 -- Fixed potential directory-traversal via ↵ | Mariusz Felisiak | |
| archive.extract(). Thanks Florian Apolloner, Shai Berger, and Simon Charette for reviews. Thanks Wang Baohua for the report. | |||
| 2019-07-31 | Fixed #30160 -- Added support for LZMA and XZ templates to ↵ | Nick Pope | |
| startapp/startproject management commands. | |||
| 2019-07-31 | Refs #30160 -- Simplified archive extension map and added other aliases. | Nick Pope | |
| 2019-07-30 | Refs #30160 -- Made destination path a required argument of extract(). | Nick Pope | |
| 2019-01-31 | Fixed #30147 -- Simplified directory creation with os.makedirs(..., ↵ | Jon Dufresne | |
| exist_ok=True). | |||
| 2018-04-17 | Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. | Brett Cannon | |
| 2017-02-11 | Refs #27656 -- Updated django.utils docstring verbs according to PEP 257. | Anton Samarchyan | |
| 2017-01-19 | Refs #23919 -- Stopped inheriting from object to define new style classes. | Simon Charette | |
| 2017-01-18 | Refs #23919 -- Removed six.<various>_types usage | Claude Paroz | |
| Thanks Tim Graham and Simon Charette for the reviews. | |||
| 2016-12-28 | Fixed #27628 -- Fixed unarchiving a file without permission data. | Anton Samarchyan | |
| 2016-12-06 | Fixed #26494 -- Made Archive.extract() preserve file permissions. | Anton Samarchyan | |
| 2016-11-14 | Fixed E305 flake8 warnings. | Ramin Farajpour Cami | |
| 2016-10-20 | Removed note about obsolete Python version | Claude Paroz | |
| 2016-04-04 | Fixed W503 flake8 warnings. | Tim Graham | |
| 2014-06-03 | Fixed #22681 -- Made TarArchive recognize leading directories properly. | Alexandr Shurigin | |
| 2014-04-26 | Fix many many typos in comments throughout the codebase | Alex Gaynor | |
| 2013-12-14 | Fixed E127 pep8 warnings. | Loic Bistuer | |
| 2013-09-10 | Fixed #20841 -- Added messages to NotImplementedErrors | Gregor MacGregor | |
| Thanks joseph at vertstudios.com for the suggestion. | |||
| 2012-08-15 | Ensured 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-11 | Fixed typo in utils/archive.py docstring | Adrian Holovaty | |
| 2012-03-30 | Removed with_statement imports, useless in Python >= 2.6. Refs #17965. ↵ | Claude Paroz | |
| Thanks jonash for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17828 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-25 | Fixed a few tests to run on Python 2.5. Thanks, Florian Apolloner. | Jannis Leidel | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17273 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-22 | Added yet another missing with_statement import. Thanks, Florian Apolloner. | Jannis Leidel | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17248 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-22 | Fixed #17042 -- Extended startproject and startapp management commands to ↵ | Jannis Leidel | |
| better handle custom app and project templates. Many thanks to Preston Holmes for his initial patch and Alex Gaynor, Carl Meyer, Donald Stufft, Jacob Kaplan-Moss and Julien Phalip for code reviewing. * Added ability to pass the project or app directory path as the second argument * Added ``--template`` option for specifying custom project and app templates * Cleaned up admin_scripts tests a little while I was there git-svn-id: http://code.djangoproject.com/svn/django/trunk@17246 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
