[issue19552] PEP 453: venv module and pyvenv integration

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset a140caad76bc by R David Murray in branch 'default': whatsnew: venv with_pip, pyvenv --without-pip (#19552) http://hg.python.org/cpython/rev/a140caad76bc -- ___ Python tracker

[issue19552] PEP 453: venv module and pyvenv integration

2013-11-22 Thread Nick Coghlan
Nick Coghlan added the comment: Rather than reopening this (which is part of tracking the feature integration for the beta), I opened issue 19694 to cover the stable buildbot that is objecting to the new venv test (most of the others seem happy with it) --

[issue19552] PEP 453: venv module and pyvenv integration

2013-11-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 57fbab22ab4e by Nick Coghlan in branch 'default': Close #19552: venv and pyvenv ensurepip integration http://hg.python.org/cpython/rev/57fbab22ab4e -- nosy: +python-dev resolution: -> fixed stage: needs patch -> committed/rejected status: o

[issue19552] PEP 453: venv module and pyvenv integration

2013-11-22 Thread Donald Stufft
Donald Stufft added the comment: That's similar to how virtualenv does it, so it's probably pretty reasonable. -- ___ Python tracker ___ _

[issue19552] PEP 453: venv module and pyvenv integration

2013-11-22 Thread Nick Coghlan
Nick Coghlan added the comment: Since ensurepip needs to manipulate sys.path, I ended up running the "-m ensurepip" using the venv Python in a subprocess. This both avoids side effects on the current process and gets ensurepip the right target directory settings automatically. -- keyw

[issue19552] PEP 453: venv module and pyvenv integration

2013-11-15 Thread Nick Coghlan
Changes by Nick Coghlan : -- assignee: -> ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue19552] PEP 453: venv module and pyvenv integration

2013-11-11 Thread Nick Coghlan
Changes by Nick Coghlan : -- components: +Library (Lib) ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue19552] PEP 453: venv module and pyvenv 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 venv module and pyvenv CLI updates: * Add a "with_pip=False" parameter to venv.EnvBuilder and venv.create * When with_pip is a true value, invoke ensurepip.bootstrap with the r

[issue19552] PEP 453: venv module and pyvenv 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