COMMITS
/ Lib/venv/scripts/common/activate October 21, 2024
October 19, 2024
October 13, 2024
A
Trivial change: Update comments in activate about what running hash -r does (GH-125385)
Andrew Athan committed
January 23, 2024
J
gh-89427: Provide the original prompt value for VIRTUAL_ENV_PROMPT (GH-106726)
Jim Porter committed
December 11, 2023
J
gh-112507: Detect Cygwin and MSYS with `uname` instead of `$OSTYPE` (GH-112508)
James Morris committed
November 28, 2023
J
gh-112431: Unconditionally call `hash -r` (GH-112432)
James Morris committed
November 21, 2023
J
gh-112252: Fix error on unset $OSNAME in venv/activate (GH-112253)
James Turk committed
July 13, 2023
J
gh-89427: Set VIRTUAL_ENV_PROMPT even when VIRTUAL_ENV_DISABLE_PROMPT… (GH-106643)
Jim Porter committed
April 17, 2023
S
gh-103088: Ensure POSIX venv scripts always use LF line endings (GH-103591)
Steve Dower committed
April 11, 2023
S
gh-103088: Sanitize venv paths when using MSYS or Cygwin Bash (GH-103325)
Stanislav Syekirin committed
July 28, 2020
Z
bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587)
Zackery Spytz committed
January 14, 2020
September 11, 2019
D
bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330)
Daniel Abrahamsson committed
August 21, 2019
September 29, 2017
S
bpo-25351: avoid activate failure on strict shells (GH-3804)
Sorin Sbarnea committed
January 12, 2017
V
Issue #22343: Made bash activate script available on Windows.
Vinay Sajip committed