summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Allow testing via the system Python (#1731)Bernát Gábor2020-03-184-12/+48
* generate pipx.y besides pip-x.y (#1729)Bernát Gábor2020-03-182-2/+8
* amazonlinux support (#1728)Bernát Gábor2020-03-181-14/+9
* add zip importer test (#1727)Bernát Gábor2020-03-171-0/+23
* Fix Windows Store support (#1725)Bernát Gábor2020-03-175-16/+35
* Allow missing .py files if .pyc is present (#1714)David Tucker2020-03-131-1/+34
* macOS Python 3 Framework support (#1711)Bernát Gábor2020-03-131-3/+1
* fix disabling seed packages not working (#1713)Bernát Gábor2020-03-132-5/+24
* PyPy CI timeouts (#1720)Bernát Gábor2020-03-131-1/+1
* Fix py info might be misslead by distutils config (#1705)Bernát Gábor2020-03-102-5/+36
* A more robust way to get scripts path (#1706)Bernát Gábor2020-03-101-2/+1
* upgrade setuptools to 46.0.0 from 45.3.0 for Python3.5+ (#1702)Bernát Gábor2020-03-092-2/+0
* add timeout for tests (#1700)Bernát Gábor2020-03-085-0/+5
* pythonw works as python on Windows (#1693)Bernát Gábor2020-03-083-3/+8
* use import hooks to patch distutils/setuptools (#1688)Bernát Gábor2020-03-042-11/+4
* Fix setting PYTHONPATH on Python 2 not working (#1673)Julien Danjou2020-03-032-10/+68
* Default prompt of environment name in batch shell (#1679)spetafree2020-03-031-3/+6
* Fix list configuration value parsing (#1676)Bernát Gábor2020-02-271-0/+13
* Disable distutils fixup for python 3Bernat Gabor2020-02-261-1/+2
* support entry point paths with space (#1660)Nicola Soranzo2020-02-261-5/+6
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-269-63/+107
* Ensure distutils configuration values do not escape virtual environment (#1657)Bernát Gábor2020-02-246-2/+76
* Fix generated scripts use host version info rather than target (#1655)Bernát Gábor2020-02-221-1/+5
* macOs Python 2 Framework support (#1641)Bernát Gábor2020-02-212-8/+10
* Discover python interpreter in a case insensitive manner (#1629)PRAJWAL M2020-02-152-2/+11
* Also add executables for pythonX.X under pypy (#1615)Anthony Sottile2020-02-141-2/+4
* git mv tests/unit/activation/test_xon{o,}sh.py (#1613)Anthony Sottile2020-02-141-0/+0
* Make aliases relative symlinks (#1610)Anthony Sottile2020-02-131-0/+20
* Revert "also disallow altsep beside pathsep inside paths" (#1598)Vincent Philippon2020-02-131-4/+10
* Lower min version of six to 1.9 (#1606)Sorin Sbarnea2020-02-137-37/+36
* expose and document programmatic API (#1592)Bernát Gábor2020-02-1210-32/+32
* Fix Python 2 Apple framework builds not isolated from global si… (#1588)Bernát Gábor2020-02-121-2/+4
* release 20.0.220.0.2release-20.0.2Bernat Gabor2020-02-111-1/+1
* support long path names for the app-data seeder generates conso… (#1579)Bernát Gábor2020-02-111-0/+15
* app-data copies by default (#1578)Bernát Gábor2020-02-111-1/+5
* avoid copying the stats with copytree (#1571)Bernát Gábor2020-02-111-1/+1
* require passing a destination directory (#1568)Pradyun Gedam2020-02-111-2/+2
* add option to view failure stacktraces (#1572)Bernát Gábor2020-02-112-4/+4
* on exe discovery ignore incorrect interpreters, also try in the… (#1573)Bernát Gábor2020-02-111-1/+6
* Make app data override variable public (#1559)Anthony Sottile2020-02-102-2/+2
* fix system executable discovery (#1550)Bernát Gábor2020-02-101-2/+8
* rewrite the documentation (#1519)Bernát Gábor2020-02-043-7/+6
* generate fish and bash activators on Windows (#1528)Bernát Gábor2020-01-313-3/+9
* Better handling of base executable not found #1515Bernát Gábor2020-01-3013-57/+143
* Fix failing to acquire lock in case of parallel runs (#1524)Bernát Gábor2020-01-291-0/+15
* Support relative paths for the python specification string. (#1523)Bernát Gábor2020-01-291-1/+9
* We should override the executable rather than original executable during our ...Bernat Gabor2020-01-291-1/+1
* Cached python information load should update original executable (#1513)Bernát Gábor2020-01-281-11/+23
* Bash activator should have no extension #1508 (#1509)Bernát Gábor2020-01-281-1/+1
* add a write through filesystem cache with locks for py informat… (#1505)20.0.0b1Bernát Gábor2020-01-284-14/+50