| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
archive.extract().
Thanks Florian Apolloner, Shai Berger, and Simon Charette for reviews.
Thanks Wang Baohua for the report.
|
|
is 0o000.
Fixed test that checks permissions on files extracted from archives
with no permissions set, to not assume a default umask of 0o002.
Test regression in c95d063e776e849cf1a0bf616c654165cb89c706.
|
|
The file executable should have 0o775 permission not only u=x.
The file no_permissions should have 0o644 u=r.
|
|
The extract() function has the same code as used in the test method
for Archive.extract().
|
|
|
|
These functions do nothing on Python 3.
|
|
|
|
|
|
|
|
|
|
|
|
Refs #20680.
|
|
|