summaryrefslogtreecommitdiff
path: root/src/virtualenv/interpreters
Commit message (Expand)AuthorAgeFilesLines
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-2127-1879/+0
* CentOs and Fedora support (#1500)Bernát Gábor2020-01-1811-171/+157
* add zipapp support with bundled dependencies (#1491)Bernát Gábor2020-01-165-27/+49
* more robust exe discovery in pyinfo (#1492)Bernát Gábor2020-01-121-1/+21
* 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
* express that from_exe may import stuff in py_infoBernat Gabor2020-01-101-0/+1
* simplify range in creatorBernat Gabor2020-01-101-1/+1
* 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-1020-220/+623
* interface compatibility with before rewrite (#1479)Bernát Gábor2020-01-108-9/+13
* unicode support (#1477)Bernát Gábor2020-01-108-68/+99
* Cross version compatibility (#1475)Bernát Gábor2020-01-104-31/+120
* Activation scripts for next-gen virtualenv (#1454)Siddhant Kumar2020-01-102-10/+6
* Improve executable discovery of a PythonInfo inside a given fol… (#1443)Siddhant Kumar2020-01-101-32/+50
* Stat rewrite - POCBernát Gábor2020-01-1019-0/+1284