[issue19551] PEP 453: Mac OS X installer integration

2013-11-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7c4d1daa0bc1 by Ned Deily in branch 'default': Issue #19551: Update installer Welcome file. http://hg.python.org/cpython/rev/7c4d1daa0bc1 -- ___ Python tracker ___

[issue19551] PEP 453: Mac OS X installer integration

2013-11-22 Thread Ned Deily
Changes by Ned Deily : -- priority: release blocker -> resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue19551] PEP 453: Mac OS X installer integration

2013-11-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 257fda20a6cf by Ned Deily in branch 'default': Issue #19551: Update whatsnew. http://hg.python.org/cpython/rev/257fda20a6cf -- ___ Python tracker _

[issue19551] PEP 453: Mac OS X installer integration

2013-11-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4e12f145f18f by Ned Deily in branch 'default': Issue #19551: PEP 453 - OS X installer now installs or upgrades pip by default. http://hg.python.org/cpython/rev/4e12f145f18f -- nosy: +python-dev ___ Python

[issue19551] PEP 453: Mac OS X installer integration

2013-11-15 Thread Nick Coghlan
Nick Coghlan added the comment: Based on a comment from MvL in issue 19550 (the Windows installer counterpart), it may be better to say something like "Install/update pip?" as a prompt (since leaving the option checked may also update an existing pip installation that is older than the bundled

[issue19551] PEP 453: Mac OS X installer integration

2013-11-11 Thread Nick Coghlan
Changes by Nick Coghlan : -- dependencies: +PEP 453: add the ensurepip module ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue19551] PEP 453: Mac OS X installer integration

2013-11-11 Thread Nick Coghlan
New submission from Nick Coghlan: Part of the PEP 453 implementation as tracked in issue 19347. This issue covers the Mac OS X installer update to include a new option to choose whether or not to invoke "python -m ensurepip --upgrade" on the just installed Python. -- assignee: ned.dei