[issue22829] Add --prompt option to venv

2016-08-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6703847eeb31 by Vinay Sajip in branch 'default': Closes #22829: Added --prompt option to venv. https://hg.python.org/cpython/rev/6703847eeb31 -- nosy: +python-dev resolution: -> fixed stage: patch review -> resolved status: open -> closed

[issue22829] Add --prompt option to venv

2015-11-06 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: oops, forgotten to provide the patch :/ -- ___ Python tracker ___ ___

[issue22829] Add --prompt option to venv

2015-11-06 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi @berker.peksag Please, could you review this patch, I have followed your remarks and adjust the patch. Thank you -- Added file: http://bugs.python.org/file40962/venv-prompt-argument-3_6.patch ___ Python

[issue22829] Add --prompt option to venv

2015-11-06 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- versions: +Python 3.6 -Python 3.5 ___ Python tracker ___

[issue22829] Add --prompt option to venv

2015-04-17 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: ok, I will propose an update with the comments of the review. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22829 ___

[issue22829] Add --prompt option to venv

2015-04-16 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Based on the patch of Łukasz, I have updated it to the last revision of Python 3.5a3 (today, 16th April) stephane@sg1 ~/p/c/bin ./python3.5 --version Python 3.5.0a3+ stephane@sg1 ~/p/c/bin ./python3.5 Python 3.5.0a3+ (default:c969413584cf+, Apr 16 2015,

[issue22829] Add --prompt option to venv

2015-04-16 Thread Berker Peksag
Berker Peksag added the comment: Thanks! The patch looks good to me. Some review comments: http://bugs.python.org/review/22829/ -- components: +Library (Lib) nosy: +berker.peksag stage: - patch review type: - enhancement ___ Python tracker

[issue22829] Add --prompt option to venv

2014-11-09 Thread Łukasz Balcerzak
New submission from Łukasz Balcerzak: virtualenv tool allows to set alternative prompt prefix, Python's venv module should allow this too. Basically, this allows one to run: python -mvenv --prompt Quux myenv And see (Quux) as a prefix after environment activation (instead of the myenv in

[issue22829] Add --prompt option to venv

2014-11-09 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +ncoghlan, vinay.sajip ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22829 ___ ___ Python-bugs-list