Vinay Sajip
|
dff9e2535f
|
Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__.
|
2013-10-02 11:36:16 +01:00 |
Vinay Sajip
|
893c7e7829
|
Closes #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ...
|
2013-06-30 22:08:27 +01:00 |
Vinay Sajip
|
61d003a8f1
|
Issue #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ...
|
2013-06-30 22:06:52 +01:00 |
Andrew Svetlov
|
65e9c57369
|
Issue #15417: Add support for csh and fish in venv activation scripts.
|
2012-10-04 21:48:58 +03:00 |
Vinay Sajip
|
6aed5fe532
|
Closes #15157: pydoc script added to venvs.
|
2012-06-24 10:35:40 +01:00 |
Éric Araujo
|
859aad6a36
|
Remove packaging from the standard library.
Distutils2 will live on on PyPI and be included in the stdlib when it
is ready. See discussion starting at
http://mail.python.org/pipermail/python-dev/2012-June/120430.html
|
2012-06-24 00:07:41 -04:00 |
Vinay Sajip
|
7ded1f0f69
|
Implemented PEP 405 (Python virtual environments).
|
2012-05-26 03:45:29 +01:00 |