[issue28227] gzip does not support pathlib

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +894 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue28227] gzip does not support pathlib

2016-10-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3f71d1a93053 by Berker Peksag in branch '3.6': Issue #28227: gzip now supports pathlib https://hg.python.org/cpython/rev/3f71d1a93053 New changeset b244bf74b638 by Berker Peksag in branch 'default': Issue #28227: Merge from 3.6 https://hg.python.org

[issue28227] gzip does not support pathlib

2016-10-02 Thread Berker Peksag
Berker Peksag added the comment: Thanks Ethan and Serhiy. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___

[issue28227] gzip does not support pathlib

2016-10-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The patch LGTM. -- assignee: -> berker.peksag stage: patch review -> commit review ___ Python tracker ___ ___

[issue28227] gzip does not support pathlib

2016-10-02 Thread Berker Peksag
Berker Peksag added the comment: By the way, for some reason it doesn't show up at https://bugs.python.org/review/28227/patch/18629/74286 -- ___ Python tracker ___ _

[issue28227] gzip does not support pathlib

2016-10-02 Thread Berker Peksag
Berker Peksag added the comment: You're right. I definitely missed that one. Here is an updated patch. Thanks again! -- Added file: http://bugs.python.org/file44927/issue28227_v3.diff ___ Python tracker __

[issue28227] gzip does not support pathlib

2016-10-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: You missed one my comment. GzipFile.name is not converted in write mode. -- ___ Python tracker ___ ___

[issue28227] gzip does not support pathlib

2016-10-02 Thread Berker Peksag
Berker Peksag added the comment: I've addressed all of Serhiy's review comments. Thanks! -- Added file: http://bugs.python.org/file44926/issue28227_v2.diff ___ Python tracker ___

[issue28227] gzip does not support pathlib

2016-09-30 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue28227] gzip does not support pathlib

2016-09-23 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily versions: +Python 3.6, Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue28227] gzip does not support pathlib

2016-09-21 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Since patches for gzip, bz2 and lzma are too similar, I think it is worth to merge them in one patch. -- ___ Python tracker ___ ___

[issue28227] gzip does not support pathlib

2016-09-21 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue28227] gzip does not support pathlib

2016-09-21 Thread Ethan Furman
Changes by Ethan Furman : -- files: open-gzip.stoneleaf.patch keywords: patch nosy: brett.cannon, ethan.furman priority: normal severity: normal stage: patch review status: open title: gzip does not support pathlib type: behavior Added file: http://bugs.python.org/file44769/open-gzip.sto