summaryrefslogtreecommitdiffstats
path: root/Lib/venv/scripts/nt/activate.bat
Commit message (Expand)AuthorAgeFilesLines
* bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587)Zackery Spytz2020-07-281-0/+1
* bpo-38344: Fix syntax in activate.bat (GH-16533)James Abel2019-10-071-1/+1
* bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-...Steve Dower2019-09-111-25/+13
* 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-32409: Ensures activate.bat can handle Unicode contents (GH-5757)Steve Dower2018-02-201-0/+13
* bpo-27425: Be more explicit in .gitattributes (GH-840)Zachary Ware2017-06-101-32/+32
* Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__.Vinay Sajip2013-10-021-1/+1
* Issue #17743: Now use extended syntax of set command in .bat files.Vinay Sajip2013-05-201-13/+14
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-0/+31