summaryrefslogtreecommitdiffstats
path: root/Lib/venv/scripts/nt/Activate.ps1
Commit message (Expand)AuthorAgeFilesLines
* bpo-32718: Make Activate.ps1 for venv cross-platform and available on all pla...Brett Cannon2018-09-211-51/+0
* bpo-27425: Be more explicit in .gitattributes (GH-840)Zachary Ware2017-06-101-51/+51
* 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
* Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__.Vinay Sajip2013-10-021-1/+1
* Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and r...Vinay Sajip2013-07-191-15/+30
* Closes #15361: Corrected venv prompt in PowerShell activation script.Vinay Sajip2012-07-151-1/+1
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-0/+34