summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix relative zipapp paths on UNIX20.0.6release-20.0.6Bernat Gabor2020-02-261-1/+2
* support entry point paths with space (#1660)Nicola Soranzo2020-02-261-4/+5
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-2628-231/+312
* Accept python self-referencing python executables (#1664)Bernát Gábor2020-02-251-1/+5
* Ensure distutils configuration values do not escape virtual environment (#1657)Bernát Gábor2020-02-244-1/+76
* fix pypy2 builtins are imported as stdlib modules (#1656)Bernát Gábor2020-02-234-20/+48
* Fix generated scripts use host version info rather than target (#1655)Bernát Gábor2020-02-222-6/+27
* Fix global site package always being added with bundled macOs python framewor...Bernát Gábor2020-02-223-1/+30
* release 20.0.520.0.5Bernat Gabor2020-02-211-1/+1
* 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-219-59/+363
* Discover python interpreter in a case insensitive manner (#1629)PRAJWAL M2020-02-152-2/+2
* Also add executables for pythonX.X under pypy (#1615)Anthony Sottile2020-02-141-1/+2
* Make aliases relative symlinks (#1610)Anthony Sottile2020-02-133-20/+8
* Revert "also disallow altsep beside pathsep inside paths" (#1598)Vincent Philippon2020-02-131-6/+5
* Lower min version of six to 1.9 (#1606)Sorin Sbarnea2020-02-1333-109/+149
* fix Virtualenv name not correctly shown on Fish (#1587) (#1594)txp3142020-02-121-1/+1
* expose and document programmatic API (#1592)Bernát Gábor2020-02-125-25/+63
* fix python discovery with non resolved prefix paths (#1590)Bernát Gábor2020-02-123-22/+19
* Fix app-data injected .dist-info.virtualenv breaks importlib.me… (#1591)Bernát Gábor2020-02-121-3/+2
* Fix Python 2 Apple framework builds not isolated from global si… (#1588)Bernát Gábor2020-02-121-1/+21
* support long path names for the app-data seeder generates conso… (#1579)Bernát Gábor2020-02-111-46/+11
* app-data copies by default (#1578)Bernát Gábor2020-02-111-2/+15
* avoid copying the stats with copytree (#1571)Bernát Gábor2020-02-114-13/+33
* print a message after creating an environment (#1569)Pradyun Gedam2020-02-111-0/+8
* require passing a destination directory (#1568)Pradyun Gedam2020-02-111-1/+1
* add option to view failure stacktraces (#1572)Bernát Gábor2020-02-113-14/+27
* on exe discovery ignore incorrect interpreters, also try in the… (#1573)Bernát Gábor2020-02-111-1/+6
* respect --copies for app-data (#1575)Bernát Gábor2020-02-111-5/+3
* only info if during discovery fail to query a executable (#1574)Bernát Gábor2020-02-111-1/+1
* Make app data override variable public (#1559)Anthony Sottile2020-02-101-1/+1
* release 20.0.120.0.1Bernat Gabor2020-02-102-5/+5
* fix system executable discovery (#1550)Bernát Gábor2020-02-105-8/+7
* rewrite the documentation (#1519)Bernát Gábor2020-02-0416-65/+163
* Stable order in pyenv.cfg, include-system-site-packages only for ref (#1535)Bernát Gábor2020-02-023-19/+24
* upgrade wheel from 0.34.0 to 0.34.2 (#1531)Bernát Gábor2020-01-312-6/+6
* generate fish and bash activators on Windows (#1528)Bernát Gábor2020-01-313-8/+4
* fish prompt: preserve pipestatus (#1530)Johannes Altmanninger2020-01-301-5/+3
* Better handling of base executable not found #1515Bernát Gábor2020-01-307-156/+278
* Correct the casing of PyPI (#1526)Anthony Sottile2020-01-291-2/+2
* Fix failing to acquire lock in case of parallel runs (#1524)Bernát Gábor2020-01-291-3/+10
* Support relative paths for the python specification string. (#1523)Bernát Gábor2020-01-291-1/+1
* pth files are not processed on Ubuntu under Python 2 #1517 (#1521)Bernát Gábor2020-01-291-5/+19
* 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-283-3/+3
* Bash activator should have no extension #1508 (#1509)Bernát Gábor2020-01-282-1/+8
* add a write through filesystem cache with locks for py informat… (#1505)20.0.0b1Bernát Gábor2020-01-2815-209/+471
* bump pip and wheel (#1507)Bernát Gábor2020-01-273-12/+12
* support for c-extension builds within virtualenv (#1503)Bernát Gábor2020-01-2723-184/+314