COMMITS
/ Lib/venv/__init__.py March 5, 2026
S
gh-145417: Do not preserve SELinux context when copying venv scripts (#145454)
Shrey Naithani committed
December 8, 2025
V
Fix pyflakes warnings: variable is assigned to but never used (#142294)
Victor Stinner committed
October 4, 2025
C
gh-133951: Remove lib64->lib symlink in venv creation (#137139)
Cycloctane committed
May 15, 2025
H
gh-119535: 3.15 minus π (#134037)
Hugo van Kemenade committed
May 5, 2025
H
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
Hugo van Kemenade committed
December 12, 2024
F
GH-127724: don't use sysconfig to calculate the venv local include path (#127731)
Filipe Laíns 🇵🇸 committed
October 21, 2024
October 15, 2024
F
gh-119535: Support 𝜋thon in Python 3.14 venvs (#125035)
foreignmeloman committed
October 9, 2024
S
gh-91818: Use default program name in the CLI of many modules (GH-124867)
Serhiy Storchaka committed
October 6, 2024
S
gh-119535: python𝜋 (#119536)
Shantanu committed
September 18, 2024
April 15, 2024
January 23, 2024
J
gh-89427: Provide the original prompt value for VIRTUAL_ENV_PROMPT (GH-106726)
Jim Porter committed
January 17, 2024
S
gh-112984 Update Windows build and installer for free-threaded builds (GH-113129)
Steve Dower committed
September 15, 2023
April 18, 2023
P
gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)
Pradyun Gedam committed
January 2, 2023
R
gh-100676: Improve description for venv --upgrade-deps (GH-100678)
Rupa Lahiri committed
December 14, 2022
H
gh-100176: venv: Remove redundant compat code for Python <= 3.2 (#100177)
Hugo van Kemenade committed
October 26, 2022
H
gh-98741: Remove useless check_home usage from is_python_build usage (GH-98743)
Henry Schreiner committed
October 14, 2022
September 17, 2022
V
gh-96861: Check for unset sys.executable during venv creation. (GH-96887)
Vinay Sajip committed
June 26, 2022
P
gh-94214: Add venv context.lib_path and document the context (GH-94221)
Paul Moore committed
May 19, 2022
D
gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (#92676)
David Foster committed
April 13, 2022
D
bpo-43218: Prevent venv creation when the target directory contains a PATH separator. (GH-24530)
Dustin Rodrigues committed
March 18, 2022
M
January 7, 2022
A
bpo-41011: venv -- add more variables to pyvenv.cfg (GH-30382)
andrei kulakov committed
October 7, 2021
S
May 19, 2021
I
bpo-43749: Ensure current exe is copied when using venv on windows (GH-25216)
Ian Norton committed
March 17, 2020
A
bpo-39656: Ensure `bin/python3.#` is always present in virtual environments on POSIX (GH-19030)
Anthony Sottile committed
January 14, 2020
V
November 27, 2019
T
bpo-38927: Use python -m pip to upgrade venv deps (GH-17403)
Tzu-ping Chung committed
June 29, 2019
S
June 17, 2019
C
bpo-34556: Add --upgrade-deps to venv module (#13100)
Cooper Lees committed
March 27, 2019
S
bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566)
Steve Dower committed
March 21, 2019
S
bpo-35978: Correctly skips venv tests in venvs (GH-12220)
Steve Dower committed
March 8, 2019
C
bpo-35661: Store the venv prompt in pyvenv.cfg (GH-11440)
Cheryl Sabella committed
February 4, 2019
S
bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)
Steve Dower committed
January 30, 2019
S
bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)
Steve Dower committed
December 10, 2018
S
bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029)
Steve Dower committed
December 7, 2018
V
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
Victor Stinner committed
S
bpo-34977: Add Windows App Store package (GH-10245)
Steve Dower committed
September 20, 2018
S
bpo-34011: Fixes missing venv files and other tests (GH-9458)
Steve Dower committed
July 20, 2018
V
bpo-34011: Update code copying DLLs and init.tcl into venvs. (GH-8253)
Vinay Sajip committed
February 2, 2017
V
Closes #29213: Merged fix from 3.6.
Vinay Sajip committed
V
Fixes #24875: Merged fix from 3.5.
Vinay Sajip committed
V
Fixes #24875: pip can now be installed in a venv with --system-site-packages.
Vinay Sajip committed
August 6, 2016
V
Closes #22829: Added --prompt option to venv.
Vinay Sajip committed
January 30, 2016
B
Simply docstrings of venv module
Berker Peksag committed
January 28, 2016
B
Issue #26034: Improve wording of clear parameter
Berker Peksag committed
B
Issue #26034: Sync documentation of --clear with its behavior
Berker Peksag committed