[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

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

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 6b81003bdbd9375886bae54f876650bcdccfe6c7 by Berker Peksag in branch '3.6': bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) (#323)

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset d5c11f7ace48701bb950c6345deee88c35c66e26 by Berker Peksag (Sayan Chowdhury) in branch 'master': bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157)

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +586 ___ Python tracker ___ ___

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2017-03-11 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +511 ___ Python tracker ___ ___

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2017-02-26 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Sayan! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2017-02-26 Thread Berker Peksag
Changes by Berker Peksag : -- pull_requests: +284 ___ Python tracker ___ ___

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2017-02-21 Thread Xiang Zhang
Changes by Xiang Zhang : -- nosy: +xiang.zhang ___ Python tracker ___ ___ Python-bugs-list

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2017-02-18 Thread Berker Peksag
Changes by Berker Peksag : -- components: +Library (Lib) -Tests stage: needs patch -> patch review versions: +Python 3.6 ___ Python tracker

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2017-02-18 Thread Jim Fasarakis-Hilliard
Changes by Jim Fasarakis-Hilliard : -- components: +Tests -Library (Lib) ___ Python tracker ___

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2017-02-18 Thread Sayan Chowdhury
New submission from Sayan Chowdhury: I tested and found that the code already works with PathLike. I have created a PR which updates the test and documentation. I think the issue can be in Windows. -- nosy: +sayanchowdhury ___ Python tracker

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2017-02-18 Thread Nick Coghlan
Changes by Nick Coghlan : -- nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2017-02-18 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +121 ___ Python tracker ___

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2016-11-07 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> needs patch ___ Python tracker ___

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2016-11-06 Thread Ram Rachum
Changes by Ram Rachum : -- components: Library (Lib) nosy: cool-RR priority: normal severity: normal status: open title: Make the `cwd` argument to `subprocess.Popen` accept a `PathLike` versions: Python 3.7 ___ Python tracker

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2016-11-06 Thread Ram Rachum
Changes by Ram Rachum : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list