COMMITS
/ Doc/using/venv-create.inc March 14, 2023
M
[3.10] gh-102354: change python3 to python in docs examples (GH-102696) (#102698)
Miss Islington (bot) committed
October 26, 2022
S
[3.10] Change links to label refs (GH-98454) (#98726)
Stanley committed
October 19, 2022
V
[3.10] [doc] Refresh the venv introduction documentation, and correct… (GH-98466)
Vinay Sajip committed
June 21, 2022
Ł
[3.10] gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94078)
Łukasz Langa committed
September 5, 2020
J
Fix documented Python version for venv --upgrade-deps (GH-22113)
johnthagen committed
September 1, 2020
A
[doc] Document VIRTUAL_ENV environment variable (GH-21970)
Andre Delfino committed
May 25, 2020
M
bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
Miro Hrončok committed
April 2, 2020
D
bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131)
Derek Keeler committed
November 23, 2019
B
bpo-38899: virtual environment activation for fish should use `source` (GH-17359)
Brett Cannon committed
July 26, 2019
D
bpo-32910: Remove implementation detail in venv documentation. (GH-14968)
Derek Keeler committed
June 28, 2019
B
bpo-37403: Touch up venv docs (GH-14458)
Brett Cannon committed
June 17, 2019
C
bpo-34556: Add --upgrade-deps to venv module (#13100)
Cooper Lees committed
February 22, 2019
H
Include the --prompt flag in venv's help output (GH-10711)
Holger Frey committed
January 30, 2019
S
bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)
Steve Dower committed
December 14, 2018
November 21, 2018
J
bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604)
Julien Palard committed
July 28, 2018
E
bpo-24356: Specify which Python binary will be used with venv (GH-6589)
Elena Oat committed
February 18, 2018
T
Correct venv doc (fix #32540) (#5736)
TROUVERIE Joachim committed
October 27, 2017
C
bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907)
cocoatomo committed
July 8, 2016
B
Issue #27285: Document the deprecation of the pyvenv script.
Brett Cannon committed
June 27, 2016
B
Issue #27393: Fix escaping of C:\ too
Berker Peksag committed
B
Issue #27393: Fix escaping of venv activate commands on Windows
Berker Peksag committed
May 18, 2016
S
issue27045 - Use backslash in windows path to script file.
Senthil Kumaran committed
January 30, 2016
B
Update "Creating Virtual Environments" link in venv documentation
Berker Peksag committed
B
Update output of venv -h
Berker Peksag committed
January 28, 2016
B
Issue #26034: Sync documentation of --clear with its behavior
Berker Peksag committed
February 7, 2015
V
Closes #23357: Updated documentation on creating venvs.
Vinay Sajip committed
V
Corrected typo.
Vinay Sajip committed
V
Minor change to documentation on creating venvs.
Vinay Sajip committed
January 23, 2015
V
Updated pyvenv documentation to match its current behaviour.
Vinay Sajip committed
October 29, 2014
G
Fixing broken links in doc, part 3: the rest
Georg Brandl committed
G
Use https:// URLs when referring to python.org hosts.
Georg Brandl committed
March 16, 2014
L
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings committed
December 26, 2013
R
shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword.
R David Murray committed
November 22, 2013
N
Close #19552: venv and pyvenv ensurepip integration
Nick Coghlan committed
October 4, 2012
A
Issue #15417: Add support for csh and fish in venv activation scripts.
Andrew Svetlov committed
July 10, 2012
V
Factored out common venv documentation and added more information about Distribute/pip.
Vinay Sajip committed