summaryrefslogtreecommitdiff
path: root/src/virtualenv/create
Commit message (Expand)AuthorAgeFilesLines
* Fix site.getsitepackages() ignoring --system-site-packages on python2 (#2107)Adrian Freund2021-05-041-1/+1
* [pre-commit.ci] pre-commit autoupdate (#2098)pre-commit-ci[bot]2021-04-272-3/+3
* Fix PyPy3 Windows stlib path (#2072)Bernát Gábor2021-03-161-8/+10
* API: Allow passing on the environment variable as an argument (#2054)Bernát Gábor2021-01-181-3/+4
* Improve discovery on Windows and provide escape hatchet (#2046)Bernát Gábor2021-01-101-6/+13
* Optionally skip creation of .gitignore in virtualenv directory (#2004)Aren Siekmeier2020-11-021-1/+11
* Always copy executable on Windows 3+ (#1977)Bernát Gábor2020-10-123-30/+27
* Align Windows 3.7 methodology and later with venv (#1976)Bernát Gábor2020-10-126-56/+106
* Process pth files even if $PYTHONPATH points to site-packages/ (#1960)Kirill Smelkov2020-10-011-2/+1
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-104-6/+14
* Use unix line-endings in bash activate script (#1924)Siddhant Kumar2020-08-231-2/+3
* Bump pre-commit hooksBernat Gabor2020-07-201-1/+1
* Don't preimport threading early (#1897)Kirill Smelkov2020-07-151-3/+18
* Do not write .gitignore if already exists (#1866)Bernát Gábor2020-06-211-8/+10
* Implement periodic update feature (#1841)Bernát Gábor2020-06-215-8/+74
* Mark virtual environments ignored for Git (#1825)Bernát Gábor2020-05-121-0/+19
* Bump linters (#1823)Bernát Gábor2020-05-125-12/+12
* Wrap usage of get_makefile_filename (#1811)Ian Wienand2020-05-041-1/+3
* Fix typo in symlink detection (#1803)Anthony Sottile2020-05-021-1/+1
* Ensure makefile is present on CPython2 POSIX (#1787)Bernát Gábor2020-04-264-8/+39
* Better handling of conflicting --copies and --symlinks (#1785)Bernát Gábor2020-04-251-3/+20
* Allow all command line option flags to be used in config file/env-var (#1763)Bernát Gábor2020-04-081-1/+3
* do not allow PYVENV_LAUNCHER to be set (#1749)Bernát Gábor2020-03-252-9/+32
* Do not fail when the pyc files is missing for the host Python 2 (#1741)Bernát Gábor2020-03-191-1/+2
* amazonlinux support (#1728)Bernát Gábor2020-03-184-26/+53
* add zip importer test (#1727)Bernát Gábor2020-03-171-1/+4
* Fix Windows Store support (#1725)Bernát Gábor2020-03-177-33/+96
* 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-134-31/+94
* Fix py info might be misslead by distutils config (#1705)Bernát Gábor2020-03-101-5/+4
* 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-263-22/+10
* 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
* 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-139-23/+24
* Fix Python 2 Apple framework builds not isolated from global si… (#1588)Bernát Gábor2020-02-121-1/+21
* require passing a destination directory (#1568)Pradyun Gedam2020-02-111-1/+1
* fix system executable discovery (#1550)Bernát Gábor2020-02-102-3/+3