summaryrefslogtreecommitdiff
path: root/src/virtualenv/create/creator.py
Commit message (Expand)AuthorAgeFilesLines
* API: Allow passing on the environment variable as an argument (#2054)Bernát Gábor2021-01-181-3/+4
* Optionally skip creation of .gitignore in virtualenv directory (#2004)Aren Siekmeier2020-11-021-1/+11
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-101-2/+6
* 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-211-4/+5
* Mark virtual environments ignored for Git (#1825)Bernát Gábor2020-05-121-0/+19
* Bump linters (#1823)Bernát Gábor2020-05-121-4/+4
* Fix Windows Store support (#1725)Bernát Gábor2020-03-171-0/+5
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-261-16/+7
* 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-131-6/+6
* require passing a destination directory (#1568)Pradyun Gedam2020-02-111-1/+1
* fix system executable discovery (#1550)Bernát Gábor2020-02-101-2/+2
* rewrite the documentation (#1519)Bernát Gábor2020-02-041-9/+31
* Stable order in pyenv.cfg, include-system-site-packages only for ref (#1535)Bernát Gábor2020-02-021-17/+6
* add a write through filesystem cache with locks for py informat… (#1505)20.0.0b1Bernát Gábor2020-01-281-10/+11
* support for c-extension builds within virtualenv (#1503)Bernát Gábor2020-01-271-3/+5
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-211-0/+193