[issue28666] Make test.support.rmtree() able to remove non-writable directories

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +995 ___ Python tracker ___ ___

[issue28666] Make test.support.rmtree() able to remove non-writable directories

2016-11-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset dd378356c77c by Martin Panter in branch '2.7': Issue #28666: Fix stat import https://hg.python.org/cpython/rev/dd378356c77c -- ___ Python tracker

[issue28666] Make test.support.rmtree() able to remove non-writable directories

2016-11-20 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue28666] Make test.support.rmtree() able to remove non-writable directories

2016-11-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 573fd9607c75 by Serhiy Storchaka in branch '3.5': Issue #28666: Fix removing readonly directories on Windows. https://hg.python.org/cpython/rev/573fd9607c75 New changeset 01f867e9cd34 by Serhiy Storchaka in branch '2.7': Issue #28666: Fix removing

[issue28666] Make test.support.rmtree() able to remove non-writable directories

2016-11-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset da1880183693 by Serhiy Storchaka in branch 'default': Issue #28666: Try to fix removing readonly directories on Windows. https://hg.python.org/cpython/rev/da1880183693 -- ___ Python tracker

[issue28666] Make test.support.rmtree() able to remove non-writable directories

2016-11-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset b51607ea54c5 by Serhiy Storchaka in branch '2.7': Issue #28666: Now test.test_support.rmtree is able to remove unwritable or https://hg.python.org/cpython/rev/b51607ea54c5 New changeset 9e23b8996584 by Serhiy Storchaka in branch '3.5': Issue

[issue28666] Make test.support.rmtree() able to remove non-writable directories

2016-11-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks Kushal. -- assignee: -> serhiy.storchaka ___ Python tracker ___

[issue28666] Make test.support.rmtree() able to remove non-writable directories

2016-11-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 63820871014d by Serhiy Storchaka in branch '2.7': Issue #28666: Now test.support.rmtree is able to remove unwritable or https://hg.python.org/cpython/rev/63820871014d New changeset c92f9be77b9b by Serhiy Storchaka in branch '3.5': Issue #28666: Now

[issue28666] Make test.support.rmtree() able to remove non-writable directories

2016-11-14 Thread Kushal Das
Kushal Das added the comment: The patch looks good to me. This can be applied, and tests are running fine with the patch. https://ci.centos.org/job/cPython-build-patch/25/console -- nosy: +kushal.das ___ Python tracker

[issue28666] Make test.support.rmtree() able to remove non-writable directories

2016-11-11 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Some tests create directories with disabled writing or even reading and listing. If them fail test.support.rmtree() can't remove such directories. This cause failures in other tests. Proposed patch makes test.support.rmtree() able to remove such