summaryrefslogtreecommitdiff
path: root/src/virtualenv/run
Commit message (Expand)AuthorAgeFilesLines
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-105-5/+15
* Allow bypassing the logging setup via the Python API (#1904)Bernát Gábor2020-07-241-16/+32
* Fix typos in the documentation (#1902)Krzysztof Szafranek2020-07-221-1/+1
* Implement periodic update feature (#1841)Bernát Gábor2020-06-214-109/+140
* Rename clear-app-data to reset-app-data to avoid cli parser abbreviation bug ...Bernát Gábor2020-05-132-3/+3
* Bump linters (#1823)Bernát Gábor2020-05-123-5/+5
* Better handling of conflicting --copies and --symlinks (#1785)Bernát Gábor2020-04-252-17/+13
* amazonlinux support (#1728)Bernát Gábor2020-03-181-1/+1
* Fix Windows Store support (#1725)Bernát Gábor2020-03-171-9/+20
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-266-9/+120
* expose and document programmatic API (#1592)Bernát Gábor2020-02-121-3/+4
* fix python discovery with non resolved prefix paths (#1590)Bernát Gábor2020-02-121-8/+0
* print a message after creating an environment (#1569)Pradyun Gedam2020-02-111-0/+8
* add option to view failure stacktraces (#1572)Bernát Gábor2020-02-111-7/+14
* rewrite the documentation (#1519)Bernát Gábor2020-02-046-27/+51
* add a write through filesystem cache with locks for py informat… (#1505)20.0.0b1Bernát Gábor2020-01-281-1/+1
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-214-29/+50
* cleanup env-vars and use venv as default dest dir instead of envBernat Gabor2020-01-101-1/+1
* reorganize run.py - prefer inheritence based API over generatorsBernat Gabor2020-01-107-0/+272