summaryrefslogtreecommitdiff
path: root/Doc/library/venv.rst
Commit message (Collapse)AuthorAgeFilesLines
* bpo-25910: Link redirections in docs (#1933)Sanyam Khurana2018-01-201-1/+1
| | | Fixes some redirection links in docs.
* Merge from 3.5Zachary Ware2016-10-251-1/+1
|\
| * Fix default role usageZachary Ware2016-10-251-1/+1
| |
* | Merge (issue #25152)Brett Cannon2016-10-211-0/+6
|\ \ | |/
| * Issue #25152: Mention the deprecation of pyvenvBrett Cannon2016-10-211-0/+6
| |
* | Closes #22829: Added --prompt option to venv.Vinay Sajip2016-08-061-1/+9
| |
* | Issue #27285: Document the deprecation of the pyvenv script.Brett Cannon2016-07-081-57/+67
|/ | | | | | | | | As part of the update, the documentation was updated to normalize around the term "virtual environment" instead of relying too heavily on "venv" for the same meaning and leading to inconsistent usage of either. Thanks to Steve Piercy for the patch.
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-4/+4
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* Issue #21034: Remove outdated paragraph from venv documentationBerker Peksag2016-03-071-5/+0
| | | | | Since Python 3.4, there is no need to install pip and setuptools into a venv manually.
* Merge doc change from 3.3Jason R. Coombs2014-05-121-2/+2
|\
| * Update docs to reflect resurrection of Setuptools over DistributeJason R. Coombs2014-05-121-2/+2
| |
* | Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-0/+2
| |
* | Tweaks to What's New and some referenced docsNick Coghlan2014-02-091-1/+2
| |
* | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-3/+3
|\ \ | |/
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-2/+2
| |
* | Close #19552: venv and pyvenv ensurepip integrationNick Coghlan2013-11-231-2/+13
| |
* | merge with 3.3Georg Brandl2013-10-061-2/+2
|\ \ | |/
| * Fix method name: ensure_directories, not create_directories. Found by ↵Georg Brandl2013-10-061-2/+2
| | | | | | | | Michael Rand on docs@.
* | Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__.Vinay Sajip2013-10-021-0/+3
| |
* | Closes #18939: Merged documentation update from 3.3.Vinay Sajip2013-09-061-0/+14
|\ \ | |/
| * Issue #18939: Updated venv documentation with some clarifications.Vinay Sajip2013-09-061-0/+14
| |
* | Closes #18433: Merged documentation update from 3.3.Vinay Sajip2013-07-121-3/+10
|\ \ | |/
| * Issue #18433: Clarified venv documentation.Vinay Sajip2013-07-121-3/+10
| |
* | Merged changes.Vinay Sajip2013-07-121-0/+1
|\ \ | |/
| * Issue #18434: Updated example script to tidy up resources.Vinay Sajip2013-07-121-0/+1
| |
* | Closes #18434: Merged documentation update from 3.3.Vinay Sajip2013-07-121-21/+28
|\ \ | |/
| * Issue #18434: Updated example script in venv docs to use setuptools rather ↵Vinay Sajip2013-07-121-21/+28
| | | | | | | | than Distribute.
* | Issue #18187: merge from 3.3Ned Deily2013-06-111-1/+1
|\ \ | |/
| * Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag.Ned Deily2013-06-111-1/+1
| |
* | merge with 3.3Georg Brandl2013-05-121-0/+4
|\ \ | |/
| * Closes issue #17732: ignore install-directory specific options inGeorg Brandl2013-05-121-0/+4
| | | | | | | | distutils.cfg when a venv is active.
* | Merged documentation update from 3.3.Vinay Sajip2013-01-301-0/+213
|\ \ | |/
| * Updated venv documentation with an example.Vinay Sajip2013-01-301-0/+213
| |
* | Closes #15776: pyvenv now works with existing directories.Vinay Sajip2012-10-111-3/+2
|/
* Closes #15307: symlinks now work on OS X with framework Python builds. ↵Vinay Sajip2012-07-171-1/+1
| | | | Patch by Ronald Oussoren.
* Factored out common venv documentation and added more information about ↵Vinay Sajip2012-07-101-82/+7
| | | | Distribute/pip.
* Added cross-references to venv definition.Vinay Sajip2012-07-091-1/+3
|
* Issue #15283: Updated pyvenv documentation to expand on activation.Vinay Sajip2012-07-091-3/+57
|
* Refactor the venv API docs into a real API doc style.Georg Brandl2012-06-241-113/+123
|
* Remove packaging from the standard library.Éric Araujo2012-06-241-2/+1
| | | | | | 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
* Update pydoc topics and fix new suspicious markup.Georg Brandl2012-05-301-3/+1
|
* Added pyvenv docs to 'Python Setup and Usage' section.Vinay Sajip2012-05-291-5/+4
|
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-0/+193