summaryrefslogtreecommitdiff
path: root/src/virtualenv/run/plugin
Commit message (Expand)AuthorAgeFilesLines
* Drop Python 2 support (#2548)Bernát Gábor2023-04-195-0/+10
* Bump dependencies and build tools (#2394)Bernát Gábor2022-08-041-1/+1
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-255-29/+45
* Use 'selectable' interface for entry points only when available (#2246)Miro Hrončok2021-12-271-2/+13
* special-case `--prompt .` to the cwd (#2220)Ruairidh MacLeod2021-10-231-1/+4
* Rely on 'selectable' interface for entry points. (#2126)Jason R. Coombs2021-07-091-6/+2
* [pre-commit.ci] pre-commit autoupdate (#2098)pre-commit-ci[bot]2021-04-271-1/+1
* Built in discovery class is always preferred over plugin supplied classes (#2...Ashley Whetter2021-04-201-2/+5
* Align Windows 3.7 methodology and later with venv (#1976)Bernát Gábor2020-10-121-8/+5
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-103-3/+11
* Implement periodic update feature (#1841)Bernát Gábor2020-06-211-6/+0
* Rename clear-app-data to reset-app-data to avoid cli parser abbreviation bug ...Bernát Gábor2020-05-131-1/+1
* Bump linters (#1823)Bernát Gábor2020-05-122-4/+4
* Better handling of conflicting --copies and --symlinks (#1785)Bernát Gábor2020-04-251-2/+2
* Fix Windows Store support (#1725)Bernát Gábor2020-03-171-9/+20
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-264-6/+12
* rewrite the documentation (#1519)Bernát Gábor2020-02-045-12/+24
* 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-106-0/+206