summaryrefslogtreecommitdiff
path: root/src/virtualenv/discovery/windows
Commit message (Collapse)AuthorAgeFilesLines
* Drop Python 2 support (#2548)Bernát Gábor2023-04-192-0/+4
|
* Support Windows CPython interpreters distributed by non-standard orgs (#2504)faph2023-02-271-5/+15
| | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Move to hatchling, drop 3.6 support (#2474)Bernát Gábor2022-12-291-1/+2
|
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-252-31/+25
|
* [pre-commit.ci] pre-commit autoupdate (#2098)pre-commit-ci[bot]2021-04-271-1/+1
| | | | | | | | | | | | | * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v2.12.0 → v2.13.0](https://github.com/asottile/pyupgrade/compare/v2.12.0...v2.13.0) - [github.com/psf/black: 20.8b1 → 21.4b0](https://github.com/psf/black/compare/20.8b1...21.4b0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* API: Allow passing on the environment variable as an argument (#2054)Bernát Gábor2021-01-181-2/+2
| | | | | Defaults to os.environ. Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Improve discovery on Windows and provide escape hatchet (#2046)Bernát Gábor2021-01-101-1/+4
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Bump linters (#1823)Bernát Gábor2020-05-121-1/+1
|
* Fix CPython2 not found on Windows via registry (#1797)Bernát Gábor2020-05-022-3/+9
|
* 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>
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-212-0/+183
* 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