summaryrefslogtreecommitdiff
path: root/src/virtualenv/run/plugin/creators.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop Python 2 support (#2548)Bernát Gábor2023-04-191-0/+2
|
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-251-11/+13
|
* Align Windows 3.7 methodology and later with venv (#1976)Bernát Gábor2020-10-121-8/+5
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-101-1/+4
|
* Bump linters (#1823)Bernát Gábor2020-05-121-3/+3
|
* Fix Windows Store support (#1725)Bernát Gábor2020-03-171-9/+20
| | | | | | * Fix Windows Store support Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-261-2/+2
| | | | | | | | | | | | | | | | | | | | * fixed FileNotFoundError when directory isn't writable (#1640) - when using docker, if `user_data_dir()` isn't writable directory, `default_data_dir()` use `system temp directory` + `virtualenv`. for example, tempdir is `/tmp`, it use `/tmp/virtualenv` * start making the app-data more explicit and robust Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix Windows * fix docs Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* rewrite the documentation (#1519)Bernát Gábor2020-02-041-1/+7
|
* add a write through filesystem cache with locks for py informat… (#1505)20.0.0b1Bernát Gábor2020-01-281-1/+1
| | | | | | | | | | | | | | | | | | | | * add a write through filesystem cache with locks for py information queries via sys executables this speeds up significantly the creation process, as calling subprocesess is at least an order of mangitued slower than reading the information from a json dump We also now default to the built-in mechanism Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * make file lock reentrant and thread safe Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-211-18/+37
| | | | | | | | | | | | | | | | * start Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * test for Windows Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * test for Windows Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix Windows symlink cache
* reorganize run.py - prefer inheritence based API over generatorsBernat Gabor2020-01-101-0/+41
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>