summaryrefslogtreecommitdiff
path: root/src/virtualenv/interpreters/create
Commit message (Expand)AuthorAgeFilesLines
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-2119-1034/+0
* CentOs and Fedora support (#1500)Bernát Gábor2020-01-1810-149/+95
* add zipapp support with bundled dependencies (#1491)Bernát Gábor2020-01-164-16/+18
* also copy python27.dll if exists on windows py2.7 (#1490)Bernát Gábor2020-01-103-0/+14
* fix WindowsBernat Gabor2020-01-101-6/+6
* cleanup env-vars and use venv as default dest dir instead of envBernat Gabor2020-01-102-5/+5
* reorganize run.py - prefer inheritence based API over generatorsBernat Gabor2020-01-107-28/+28
* prefer if/else over try/expect for import of config parserBernat Gabor2020-01-101-0/+0
* use ast.literal_eval instead of evalBernat Gabor2020-01-101-1/+2
* handle read only errors for clearBernat Gabor2020-01-101-1/+10
* also disallow altsep beside pathsep inside pathsBernat Gabor2020-01-101-5/+6
* support for pypy2 and pypy3 (#1482)Bernát Gábor2020-01-1017-194/+551
* interface compatibility with before rewrite (#1479)Bernát Gábor2020-01-107-8/+11
* unicode support (#1477)Bernát Gábor2020-01-106-44/+79
* Activation scripts for next-gen virtualenv (#1454)Siddhant Kumar2020-01-102-10/+6
* Stat rewrite - POCBernát Gábor2020-01-1011-0/+670