index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
utils_tests
/
test_archive.py
Age
Commit message (
Expand
)
Author
2025-10-01
Fixed CVE-2025-59682 -- Fixed potential partial directory-traversal via archi...
Sarah Boyce
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-06-07
Fixed #32821 -- Updated os.scandir() uses to use a context manager.
Chris Jerdonek
2021-02-04
Skipped test_archive tests when bz2/lzma module is not installed.
Mariusz Felisiak
2021-02-01
Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archive.extrac...
Mariusz Felisiak
2020-06-29
Fixed #30807 -- Fixed TestArchive.test_extract_file_permissions() when umask ...
Ad Timmering
2019-07-31
Refs #30160 -- Simplified and improved tests for django.utils.archive.
Nick Pope
2019-07-30
Removed redundant ArchiveTest.test_extract_method() test.
Nick Pope
2019-07-30
Refs #30160 -- Made destination path a required argument of extract().
Nick Pope
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
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
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-06-03
Fixed #22681 -- Made TarArchive recognize leading directories properly.
Alexandr Shurigin
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-04-12
Modified utils_tests for unittest2 discovery.
Preston Timmons