summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* support for c-extension builds within virtualenv (#1503)Bernát Gábor2020-01-2713-115/+231
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-2120-140/+161
* CentOs and Fedora support (#1500)Bernát Gábor2020-01-186-38/+35
* Improve CI performance on pypy (#1499)Bernát Gábor2020-01-171-8/+16
* add zipapp support with bundled dependencies (#1491)Bernát Gábor2020-01-1610-6/+112
* bump pre commit (#1495)Bernát Gábor2020-01-131-1/+1
* more robust exe discovery in pyinfo (#1492)Bernát Gábor2020-01-121-2/+8
* fix errors under CPython 3.4 on WindowsBernat Gabor2020-01-101-1/+3
* also copy python27.dll if exists on windows py2.7 (#1490)Bernát Gábor2020-01-101-2/+5