summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Bump dependencies and build tools (#2394)Bernát Gábor2022-08-0428-104/+132
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-2543-578/+371
* Fix test_py_info to work on Python 3.11 too (#2380)rkucsora2022-07-231-1/+2
* Ignores missing DLLs dir in CPython3Windows (#2369)reksarka2022-06-291-0/+3
* Windows embedable support (#2353)reksarka2022-06-259-92/+382
* 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
* Avoid symlinking the contents of /usr into PyPy3 virtualenvs (#2310)Stefano Rivera2022-03-074-0/+288
* feature: cache downloaded wheel information (#2276)Matthieu Darbois2022-01-022-61/+160
* feature: store version update source in embed JSON file (#2273)Matthieu Darbois2022-01-012-19/+158
* fix: `--download` option (#2262)Matthieu Darbois2021-12-311-2/+29
* fix: pinned version are not working once periodic / manual updates kick-inmayeut2021-12-292-4/+75
* Fix the CI (#2254)Bernát Gábor2021-12-282-1/+6
* Fix test_custom_venv_install_scheme_is_prefered mocking if "venv" install sch...Miro Hrončok2021-12-031-1/+8
* ?? prompt should be wrapped in paranthesis ?? (#2224)Tushar Sadhwani2021-10-318-2/+29
* Favor the "venv" sysconfig install scheme over the default and distutils sche...Miro Hrončok2021-10-281-0/+62
* special-case `--prompt .` to the cwd (#2220)Ruairidh MacLeod2021-10-231-0/+18
* Fix the CI and bump setuptools (#2205)Bernát Gábor2021-10-041-1/+1
* During seeding properly uninstall present versions of the wheels (#2186)Arcadiy Ivanov2021-09-241-3/+13
* 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-143-3/+5
* Drop Python 3.4 support (#2143)Bernát Gábor2021-07-133-5/+5
* Fix site.getsitepackages() broken on python2 on debian (#2108)Adrian Freund2021-05-051-7/+36
* Fix site.getsitepackages() ignoring --system-site-packages on python2 (#2107)Adrian Freund2021-05-041-0/+32
* Built in discovery class is always preferred over plugin supplied classes (#2...Ashley Whetter2021-04-201-0/+11
* Fix pip_cert pytest fixture (#2083)Lumír 'Frenzy' Balhar2021-03-171-7/+8
* Fix upgrade embeded crashes (#2062)Bernát Gábor2021-02-011-2/+2
* Fix Windows failure (#2056)Bernát Gábor2021-01-191-2/+2
* API: Allow passing on the environment variable as an argument (#2054)Bernát Gábor2021-01-187-20/+32
* Bump pip to 20.3.3 and wheel to 0.36.2 (#2036)Bernát Gábor2021-01-121-1/+2
* Improve discovery on Windows and provide escape hatchet (#2046)Bernát Gábor2021-01-102-6/+6
* Try to fix the CI (#2041)Bernát Gábor2020-12-211-3/+32
* Add --readonly-app-data option (#2009)Anthony Sottile2020-11-211-6/+73
* conftest.py: Make coverage optional (#2008)Miro Hrončok2020-11-211-23/+25
* Also skip xonsh tests on Python 3.10 (#2013)Miro Hrončok2020-11-191-1/+1
* Optionally skip creation of .gitignore in virtualenv directory (#2004)Aren Siekmeier2020-11-021-1/+14
* clean up a few small things (#2002)Anthony Sottile2020-11-011-4/+5
* Fix `VIRTUALENV_PYTHON` environment lookup (#1998)Patrice Neff2020-10-281-0/+29
* Fix test_bootstrap_link_via_app_data.py file name (#1994)Felix Yan2020-10-251-0/+0
* Fallback functionality for interpreter discovery (#1995)Bernát Gábor2020-10-251-1/+23
* Bump setuptools and fix Windows subprocess with cwd broken (#1982)Bernát Gábor2020-10-151-0/+17
* Fix absolute paths for Cygwin (#1970)davidcoghlan2020-10-121-44/+0
* Restore python3.4 support (add it back to CI) (#1965)Bernát Gábor2020-10-046-6/+12
* Fix cygwin NoneType error if POSIX path in dest (#1964)Dan Yeaw2020-10-031-0/+13
* Process pth files even if $PYTHONPATH points to site-packages/ (#1960)Kirill Smelkov2020-10-011-0/+27
* Fix activator path in cygwin and msys2 (#1952)Dan Yeaw2020-09-301-0/+31
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-1013-25/+79
* Avoid showing new windows on Windows (#1929)Bernát Gábor2020-08-311-2/+2
* Use unix line-endings in bash activate script (#1924)Siddhant Kumar2020-08-234-4/+16