summaryrefslogtreecommitdiff
path: root/src/virtualenv/create/via_global_ref
Commit message (Expand)AuthorAgeFilesLines
...
* pythonw works as python on Windows (#1693)Bernát Gábor2020-03-081-1/+4
* 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-063-4/+5
* 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
* Disable distutils fixup for python 3Bernat Gabor2020-02-261-0/+2
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-262-6/+3
* 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-233-13/+32
* 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
* macOs Python 2 Framework support (#1641)Bernát Gábor2020-02-215-41/+325
* Also add executables for pythonX.X under pypy (#1615)Anthony Sottile2020-02-141-1/+2
* Make aliases relative symlinks (#1610)Anthony Sottile2020-02-131-6/+6
* Lower min version of six to 1.9 (#1606)Sorin Sbarnea2020-02-137-16/+16
* Fix Python 2 Apple framework builds not isolated from global si… (#1588)Bernát Gábor2020-02-121-1/+21
* fix system executable discovery (#1550)Bernát Gábor2020-02-101-1/+1
* Stable order in pyenv.cfg, include-system-site-packages only for ref (#1535)Bernát Gábor2020-02-021-0/+15
* Better handling of base executable not found #1515Bernát Gábor2020-01-302-3/+5
* pth files are not processed on Ubuntu under Python 2 #1517 (#1521)Bernát Gábor2020-01-291-5/+19
* support for c-extension builds within virtualenv (#1503)Bernát Gábor2020-01-279-64/+138
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-2118-0/+829