COMMITS
/ Doc/using/venv-create.inc 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