summaryrefslogtreecommitdiff
path: root/src/virtualenv/util
Commit message (Expand)AuthorAgeFilesLines
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-102-2/+8
* Avoid showing new windows on Windows (#1929)Bernát Gábor2020-08-311-2/+2
* Use unix line-endings in bash activate script (#1924)Siddhant Kumar2020-08-231-2/+5
* Fix parallel app-data base image creation (#1870)Bernát Gábor2020-06-231-0/+6
* Implement periodic update feature (#1841)Bernát Gábor2020-06-215-28/+36
* Bump linters (#1823)Bernát Gábor2020-05-123-23/+42
* Fix pinning seed packages via app-data fails (#1788)Bernát Gábor2020-04-271-2/+2
* PyPy CI timeouts (#1720)Bernát Gábor2020-03-131-12/+14
* pythonw works as python on Windows (#1693)Bernát Gábor2020-03-081-1/+4
* do not fail if lock not present (#1696)Bernát Gábor2020-03-061-1/+1
* fix relative zipapp paths on UNIX20.0.6release-20.0.6Bernat Gabor2020-02-261-1/+2
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-264-11/+45
* Make aliases relative symlinks (#1610)Anthony Sottile2020-02-132-14/+2
* Lower min version of six to 1.9 (#1606)Sorin Sbarnea2020-02-134-10/+60
* avoid copying the stats with copytree (#1571)Bernát Gábor2020-02-112-4/+31
* fix system executable discovery (#1550)Bernát Gábor2020-02-101-3/+0
* generate fish and bash activators on Windows (#1528)Bernát Gábor2020-01-311-0/+4
* Fix failing to acquire lock in case of parallel runs (#1524)Bernát Gábor2020-01-291-3/+10
* add a write through filesystem cache with locks for py informat… (#1505)20.0.0b1Bernát Gábor2020-01-282-8/+111
* support for c-extension builds within virtualenv (#1503)Bernát Gábor2020-01-273-57/+79
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-213-5/+11
* CentOs and Fedora support (#1500)Bernát Gábor2020-01-183-2/+5
* add zipapp support with bundled dependencies (#1491)Bernát Gábor2020-01-163-7/+65
* fix errors under CPython 3.4 on WindowsBernat Gabor2020-01-101-0/+5
* reorganize run.py - prefer inheritence based API over generatorsBernat Gabor2020-01-101-1/+1
* prefer if/else over try/expect for import of config parserBernat Gabor2020-01-101-4/+5
* support for pypy2 and pypy3 (#1482)Bernát Gábor2020-01-102-3/+15
* link app data needs ro with symlinks (#1480)Bernát Gábor2020-01-101-0/+5
* interface compatibility with before rewrite (#1479)Bernát Gábor2020-01-108-204/+238
* unicode support (#1477)Bernát Gábor2020-01-104-0/+373