summaryrefslogtreecommitdiff
path: root/src/virtualenv/create/via_global_ref/builtin/cpython
Commit message (Expand)AuthorAgeFilesLines
* Drop Python 2 support (#2548)Bernát Gábor2023-04-194-189/+8
* Move to hatchling, drop 3.6 support (#2474)Bernát Gábor2022-12-291-1/+5
* Bump dependencies and build tools (#2394)Bernát Gábor2022-08-042-13/+13
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-255-91/+82
* Ignores missing DLLs dir in CPython3Windows (#2369)reksarka2022-06-291-2/+8
* Windows embedable support (#2353)reksarka2022-06-251-9/+40
* Support Python 2.7 framework-style distributions on macOS 12 (#2325)Nicholas Hutchinson2022-04-111-20/+26
* 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
* 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
* Fail early instead of creating non-working env (#2189)Greg Dubicki2021-09-211-0/+8
* Support without distutils (#2146)Bernát Gábor2021-07-141-1/+1
* [pre-commit.ci] pre-commit autoupdate (#2098)pre-commit-ci[bot]2021-04-271-2/+2
* 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-122-28/+20
* Align Windows 3.7 methodology and later with venv (#1976)Bernát Gábor2020-10-123-12/+43
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-101-1/+1
* Bump linters (#1823)Bernát Gábor2020-05-122-5/+5
* Ensure makefile is present on CPython2 POSIX (#1787)Bernát Gábor2020-04-262-3/+19
* do not allow PYVENV_LAUNCHER to be set (#1749)Bernát Gábor2020-03-251-0/+19
* amazonlinux support (#1728)Bernát Gábor2020-03-182-4/+5
* Fix Windows Store support (#1725)Bernát Gábor2020-03-171-0/+7
* Allow missing .py files if .pyc is present (#1714)David Tucker2020-03-131-0/+4
* macOS Python 3 Framework support (#1711)Bernát Gábor2020-03-134-31/+94
* pythonw works as python on Windows (#1693)Bernát Gábor2020-03-081-1/+4
* Support for Python 2 platform that store landmark in platstdlib (#1697)Bernát Gábor2020-03-062-2/+2
* Fix global site package always being added with bundled macOs python framewor...Bernát Gábor2020-02-221-0/+22
* release 20.0.520.0.5Bernat Gabor2020-02-211-1/+1
* macOs Python 2 Framework support (#1641)Bernát Gábor2020-02-212-1/+226
* Lower min version of six to 1.9 (#1606)Sorin Sbarnea2020-02-132-4/+4
* support for c-extension builds within virtualenv (#1503)Bernát Gábor2020-01-272-6/+38
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-214-0/+135