[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-20 Thread Donald Stufft

Donald Stufft added the comment:

Is this ticket able to be closed now or is there more to do?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22850
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-20 Thread Steve Dower

Steve Dower added the comment:

It's done.

--
resolution:  - fixed
stage: patch review - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22850
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-12 Thread Martin v . Löwis

Martin v. Löwis added the comment:

I'm not working on Python 2.7 anymore, so I can't offer help.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22850
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-12 Thread Nick Coghlan

Nick Coghlan added the comment:

After digging a little further, I see Brian backported the PATH modification 
support from issue #3561 in https://hg.python.org/cpython/rev/a9d34685ec47

This should probably be noted in the What's New document - while it's not 
technically part of PEP 477, that's still a good home for it in the What's New 
doc.

The lack of the Python launcher in Python 2 likely isn't a problem - at this 
point in history, switching between Python 2 and 3 is the most likely scenario, 
and in that situation, the launcher would have been installed together with the 
Python 3 installation.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22850
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-12 Thread Steve Dower

Steve Dower added the comment:

Yes, I'll add Scripts into the PATH when that option is enabled too. I ignored 
that from the changeset I merged from, forgetting that that's where pip.exe 
will end up.

I'd rather not bundle the launcher with Python 2 right now (if ever). With the 
3.5 installer it's going to be a much smoother ride as far as upgrades go (or 
having a standalone installer, which is basically what it is), and the more 
versions that try to fight with that one the harder people will find things.

Hopefully I have time to finish this off tonight, otherwise it may not be done 
until next week, as I'm very busy the next few days.

(Thanks Brian for the feedback on the review.)

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22850
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-12 Thread Roundup Robot

Roundup Robot added the comment:

New changeset c248a6bdc1d7 by Steve Dower in branch '2.7':
Issue #22850: Backport ensurepip Windows installer changes to 2.7
https://hg.python.org/cpython/rev/c248a6bdc1d7

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22850
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-11 Thread Steve Dower

New submission from Steve Dower:

I've merged the changes from when ensurepip was added to Python 3 into msi.py 
(and also fixed up the new externals dir location), but I'm no expert on this 
script, so at least a second set of eyes would be appreciated. It seems to 
build and work okay.

--
assignee: steve.dower
components: Windows
files: ensurepipmsi.diff
keywords: patch
messages: 231059
nosy: benjamin.peterson, dstufft, loewis, ncoghlan, steve.dower, tim.golden, 
zach.ware
priority: normal
severity: normal
stage: patch review
status: open
title: Backport ensurepip Windows installer changes to 2.7
type: enhancement
versions: Python 2.7
Added file: http://bugs.python.org/file37184/ensurepipmsi.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22850
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-11 Thread Steve Dower

Steve Dower added the comment:

Issue #22827 was the ensurepip backport.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22850
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-11 Thread Donald Stufft

Donald Stufft added the comment:

I don't know anything about msi or this script so I can't offer any help there, 
but thanks!

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22850
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22850] Backport ensurepip Windows installer changes to 2.7

2014-11-11 Thread Nick Coghlan

Nick Coghlan added the comment:

This looks to match the relevant pieces of the Python 3 version to me.

However, it occurs to me that Python 2 will still be missing other Windows 
usability enhancements that make pip easier to use:

- bundling the py launcher
- providing the installer option to enable PATH modifications that add the 
Scripts directory to the path

I forgot about those when writing PEP 477.

--
nosy: +brian.curtin

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22850
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com