[issue23731] Implement PEP 488

2015-05-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset bbdbc4399b52 by Zachary Ware in branch 'default': Issue #23731: Fix tracemalloc test on Windows. https://hg.python.org/cpython/rev/bbdbc4399b52 -- ___ Python tracker _

[issue23731] Implement PEP 488

2015-04-13 Thread Brett Cannon
Brett Cannon added the comment: Thanks to Paul and Eric for the review and everyone who provided input! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue23731] Implement PEP 488

2015-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset a86d630555bd by Brett Cannon in branch 'default': Issue #23731: Implement PEP 488. https://hg.python.org/cpython/rev/a86d630555bd -- nosy: +python-dev ___ Python tracker

[issue23731] Implement PEP 488

2015-04-09 Thread Eric Snow
Eric Snow added the comment: LGTM -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/ma

[issue23731] Implement PEP 488

2015-04-08 Thread Brett Cannon
Changes by Brett Cannon : Added file: http://bugs.python.org/file38869/d4fde2493736.diff ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue23731] Implement PEP 488

2015-04-01 Thread Eric Snow
Eric Snow added the comment: Thanks for doing this, Brett. It's so simple a change yet such a great one. :) -- ___ Python tracker ___ ___

[issue23731] Implement PEP 488

2015-04-01 Thread Paul Moore
Paul Moore added the comment: A few minor review comments. Nothing substantial, tbh. Looks good. -- ___ Python tracker ___ ___ Python-

[issue23731] Implement PEP 488

2015-04-01 Thread Steve Dower
Steve Dower added the comment: I don't actually see any essential changes. The bdist_wininst and bdist_msi changes are just for usage help, and presumably they'll go from "do not compile .py to .pyo (optimized)" to "do not compile .py to optimized .pyc". I'd prefer to leave the .pyo file assoc

[issue23731] Implement PEP 488

2015-04-01 Thread Brett Cannon
Brett Cannon added the comment: Here is a patch that implements PEP 488 **except** for Windows installer stuff. I don't think the Windows changes need to block this patch going in, but I will need someone on Windows to help fix up PC/, PCbuild/, Tools/msi, Lib/distutils/command/bdist_msi.py, a

[issue23731] Implement PEP 488

2015-04-01 Thread Brett Cannon
Changes by Brett Cannon : Removed file: http://bugs.python.org/file38785/be7d966b660a.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue23731] Implement PEP 488

2015-04-01 Thread Brett Cannon
Changes by Brett Cannon : Added file: http://bugs.python.org/file38786/8ce8e9b1f3e7.diff ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue23731] Implement PEP 488

2015-04-01 Thread Brett Cannon
Changes by Brett Cannon : -- keywords: +patch Added file: http://bugs.python.org/file38785/be7d966b660a.diff ___ Python tracker ___ __

[issue23731] Implement PEP 488

2015-04-01 Thread Brett Cannon
Changes by Brett Cannon : -- hgrepos: +303 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue23731] Implement PEP 488

2015-03-28 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue23731] Implement PEP 488

2015-03-23 Thread Gregory P. Smith
Changes by Gregory P. Smith : -- nosy: +gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue23731] Implement PEP 488

2015-03-22 Thread Brett Cannon
Brett Cannon added the comment: Will probably want to see http://bugs.python.org/issue17232 resolved as part of this as well. -- ___ Python tracker ___ _

[issue23731] Implement PEP 488

2015-03-21 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- nosy: +barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue23731] Implement PEP 488

2015-03-21 Thread Brett Cannon
New submission from Brett Cannon: https://www.python.org/dev/peps/pep-0488/ -- assignee: brett.cannon components: Interpreter Core messages: 238799 nosy: brett.cannon priority: release blocker severity: normal stage: test needed status: open title: Implement PEP 488 type: enhancement ver