Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039) | Pradyun Gedam | 2023-04-18 | 1 | -2/+5 |
| | | | | | | | Remove the bundled setuptools wheel from ensurepip, and stop installing setuptools in environments created by venv. Co-Authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net> | ||||
* | gh-102354: change python3 to python in docs examples (#102696) | Paul Watson | 2023-03-14 | 1 | -1/+1 |
| | |||||
* | docs: Change links to label refs (#98454) | Stanley | 2022-10-26 | 1 | -2/+2 |
| | | | Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | [doc] Refresh the venv introduction documentation, and correct the statement ↵ | Phil Elson | 2022-10-19 | 1 | -42/+0 |
| | | | | | about VIRTUAL_ENV (GH-98350) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | Remove unnecessary text from documentation. (GH-95670) | fluesvamp | 2022-08-04 | 1 | -1/+1 |
| | |||||
* | gh-93851: Fix all broken links in Doc/ (GH-93853) | Oleg Iarygin | 2022-06-21 | 1 | -1/+1 |
| | |||||
* | Fix documented Python version for venv --upgrade-deps (GH-22113) | johnthagen | 2020-09-05 | 1 | -1/+1 |
| | | | | | | | | | | Fixes incorrect Python version added for `venv` `--upgrade-deps` in #13100. This feature was added in Python 3.9 not 3.8. Relates to: - - https://github.com/python/cpython/commit/1cba1c9abadf76f458ecf883a48515aa3b534dbd Automerge-Triggered-By: @vsajip | ||||
* | [doc] Document VIRTUAL_ENV environment variable (GH-21970) | Andre Delfino | 2020-09-01 | 1 | -0/+4 |
| | |||||
* | bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383) | Miro Hrončok | 2020-05-25 | 1 | -1/+1 |
| | |||||
* | bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131) | Derek Keeler | 2020-04-02 | 1 | -0/+11 |
| | |||||
* | bpo-38899: virtual environment activation for fish should use `source` ↵ | Brett Cannon | 2019-11-23 | 1 | -1/+1 |
| | | | | | | | | | | | | (GH-17359) The previously documented use of `.` is considered deprecated (https://fishshell.com/docs/current/commands.html#source). https://bugs.python.org/issue38899 Automerge-Triggered-By: @brettcannon | ||||
* | bpo-32910: Remove implementation detail in venv documentation. (GH-14968) | Derek Keeler | 2019-07-26 | 1 | -4/+2 |
| | |||||
* | bpo-37403: Touch up venv docs (GH-14458) | Brett Cannon | 2019-06-28 | 1 | -7/+14 |
| | | | Add a versionadded for PS Core and note that `.venv` is a common virtual environment name. | ||||
* | bpo-34556: Add --upgrade-deps to venv module (#13100) | Cooper Lees | 2019-06-17 | 1 | -1/+6 |
| | | | | | | | Add --upgrade-deps to venv module - This allows for pip + setuptools to be automatically upgraded to the latest version on PyPI - Update documentation to represent this change bpo-34556: Add --upgrade to venv module | ||||
* | Include the --prompt flag in venv's help output (GH-10711) | Holger Frey | 2019-02-22 | 1 | -1/+3 |
| | | | Document usage of the existing `--prompt` option in the command line help. | ||||
* | bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) | Steve Dower | 2019-01-30 | 1 | -0/+5 |
| | |||||
* | bpo-35450: reflect in docs that venv module is not always creating a … ↵ | mkkot | 2018-12-14 | 1 | -3/+4 |
| | | | | | | | | | | | (GH-11144) …copy of python binary https://bugs.python.org/issue35450 | ||||
* | bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) | Julien Palard | 2018-11-21 | 1 | -1/+2 |
| | |||||
* | bpo-24356: Specify which Python binary will be used with venv (GH-6589) | Elena Oat | 2018-07-28 | 1 | -5/+0 |
| | |||||
* | Correct venv doc (fix #32540) (#5736) | TROUVERIE Joachim | 2018-02-18 | 1 | -4/+3 |
| | |||||
* | bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907) | cocoatomo | 2017-10-27 | 1 | -1/+1 |
| | |||||
* | Issue #27285: Document the deprecation of the pyvenv script. | Brett Cannon | 2016-07-08 | 1 | -42/+53 |
| | | | | | | | | | 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 #27393: Fix escaping of C:\ too | Berker Peksag | 2016-06-27 | 1 | -2/+2 |
| | |||||
* | Issue #27393: Fix escaping of venv activate commands on Windows | Berker Peksag | 2016-06-27 | 1 | -2/+2 |
| | | | | Patch by Manuel Kaufmann. | ||||
* | issue27045 - Use backslash in windows path to script file. | Senthil Kumaran | 2016-05-18 | 1 | -2/+2 |
| | |||||
* | Update "Creating Virtual Environments" link in venv documentation | Berker Peksag | 2016-01-30 | 1 | -1/+1 |
| | |||||
* | Update output of venv -h | Berker Peksag | 2016-01-30 | 1 | -4/+5 |
| | | | | | * Update description of the --system-site-packages option * Show --copies option in the usage | ||||
* | Issue #26034: Sync documentation of --clear with its behavior | Berker Peksag | 2016-01-28 | 1 | -3/+2 |
| | | | | Most of the docs has already been updated in c3c188a0325a. | ||||
* | Closes #23357: Updated documentation on creating venvs. | Vinay Sajip | 2015-02-07 | 1 | -4/+7 |
|\ | |||||
| * | Corrected typo. | Vinay Sajip | 2015-02-07 | 1 | -1/+1 |
| | | |||||
| * | Minor change to documentation on creating venvs. | Vinay Sajip | 2015-02-07 | 1 | -4/+7 |
|/ | |||||
* | Updated pyvenv documentation to match its current behaviour. | Vinay Sajip | 2015-01-23 | 1 | -2/+5 |
| | |||||
* | Fixing broken links in doc, part 3: the rest | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -1/+9 |
| | |||||
* | shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword. | R David Murray | 2013-12-26 | 1 | -0/+2 |
| | | | | | | Also added versionadded for for fish/csh, fixed indentation of versionadded for ElementTree.write, and make the behavior of shelf as a context manager explicit in the docs. | ||||
* | Close #19552: venv and pyvenv ensurepip integration | Nick Coghlan | 2013-11-22 | 1 | -1/+9 |
| | |||||
* | Issue #15417: Add support for csh and fish in venv activation scripts. | Andrew Svetlov | 2012-10-04 | 1 | -14/+15 |
| | |||||
* | Factored out common venv documentation and added more information about ↵ | Vinay Sajip | 2012-07-10 | 1 | -0/+85 |
Distribute/pip. |