[issue28226] compileall does not support pathlib

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

[issue28226] compileall does not support pathlib

2016-09-30 Thread Berker Peksag
Changes by Berker Peksag : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue28226] compileall does not support pathlib

2016-09-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 13cd90bdcfbe by Berker Peksag in branch '3.6': Issue #28226: Fix test_compileall on Windows https://hg.python.org/cpython/rev/13cd90bdcfbe New changeset ff80d77200ed by Berker Peksag in branch 'default': Issue #28226: Merge from 3.6 https://hg.pytho

[issue28226] compileall does not support pathlib

2016-09-30 Thread Berker Peksag
Berker Peksag added the comment: Windows buildbots didn't like a6f0cc1820f4 :) Fix is incoming. == FAIL: test_compile_dir_pathlike (test.test_compileall.CompileallTests) --

[issue28226] compileall does not support pathlib

2016-09-30 Thread Ethan Furman
Ethan Furman added the comment: Thanks, Berker Peksag! -- assignee: ethan.furman -> ___ Python tracker ___ ___ Python-bugs-list maili

[issue28226] compileall does not support pathlib

2016-09-30 Thread Berker Peksag
Berker Peksag added the comment: I found a similar problem in compile_dir() and fixed it in the commit. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue28226] compileall does not support pathlib

2016-09-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset a6f0cc1820f4 by Berker Peksag in branch '3.6': Issue #28226: compileall now supports pathlib https://hg.python.org/cpython/rev/a6f0cc1820f4 New changeset fcce24bc9416 by Berker Peksag in branch 'default': Issue #28226: Merge from 3.6 https://hg.pyth

[issue28226] compileall does not support pathlib

2016-09-29 Thread Berker Peksag
Changes by Berker Peksag : Added file: http://bugs.python.org/file44887/issue28226_v3.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue28226] compileall does not support pathlib

2016-09-29 Thread Berker Peksag
Berker Peksag added the comment: > Is there a fix for compileall missing from the patch? No, os.path.* functions have taken care of the conversion, but the output was in the following format: Compiling PosixPath('/tmp/tmp_nfh98lw/_test.py')... I fixed it, added a test for the ddir argumen

[issue28226] compileall does not support pathlib

2016-09-25 Thread Brett Cannon
New submission from Brett Cannon: Is there a fix for compileall missing from the patch? All I see are a new test. -- assignee: -> ethan.furman ___ Python tracker ___ ___

[issue28226] compileall does not support pathlib

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

[issue28226] compileall does not support pathlib

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