| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Drop Python 2 support (#2548) | Bernát Gábor | 2023-04-19 | 1 | -0/+2 |
| | | |||||
| * | Drop support of running under Python 2.7 (#2382) | Bernát Gábor | 2022-07-25 | 1 | -5/+1 |
| | | |||||
| * | handle application data folder is read only (#1661) | Seungmin Ryu | 2020-02-26 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | CentOs and Fedora support (#1500) | Bernát Gábor | 2020-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * CentOs support Instead of hard coding patterns and guessing let's ask the host python via the sysconfig. Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * add isolated test Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fixes for Fedora Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> | ||||
| * | add zipapp support with bundled dependencies (#1491) | Bernát Gábor | 2020-01-16 | 1 | -0/+20 |
| Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> | |||||
