summaryrefslogtreecommitdiff
path: root/src/virtualenv/config/cli/parser.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop Python 2 support (#2548)Bernát Gábor2023-04-191-0/+2
|
* Bump embedded pip and setuptools (#2489)Bernát Gábor2023-02-051-1/+0
|
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-251-14/+16
|
* API: Allow passing on the environment variable as an argument (#2054)Bernát Gábor2021-01-181-3/+7
| | | | | Defaults to os.environ. Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Implement periodic update feature (#1841)Bernát Gábor2020-06-211-1/+0
| | | Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
* Bump linters (#1823)Bernát Gábor2020-05-121-1/+2
|
* Better handling of conflicting --copies and --symlinks (#1785)Bernát Gábor2020-04-251-8/+48
|
* Allow all command line option flags to be used in config file/env-var (#1763)Bernát Gábor2020-04-081-2/+11
| | | | | | | | | | | | | * Allow all command line option flags to be used in config file/env-var Extend config file and environment variables checked for configuration to also check aliases (e.g. setting either ``VIRTUALENV_COPIES`` or ``VIRTUALENV_ALWAYS_COPY`` will work). Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix CI Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Fix list configuration value parsing (#1676)Bernát Gábor2020-02-271-1/+3
| | | | | Resolves #1674. Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-261-1/+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>
* add option to view failure stacktraces (#1572)Bernát Gábor2020-02-111-2/+2
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* rewrite the documentation (#1519)Bernát Gábor2020-02-041-1/+5
|
* Activation scripts for next-gen virtualenv (#1454)Siddhant Kumar2020-01-101-1/+1
|
* Stat rewrite - POCBernát Gábor2020-01-101-0/+64
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>