summaryrefslogtreecommitdiff
path: root/src/virtualenv/activation
Commit message (Expand)AuthorAgeFilesLines
* Port Nushell activation scripts to 0.67 (#2386)Jakub Žádník2022-07-262-28/+28
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-2511-58/+68
* Update Nushell activation scripts to 0.60 (#2321)Jakub Žádník2022-03-252-48/+120
* fish: PATH variables should not be quoted when being set (#2248)David Dorfman2021-12-271-2/+2
* ?? prompt should be wrapped in paranthesis ?? (#2224)Tushar Sadhwani2021-10-316-7/+7
* Fix broken prompt set up by activate.bat (#2225) (#2226)SiggyBar2021-10-281-4/+4
* special-case `--prompt .` to the cwd (#2220)Ruairidh MacLeod2021-10-231-1/+2
* Remove stray closing parenthesis in activate.bat (#2221)SiggyBar2021-10-231-1/+0
* Improve prompt nushell (#2190)Fernando Herrera2021-09-181-4/+5
* Nushell activation scripts (#2170)Fernando Herrera2021-09-164-0/+81
* Remove xonsh activator (#2160)Bernát Gábor2021-07-313-62/+0
* Remove unnecessary special cases for bash/zsh (#2086)orent2021-04-201-12/+8
* Allow unfunctioing pydoc to fail (#2049)Dario Gjorgjevski2021-01-121-1/+1
* Fix absolute paths for Cygwin (#1970)davidcoghlan2020-10-122-14/+4
* Fix cygwin NoneType error if POSIX path in dest (#1964)Dan Yeaw2020-10-031-1/+4
* Fix activator path in cygwin and msys2 (#1952)Dan Yeaw2020-09-301-1/+11
* Use unix line-endings in bash activate script (#1924)Siddhant Kumar2020-08-232-65/+67
* Bump linters (#1823)Bernát Gábor2020-05-121-1/+1
* Fix python 2 activator when generated from python 3 is invalid (#1805)Bernát Gábor2020-05-032-2/+8
* Fix cross-major creation on Windows of activate_this.py throws… (#1730)Bernát Gábor2020-03-181-2/+2
* Default prompt of environment name in batch shell (#1679)spetafree2020-03-031-1/+6
* Lower min version of six to 1.9 (#1606)Sorin Sbarnea2020-02-133-11/+12
* fix Virtualenv name not correctly shown on Fish (#1587) (#1594)txp3142020-02-121-1/+1
* rewrite the documentation (#1519)Bernát Gábor2020-02-041-4/+25
* generate fish and bash activators on Windows (#1528)Bernát Gábor2020-01-312-8/+0
* fish prompt: preserve pipestatus (#1530)Johannes Altmanninger2020-01-301-5/+3
* Bash activator should have no extension #1508 (#1509)Bernát Gábor2020-01-282-1/+8
* support for c-extension builds within virtualenv (#1503)Bernát Gábor2020-01-274-46/+45
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-211-2/+2
* CentOs and Fedora support (#1500)Bernát Gábor2020-01-182-2/+2
* fix WindowsBernat Gabor2020-01-103-10/+22
* reorganize run.py - prefer inheritence based API over generatorsBernat Gabor2020-01-101-1/+1
* importlib-resources should be preferd over pkg_dataBernat Gabor2020-01-101-2/+7
* with json.dump we can enable black on activate_thisBernat Gabor2020-01-101-6/+4
* xonosh is actually just xonshBernat Gabor2020-01-103-3/+3
* support for pypy2 and pypy3 (#1482)Bernát Gábor2020-01-101-1/+1
* interface compatibility with before rewrite (#1479)Bernát Gábor2020-01-107-7/+7
* unicode support (#1477)Bernát Gábor2020-01-1012-28/+40
* Activation scripts for next-gen virtualenv (#1454)Siddhant Kumar2020-01-1019-6/+609
* Stat rewrite - POCBernát Gábor2020-01-102-0/+25