summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix cross-major creation on Windows of activate_this.py throws… (#1730)Bernát Gábor2020-03-181-2/+2
* generate pipx.y besides pip-x.y (#1729)Bernát Gábor2020-03-182-1/+3
* amazonlinux support (#1728)Bernát Gábor2020-03-187-44/+55
* add zip importer test (#1727)Bernát Gábor2020-03-171-1/+4
* Fix Windows Store support (#1725)Bernát Gábor2020-03-1713-60/+146
* Allow missing .py files if .pyc is present (#1714)David Tucker2020-03-133-5/+29
* macOS Python 3 Framework support (#1711)Bernát Gábor2020-03-135-31/+96
* fix disabling seed packages not working (#1713)Bernát Gábor2020-03-134-7/+17
* PyPy CI timeouts (#1720)Bernát Gábor2020-03-131-12/+14
* Fix py info might be misslead by distutils config (#1705)Bernát Gábor2020-03-102-8/+6
* upgrade setuptools to 46.0.0 from 45.3.0 for Python3.5+ (#1702)Bernát Gábor2020-03-092-5/+5
* pythonw works as python on Windows (#1693)Bernát Gábor2020-03-082-2/+8
* Bump embeded setuptools (#1699)Bernát Gábor2020-03-072-5/+5
* Better handling of loader patch on python 3 (#1698)Bernát Gábor2020-03-061-17/+19
* Handle legacy loaders for pip patch (#1691)Bernát Gábor2020-03-061-5/+17
* Support for Python 2 platform that store landmark in platstdlib (#1697)Bernát Gábor2020-03-064-9/+23
* do not fail if lock not present (#1696)Bernát Gábor2020-03-061-1/+1
* use import hooks to patch distutils/setuptools (#1688)Bernát Gábor2020-03-044-87/+107
* Fix setting PYTHONPATH on Python 2 not working (#1673)Julien Danjou2020-03-032-28/+47
* Default prompt of environment name in batch shell (#1679)spetafree2020-03-031-1/+6
* Fix list configuration value parsing (#1676)Bernát Gábor2020-02-272-46/+60
* Disable distutils fixup for python 3Bernat Gabor2020-02-261-0/+2
* 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