Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-36275: enhance documentation for venv.create() (GH-13114) | Miss Islington (bot) | 2019-05-06 | 1 | -1/+6 |
| | | | | | (cherry picked from commit 3921b1cc34c2fc8b8b480c19a95ec306de710fdd) Co-authored-by: Sebastian Koslowski <sebastian.koslowski@gmail.com> | ||||
* | bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) | Miss Islington (bot) | 2019-01-30 | 1 | -9/+13 |
| | | | | | (cherry picked from commit a1f9a3332bd4767e47013ea787022f06b6dbcbbd) Co-authored-by: Steve Dower <steve.dower@microsoft.com> | ||||
* | [3.7] bpo-34977: Use venv redirector instead of original python.exe on ↵ | Steve Dower | 2018-12-10 | 1 | -7/+10 |
| | | | | Windows (GH-11029) | ||||
* | bpo-24356: Specify which Python binary will be used with venv (GH-6589) | Steve Dower | 2018-07-28 | 1 | -3/+9 |
| | |||||
* | bpo-32519: Removed misleading sentence from EnvBuilder documentation. ↵ | Miss Islington (bot) | 2018-06-01 | 1 | -2/+1 |
| | | | | | | | (GH-7296) (#7300) (cherry picked from commit c0d341d49b3ffc8b0037e501c246271be9c69f55) Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk> | ||||
* | bpo-25910: Link redirections in docs (#1933) | Sanyam Khurana | 2018-01-20 | 1 | -1/+1 |
| | | | Fixes some redirection links in docs. | ||||
* | Merge from 3.5 | Zachary Ware | 2016-10-25 | 1 | -1/+1 |
|\ | |||||
| * | Fix default role usage | Zachary Ware | 2016-10-25 | 1 | -1/+1 |
| | | |||||
* | | Merge (issue #25152) | Brett Cannon | 2016-10-21 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | Issue #25152: Mention the deprecation of pyvenv | Brett Cannon | 2016-10-21 | 1 | -0/+6 |
| | | |||||
* | | Closes #22829: Added --prompt option to venv. | Vinay Sajip | 2016-08-06 | 1 | -1/+9 |
| | | |||||
* | | Issue #27285: Document the deprecation of the pyvenv script. | Brett Cannon | 2016-07-08 | 1 | -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 Reedy | 2016-06-11 | 1 | -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 documentation | Berker Peksag | 2016-03-07 | 1 | -5/+0 |
| | | | | | Since Python 3.4, there is no need to install pip and setuptools into a venv manually. | ||||
* | Merge doc change from 3.3 | Jason R. Coombs | 2014-05-12 | 1 | -2/+2 |
|\ | |||||
| * | Update docs to reflect resurrection of Setuptools over Distribute | Jason R. Coombs | 2014-05-12 | 1 | -2/+2 |
| | | |||||
* | | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-15 | 1 | -0/+2 |
| | | |||||
* | | Tweaks to What's New and some referenced docs | Nick Coghlan | 2014-02-09 | 1 | -1/+2 |
| | | |||||
* | | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -2/+2 |
| | | |||||
* | | Close #19552: venv and pyvenv ensurepip integration | Nick Coghlan | 2013-11-23 | 1 | -2/+13 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix method name: ensure_directories, not create_directories. Found by ↵ | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
| | | | | | | | | Michael Rand on docs@. | ||||
* | | Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__. | Vinay Sajip | 2013-10-02 | 1 | -0/+3 |
| | | |||||
* | | Closes #18939: Merged documentation update from 3.3. | Vinay Sajip | 2013-09-06 | 1 | -0/+14 |
|\ \ | |/ | |||||
| * | Issue #18939: Updated venv documentation with some clarifications. | Vinay Sajip | 2013-09-06 | 1 | -0/+14 |
| | | |||||
* | | Closes #18433: Merged documentation update from 3.3. | Vinay Sajip | 2013-07-12 | 1 | -3/+10 |
|\ \ | |/ | |||||
| * | Issue #18433: Clarified venv documentation. | Vinay Sajip | 2013-07-12 | 1 | -3/+10 |
| | | |||||
* | | Merged changes. | Vinay Sajip | 2013-07-12 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #18434: Updated example script to tidy up resources. | Vinay Sajip | 2013-07-12 | 1 | -0/+1 |
| | | |||||
* | | Closes #18434: Merged documentation update from 3.3. | Vinay Sajip | 2013-07-12 | 1 | -21/+28 |
|\ \ | |/ | |||||
| * | Issue #18434: Updated example script in venv docs to use setuptools rather ↵ | Vinay Sajip | 2013-07-12 | 1 | -21/+28 |
| | | | | | | | | than Distribute. | ||||
* | | Issue #18187: merge from 3.3 | Ned Deily | 2013-06-11 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag. | Ned Deily | 2013-06-11 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-05-12 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Closes issue #17732: ignore install-directory specific options in | Georg Brandl | 2013-05-12 | 1 | -0/+4 |
| | | | | | | | | distutils.cfg when a venv is active. | ||||
* | | Merged documentation update from 3.3. | Vinay Sajip | 2013-01-30 | 1 | -0/+213 |
|\ \ | |/ | |||||
| * | Updated venv documentation with an example. | Vinay Sajip | 2013-01-30 | 1 | -0/+213 |
| | | |||||
* | | Closes #15776: pyvenv now works with existing directories. | Vinay Sajip | 2012-10-11 | 1 | -3/+2 |
|/ | |||||
* | Closes #15307: symlinks now work on OS X with framework Python builds. ↵ | Vinay Sajip | 2012-07-17 | 1 | -1/+1 |
| | | | | Patch by Ronald Oussoren. | ||||
* | Factored out common venv documentation and added more information about ↵ | Vinay Sajip | 2012-07-10 | 1 | -82/+7 |
| | | | | Distribute/pip. | ||||
* | Added cross-references to venv definition. | Vinay Sajip | 2012-07-09 | 1 | -1/+3 |
| | |||||
* | Issue #15283: Updated pyvenv documentation to expand on activation. | Vinay Sajip | 2012-07-09 | 1 | -3/+57 |
| | |||||
* | Refactor the venv API docs into a real API doc style. | Georg Brandl | 2012-06-24 | 1 | -113/+123 |
| | |||||
* | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 1 | -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 Brandl | 2012-05-30 | 1 | -3/+1 |
| | |||||
* | Added pyvenv docs to 'Python Setup and Usage' section. | Vinay Sajip | 2012-05-29 | 1 | -5/+4 |
| | |||||
* | Implemented PEP 405 (Python virtual environments). | Vinay Sajip | 2012-05-26 | 1 | -0/+193 |