summaryrefslogtreecommitdiff
path: root/src/virtualenv/discovery
Commit message (Expand)AuthorAgeFilesLines
* amazonlinux support (#1728)Bernát Gábor2020-03-182-17/+1
* Fix Windows Store support (#1725)Bernát Gábor2020-03-174-17/+29
* macOS Python 3 Framework support (#1711)Bernát Gábor2020-03-131-0/+2
* Fix py info might be misslead by distutils config (#1705)Bernát Gábor2020-03-101-3/+2
* Support for Python 2 platform that store landmark in platstdlib (#1697)Bernát Gábor2020-03-061-5/+18
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-264-92/+86
* Accept python self-referencing python executables (#1664)Bernát Gábor2020-02-251-1/+5
* Prevent sys.prefix from leaking into child process on macOS (#1648)Claudio Jolowicz2020-02-211-1/+10
* macOs Python 2 Framework support (#1641)Bernát Gábor2020-02-211-7/+8
* Discover python interpreter in a case insensitive manner (#1629)PRAJWAL M2020-02-152-2/+2
* Lower min version of six to 1.9 (#1606)Sorin Sbarnea2020-02-134-12/+9
* fix python discovery with non resolved prefix paths (#1590)Bernát Gábor2020-02-121-11/+10
* on exe discovery ignore incorrect interpreters, also try in the… (#1573)Bernát Gábor2020-02-111-1/+6
* only info if during discovery fail to query a executable (#1574)Bernát Gábor2020-02-111-1/+1
* fix system executable discovery (#1550)Bernát Gábor2020-02-102-2/+4
* rewrite the documentation (#1519)Bernát Gábor2020-02-042-4/+23
* Better handling of base executable not found #1515Bernát Gábor2020-01-304-149/+261
* Support relative paths for the python specification string. (#1523)Bernát Gábor2020-01-291-1/+1
* 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-0/+3
* Make single verbosity output cleaner (#1511)Bernát Gábor2020-01-282-2/+2
* add a write through filesystem cache with locks for py informat… (#1505)20.0.0b1Bernát Gábor2020-01-283-107/+205
* support for c-extension builds within virtualenv (#1503)Bernát Gábor2020-01-271-2/+23
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-217-0/+865