summaryrefslogtreecommitdiffstats
path: root/Lib/venv/scripts
Commit message (Expand)AuthorAgeFilesLines
* gh-124651: Quote template strings in `venv` activation scripts (GH-124712)Y52024-10-214-16/+16
* gh-125398: Convert paths in venv activate script when using Git Bash under Wi...Julien2024-10-191-2/+2
* Trivial change: Update comments in activate about what running hash -r does (...Andrew Athan2024-10-131-2/+3
* gh-122765: make prompt in activate.csh robust against unbalanced quotes and n...Jacek2024-09-171-1/+1
* gh-112571: Move fish venv activation script into the common folder (GH-117169)Totally a booplicate2024-03-241-0/+0
* Update venv activate.bat to escape custom PROMPT variables on Windows (GH-114...GILGAMESH2024-02-021-2/+2
* gh-89427: Provide the original prompt value for VIRTUAL_ENV_PROMPT (GH-106726)Jim Porter2024-01-234-4/+4
* gh-112507: Detect Cygwin and MSYS with `uname` instead of `$OSTYPE` (GH-112508)James Morris2023-12-111-8/+12
* gh-112431: Unconditionally call `hash -r` (GH-112432)James Morris2023-11-281-10/+4
* gh-112252: Fix error on unset $OSNAME in venv/activate (GH-112253)James Turk2023-11-211-1/+1
* gh-89427: Set VIRTUAL_ENV_PROMPT even when VIRTUAL_ENV_DISABLE_PROMPT… (GH-...Jim Porter2023-07-134-5/+7
* gh-103088: Ensure POSIX venv scripts always use LF line endings (GH-103591)Steve Dower2023-04-173-2/+3
* gh-103088: Sanitize venv paths when using MSYS or Cygwin Bash (GH-103325)Stanislav Syekirin2023-04-111-2/+9
* gh-93858: Prevent error when activating venv in nested fish instances (GH-93931)Thomas B. Brunner2022-06-271-3/+6
* 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-286-1/+15
* bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)Miro Hrončok2020-05-251-1/+1
* Fix the URL to fishshell.com (GH-20251)Jonathan Goble2020-05-201-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
* Fix old mention of virtualenv (GH-17417)Brett Cannon2019-11-291-1/+1
* bpo-38899: virtual environment activation for fish should use `source` (GH-17...Brett Cannon2019-11-231-2/+2
* bpo-38344: Fix syntax in activate.bat (GH-16533)James Abel2019-10-071-1/+1
* bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330)Daniel Abrahamsson2019-09-111-1/+1
* bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-...Steve Dower2019-09-111-25/+13
* bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ ...Brett Cannon2019-08-213-46/+13
* bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (G...Derek Keeler2019-08-121-28/+203
* bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321)Lorenz Mende2019-04-101-1/+1
* Revert "bpo-32409: Fix regression in activate.bat on international Windows (G...Pablo Galindo2018-11-071-5/+6
* bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)samstagern2018-11-071-6/+5
* bpo-32718: Make Activate.ps1 for venv cross-platform and available on all pla...Brett Cannon2018-09-211-1/+6
* bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757)Steve Dower2018-02-201-0/+13
* bpo-25351: avoid activate failure on strict shells (GH-3804)Sorin Sbarnea2017-09-291-13/+13
* bpo-31462: Remove trailing whitespaces. (#3564)Serhiy Storchaka2017-09-141-1/+1
* bpo-27425: Be more explicit in .gitattributes (GH-840)Zachary Ware2017-06-103-104/+104
* Closes #29213: Merged fix from 3.6.Vinay Sajip2017-02-021-1/+1
* Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1.Vinay Sajip2017-01-271-7/+9
* Issue #22343: Made bash activate script available on Windows.Vinay Sajip2017-01-121-0/+0
* Fixes #25671: Updated prompt handling in activate.fish.Vinay Sajip2016-09-111-19/+20
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-073-3/+3
* Issue #26665: Remove mis-use of ``$`` in activate.fish.Brett Cannon2016-06-301-2/+2
* Fixes #26348: Corrected typos in activate.fish script.Vinay Sajip2016-02-131-2/+2
* Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__.Vinay Sajip2013-10-024-6/+6
* Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and r...Vinay Sajip2013-07-192-34/+30
* Closes #18224: Removed pydoc script from created venv, as it causes problems ...Vinay Sajip2013-06-302-9/+0
|\
| * Issue #18224: Removed pydoc script from created venv, as it causes problems o...Vinay Sajip2013-06-302-9/+0
* | Closes #17743: Merged fix from 3.3.Vinay Sajip2013-05-201-13/+14
|\ \ | |/
| * Issue #17743: Now use extended syntax of set command in .bat files.Vinay Sajip2013-05-201-13/+14
* | Closes #17744: Merged fix from 3.3.Vinay Sajip2013-05-201-4/+8
|\ \ | |/