summaryrefslogtreecommitdiff
path: root/src/virtualenv/create/via_global_ref/venv.py
Commit message (Expand)AuthorAgeFilesLines
* Drop Python 2 support (#2548)Bernát Gábor2023-04-191-1/+3
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-251-9/+11
* Fixes for Windows PyPy 3.6 (#2363)reksarka2022-06-251-0/+13
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-101-1/+4
* Implement periodic update feature (#1841)Bernát Gábor2020-06-211-1/+1
* Fix Windows Store support (#1725)Bernát Gábor2020-03-171-6/+6
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-261-3/+0
* Ensure distutils configuration values do not escape virtual environment (#1657)Bernát Gábor2020-02-241-1/+4
* Better handling of base executable not found #1515Bernát Gábor2020-01-301-2/+4
* support for c-extension builds within virtualenv (#1503)Bernát Gábor2020-01-271-1/+1
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-211-0/+78