[issue21549] Add the members parameter for TarFile.list()

2014-08-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Berker for the review. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___ _

[issue21549] Add the members parameter for TarFile.list()

2014-08-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5875c50e93fe by Serhiy Storchaka in branch 'default': Issue #21549: Added the "members" parameter to TarFile.list(). http://hg.python.org/cpython/rev/5875c50e93fe -- nosy: +python-dev ___ Python tracker

[issue21549] Add the members parameter for TarFile.list()

2014-08-20 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> commit review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue21549] Add the members parameter for TarFile.list()

2014-08-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file35307/tarfile_list_members.patch ___ Python tracker ___ ___ Python-bugs

[issue21549] Add the members parameter for TarFile.list()

2014-08-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Added a test. Make the members parameter keyword-only. If there are no objections I'll commit the patch soon. -- Added file: http://bugs.python.org/file36398/tarfile_list_members_2.patch ___ Python tracker

[issue21549] Add the members parameter for TarFile.list()

2014-08-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21549] Add the members parameter for TarFile.list()

2014-05-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: See issue21550 for example. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue21549] Add the members parameter for TarFile.list()

2014-05-21 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The proposed patch adds the members parameter for TarFile.list() with the same meaning as in TarFile.extractall(). This is needed for implementing the tar command utility which allows filtering and transforming an output (e.g. output numerical ids instead