summaryrefslogtreecommitdiff
path: root/src/virtualenv/app_data
Commit message (Collapse)AuthorAgeFilesLines
* Drop Python 2 support (#2548)Bernát Gábor2023-04-196-0/+12
|
* Sepcify the encoding (#2515)Filipe Laíns2023-03-121-2/+2
|
* Move to hatchling, drop 3.6 support (#2474)Bernát Gábor2022-12-291-6/+6
|
* Bump dependencies and build tools (#2394)Bernát Gábor2022-08-045-16/+16
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-256-43/+54
|
* feature: cache downloaded wheel information (#2276)Matthieu Darbois2022-01-021-2/+2
| | | Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* feature: store version update source in embed JSON file (#2273)Matthieu Darbois2022-01-011-2/+2
|
* Use platformdirs instead of appdirs (#2142)Bernát Gábor2021-07-131-1/+1
|
* [pre-commit.ci] pre-commit autoupdate (#2098)pre-commit-ci[bot]2021-04-272-5/+5
| | | | | | | | | | | | | * [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-4/+5
| | | | | Defaults to os.environ. Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Add --readonly-app-data option (#2009)Anthony Sottile2020-11-216-52/+85
|
* clean up a few small things (#2002)Anthony Sottile2020-11-012-5/+2
|
* Fix read and write racing on multiple processes. (#1941)masterFrost Ming2020-09-181-1/+4
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-101-1/+4
|
* Implement periodic update feature (#1841)Bernát Gábor2020-06-215-0/+420
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>