summaryrefslogtreecommitdiff
path: root/tests/unit/activation
Commit message (Expand)AuthorAgeFilesLines
* Drop Python 2 support (#2548)Bernát Gábor2023-04-1911-26/+20
* Sepcify the encoding (#2515)Filipe Laíns2023-03-125-5/+6
* Add print command to print_prompt for nushell (#2514)Artemiy2023-03-101-1/+1
* Change Nushell activation script to module (#2422)Jakub Žádník2022-11-271-0/+7
* Fix test_csh when running with the original csh (#2418)Jakub Kulík2022-10-241-1/+3
* Bump dependencies and build tools (#2394)Bernát Gábor2022-08-045-8/+11
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-2510-133/+64
* Use shlex.quote instead of deprecated pipes.quote (#2351)Lumír 'Frenzy' Balhar2022-06-103-8/+21
* Update Nushell activation scripts to 0.60 (#2321)Jakub Žádník2022-03-251-1/+1
* ?? prompt should be wrapped in paranthesis ?? (#2224)Tushar Sadhwani2021-10-317-1/+28
* special-case `--prompt .` to the cwd (#2220)Ruairidh MacLeod2021-10-231-0/+18
* Nushell activation scripts (#2170)Fernando Herrera2021-09-161-0/+26
* Remove xonsh activator (#2160)Bernát Gábor2021-07-311-38/+0
* Support without distutils (#2146)Bernát Gábor2021-07-141-1/+3
* Also skip xonsh tests on Python 3.10 (#2013)Miro Hrončok2020-11-191-1/+1
* Fix absolute paths for Cygwin (#1970)davidcoghlan2020-10-121-44/+0
* Fix cygwin NoneType error if POSIX path in dest (#1964)Dan Yeaw2020-10-031-0/+13
* Fix activator path in cygwin and msys2 (#1952)Dan Yeaw2020-09-301-0/+31
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-105-8/+27
* Use unix line-endings in bash activate script (#1924)Siddhant Kumar2020-08-234-4/+16
* Upgrade pip and setuptools (#1918) (#1925)Bernát Gábor2020-08-171-3/+2
* make tests work better on pytest 4.x and python 3.x (#1900)Anthony Sottile2020-07-221-0/+5
* Implement periodic update feature (#1841)Bernát Gábor2020-06-213-3/+6
* Upgrade embeded setuptools (#1855)Bernát Gábor2020-06-121-3/+3
* Add 3.9 on Linux to the test suite (#1839)Bernát Gábor2020-05-221-0/+3
* Bump linters (#1823)Bernát Gábor2020-05-125-10/+10
* Fix python 2 activator when generated from python 3 is invalid (#1805)Bernát Gábor2020-05-032-1/+32
* Default prompt of environment name in batch shell (#1679)spetafree2020-03-031-3/+6
* git mv tests/unit/activation/test_xon{o,}sh.py (#1613)Anthony Sottile2020-02-141-0/+0
* Lower min version of six to 1.9 (#1606)Sorin Sbarnea2020-02-132-14/+14
* expose and document programmatic API (#1592)Bernát Gábor2020-02-121-2/+2
* rewrite the documentation (#1519)Bernát Gábor2020-02-041-1/+1
* generate fish and bash activators on Windows (#1528)Bernát Gábor2020-01-312-2/+8
* Bash activator should have no extension #1508 (#1509)Bernát Gábor2020-01-281-1/+1
* support for c-extension builds within virtualenv (#1503)Bernát Gábor2020-01-273-60/+51
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-213-5/+5
* CentOs and Fedora support (#1500)Bernát Gábor2020-01-182-16/+16
* add zipapp support with bundled dependencies (#1491)Bernát Gábor2020-01-164-2/+6
* bump pre commit (#1495)Bernát Gábor2020-01-131-1/+1
* fix WindowsBernat Gabor2020-01-102-2/+2
* cleanup env-vars and use venv as default dest dir instead of envBernat Gabor2020-01-103-3/+4
* reorganize run.py - prefer inheritence based API over generatorsBernat Gabor2020-01-101-2/+2
* consider empty value for an env-var also falseBernat Gabor2020-01-102-2/+2
* xonosh is actually just xonshBernat Gabor2020-01-101-7/+7
* support for pypy2 and pypy3 (#1482)Bernát Gábor2020-01-104-30/+71
* interface compatibility with before rewrite (#1479)Bernát Gábor2020-01-101-1/+1
* unicode support (#1477)Bernát Gábor2020-01-105-39/+86
* Cross version compatibility (#1475)Bernát Gábor2020-01-101-5/+2
* Activation scripts for next-gen virtualenv (#1454)Siddhant Kumar2020-01-109-0/+425