summaryrefslogtreecommitdiff
path: root/src/virtualenv/create/via_global_ref
Commit message (Expand)AuthorAgeFilesLines
* Drop Python 2 support (#2548)Bernát Gábor2023-04-1917-702/+90
* Sepcify the encoding (#2515)Filipe Laíns2023-03-122-5/+5
* Move to hatchling, drop 3.6 support (#2474)Bernát Gábor2022-12-293-3/+11
* Remove outdated PyPy stdlib overrides (#2426)Matti Picus2022-10-241-17/+0
* Bump dependencies and build tools (#2394)Bernát Gábor2022-08-047-20/+20
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-2515-224/+206
* docs: fix simple typo, developent -> development (#2377)Tim Gates2022-07-231-1/+1
* Ignores missing DLLs dir in CPython3Windows (#2369)reksarka2022-06-291-2/+8
* Windows embedable support (#2353)reksarka2022-06-251-9/+40
* Fixes for Windows PyPy 3.6 (#2363)reksarka2022-06-253-2/+26
* Support Python 2.7 framework-style distributions on macOS 12 (#2325)Nicholas Hutchinson2022-04-111-20/+26
* fix 20ms startup penalty added by virtualenv (#2317)Anthony Sottile2022-03-181-4/+4
* Avoid symlinking the contents of /usr into PyPy3 virtualenvs (#2310)Stefano Rivera2022-03-071-0/+5
* fix: cast type from Path to text (#2288)Isac Byeonghoon Yoo2022-02-051-4/+5
* [pre-commit.ci] pre-commit autoupdate (#2293)pre-commit-ci[bot]2022-02-011-1/+1
* PyPy: glob for required dlls, check they exist (#2274)Matti Picus2022-01-023-14/+21
* fix: Correctly remove bk dir when re-signing macOS Python 2.x executable (#2272)Alex Willmer2022-01-021-1/+1
* fix: AttributeError on macOS creating a Python 2.x virtualenv (#2270)Alex Willmer2022-01-021-2/+6
* Sign the python2 exe on Darwin arm64 (#2233)Tracey Spicer2021-12-311-4/+34
* Support PyPy 3.8 (#2206)Matti Picus2021-10-231-1/+11
* add libffi-8.dll to pypy windows _shared_libs (#2218)Matti Picus2021-10-232-3/+3
* Fail early instead of creating non-working env (#2189)Greg Dubicki2021-09-211-0/+8
* Support without distutils (#2146)Bernát Gábor2021-07-142-2/+2
* add libffi-7.dll to pypy on windows (#2141)Matti Picus2021-07-122-2/+2
* Fix site.getsitepackages() broken on python2 on debian (#2108)Adrian Freund2021-05-051-8/+34
* 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
* Improve discovery on Windows and provide escape hatchet (#2046)Bernát Gábor2021-01-101-6/+13
* 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-103-4/+8
* 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
* Implement periodic update feature (#1841)Bernát Gábor2020-06-213-4/+8
* Bump linters (#1823)Bernát Gábor2020-05-124-8/+8
* 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-263-3/+21
* 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-183-26/+46
* add zip importer test (#1727)Bernát Gábor2020-03-171-1/+4
* Fix Windows Store support (#1725)Bernát Gábor2020-03-176-33/+91
* 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