summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_archive.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-23/+29
* Fixed #32821 -- Updated os.scandir() uses to use a context manager.Chris Jerdonek2021-06-071-29/+32
* Skipped test_archive tests when bz2/lzma module is not installed.Mariusz Felisiak2021-02-041-1/+22
* Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archive.extrac...Mariusz Felisiak2021-02-011-0/+21
* Fixed #30807 -- Fixed TestArchive.test_extract_file_permissions() when umask ...Ad Timmering2020-06-291-1/+1
* Refs #30160 -- Simplified and improved tests for django.utils.archive.Nick Pope2019-07-311-54/+28
* Removed redundant ArchiveTest.test_extract_method() test.Nick Pope2019-07-301-6/+1
* Refs #30160 -- Made destination path a required argument of extract().Nick Pope2019-07-301-11/+0
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Fixed #27628 -- Fixed unarchiving a file without permission data.Anton Samarchyan2016-12-281-0/+4
* Fixed #26494 -- Made Archive.extract() preserve file permissions.Anton Samarchyan2016-12-061-0/+10
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Fixed #22681 -- Made TarArchive recognize leading directories properly.Alexandr Shurigin2014-06-031-0/+5
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+72