summaryrefslogtreecommitdiffstats
path: root/Lib/venv/scripts/common
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-112252: Fix error on unset $OSNAME in venv/activate (GH-112253) (GH...Miss Islington (bot)2023-12-251-1/+1
* [3.12] gh-112431: Unconditionally call `hash -r` (GH-112432) (GH-112493)Miss Islington (bot)2023-11-281-10/+4
* gh-103088: Ensure POSIX venv scripts always use LF line endings (GH-103591)Steve Dower2023-04-171-1/+1
* gh-103088: Sanitize venv paths when using MSYS or Cygwin Bash (GH-103325)Stanislav Syekirin2023-04-111-2/+9
* Fix typos in the Lib directory (GH-28775)Christian Clauss2021-10-061-1/+1
* bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587)Zackery Spytz2020-07-282-0/+9
* bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)Miro HronĨok2020-05-251-1/+1
* bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131)Derek Keeler2020-04-021-4/+15
* bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290)schwarzichet2020-02-051-1/+0
* venv: Suppress warning message when bash hashing is disabled. (GH-17966)Dima2020-01-141-2/+2
* bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330)Daniel Abrahamsson2019-09-111-1/+1
* bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ ...Brett Cannon2019-08-211-11/+1
* bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (G...Derek Keeler2019-08-121-28/+203
* bpo-32718: Make Activate.ps1 for venv cross-platform and available on all pla...Brett Cannon2018-09-211-0/+56
* bpo-25351: avoid activate failure on strict shells (GH-3804)Sorin Sbarnea2017-09-291-13/+13
* Issue #22343: Made bash activate script available on Windows.Vinay Sajip2017-01-121-0/+76