summaryrefslogtreecommitdiff
path: root/src/virtualenv
Commit message (Expand)AuthorAgeFilesLines
* Fix site.getsitepackages() ignoring --system-site-packages on python2 (#2107)Adrian Freund2021-05-041-1/+1
* Bump pip (#2104)Bernát Gábor2021-05-043-5/+5
* [pre-commit.ci] pre-commit autoupdate (#2098)pre-commit-ci[bot]2021-04-278-12/+12
* Upgrade embeded setuptools (#2094)Bernát Gábor2021-04-202-5/+5
* Built in discovery class is always preferred over plugin supplied classes (#2...Ashley Whetter2021-04-201-2/+5
* Remove unnecessary special cases for bash/zsh (#2086)orent2021-04-201-12/+8
* Bump setuptools to 54.1.2Bernát Gábor2021-03-162-5/+5
* Fix PyPy3 Windows stlib path (#2072)Bernát Gábor2021-03-161-8/+10
* Upgrade setuptools (#2069)Bernát Gábor2021-02-202-5/+5
* Fix upgrade embeded crashes (#2062)Bernát Gábor2021-02-011-0/+2
* Bump setuptools and pip (#2060)Bernát Gábor2021-01-314-12/+12
* Fix Windows failure (#2056)Bernát Gábor2021-01-191-0/+1
* API: Allow passing on the environment variable as an argument (#2054)Bernát Gábor2021-01-1819-82/+106
* Upgrade embedded setuptools to 51.3.3 from 51.1.2 (#2055)Bernát Gábor2021-01-182-5/+5
* Clear stash if system executable is missing (#2050)Bernát Gábor2021-01-131-0/+4
* Bump pip to 20.3.3 and wheel to 0.36.2 (#2036)Bernát Gábor2021-01-127-19/+55
* Allow unfunctioing pydoc to fail (#2049)Dario Gjorgjevski2021-01-121-1/+1
* Improve discovery on Windows and provide escape hatchet (#2046)Bernát Gábor2021-01-103-11/+41
* Upgrade wheels and pip (#2029)Bernát Gábor2020-12-075-19/+19
* Add --readonly-app-data option (#2009)Anthony Sottile2020-11-2110-73/+151
* Optionally skip creation of .gitignore in virtualenv directory (#2004)Aren Siekmeier2020-11-021-1/+11
* clean up a few small things (#2002)Anthony Sottile2020-11-014-8/+5
* Fix `VIRTUALENV_PYTHON` environment lookup (#1998)Patrice Neff2020-10-282-3/+21
* Fallback functionality for interpreter discovery (#1995)Bernát Gábor2020-10-251-5/+12
* Bump pip to 20.2.4 (#1996)Bernát Gábor2020-10-253-13/+13
* Bump setuptools and fix Windows subprocess with cwd broken (#1982)Bernát Gábor2020-10-153-10/+14
* 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-127-64/+111
* Fix absolute paths for Cygwin (#1970)davidcoghlan2020-10-122-14/+4
* Restore python3.4 support (add it back to CI) (#1965)Bernát Gábor2020-10-043-9/+23
* Fix cygwin NoneType error if POSIX path in dest (#1964)Dan Yeaw2020-10-031-1/+4
* Process pth files even if $PYTHONPATH points to site-packages/ (#1960)Kirill Smelkov2020-10-011-2/+1
* Fix activator path in cygwin and msys2 (#1952)Dan Yeaw2020-09-301-1/+11
* Use main branch instead of masterBernat Gabor2020-09-251-1/+1
* Upgrade pip and setuptools (#1918)Bernát Gábor2020-09-182-6/+6
* Fix read and write racing on multiple processes. (#1941)masterFrost Ming2020-09-181-1/+4
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-1019-31/+66
* Avoid showing new windows on Windows (#1929)Bernát Gábor2020-08-312-4/+4
* Use unix line-endings in bash activate script (#1924)Siddhant Kumar2020-08-234-69/+75
* Upgrade pip and setuptools (#1918) (#1925)Bernát Gábor2020-08-175-20/+20
* Bump setuptools and pip (#1915)Bernát Gábor2020-08-043-13/+13
* Upgrade to pip 20.1.1 (#1909)Bernát Gábor2020-07-292-7/+7
* Use \n instead if \r\n as line separator (#1905)Bernát Gábor2020-07-242-3/+2
* Allow bypassing the logging setup via the Python API (#1904)Bernát Gábor2020-07-242-17/+34
* Fix typos in the documentation (#1902)Krzysztof Szafranek2020-07-221-1/+1
* Bump pre-commit hooksBernat Gabor2020-07-202-2/+2
* Upgrade setuptools to 49.2.0 from 49.1.0 (#1898)Bernát Gábor2020-07-152-6/+6
* Don't preimport threading early (#1897)Kirill Smelkov2020-07-151-3/+18
* Improve periodic update handling (#1892)Bernát Gábor2020-07-073-19/+88
* Remove distlib monkeypatches (#1880)Bernát Gábor2020-07-041-40/+18