Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131) | Derek Keeler | 2020-04-02 | 1 | -4/+15 |
* | bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290) | schwarzichet | 2020-02-05 | 1 | -1/+0 |
* | venv: Suppress warning message when bash hashing is disabled. (GH-17966) | Dima | 2020-01-14 | 1 | -2/+2 |
* | bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330) | Daniel Abrahamsson | 2019-09-11 | 1 | -1/+1 |
* | bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ ... | Brett Cannon | 2019-08-21 | 1 | -11/+1 |
* | bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (G... | Derek Keeler | 2019-08-12 | 1 | -28/+203 |
* | bpo-32718: Make Activate.ps1 for venv cross-platform and available on all pla... | Brett Cannon | 2018-09-21 | 1 | -0/+56 |
* | bpo-25351: avoid activate failure on strict shells (GH-3804) | Sorin Sbarnea | 2017-09-29 | 1 | -13/+13 |
* | Issue #22343: Made bash activate script available on Windows. | Vinay Sajip | 2017-01-12 | 1 | -0/+76 |