summaryrefslogtreecommitdiff
path: root/tests/unit/config
Commit message (Expand)AuthorAgeFilesLines
* 3.12 support and no setuptools/wheel on 3.12+ (#2558)chrysle2023-04-271-2/+3
* Drop Python 2 support (#2548)Bernát Gábor2023-04-194-0/+8
* Sepcify the encoding (#2515)Filipe Laíns2023-03-123-2/+9
* Move to hatchling, drop 3.6 support (#2474)Bernát Gábor2022-12-291-1/+1
* Bump dependencies and build tools (#2394)Bernát Gábor2022-08-042-7/+13
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-254-28/+19
* Built in discovery class is always preferred over plugin supplied classes (#2...Ashley Whetter2021-04-201-0/+11
* Fix Windows failure (#2056)Bernát Gábor2021-01-191-2/+2
* API: Allow passing on the environment variable as an argument (#2054)Bernát Gábor2021-01-181-2/+2
* Fix `VIRTUALENV_PYTHON` environment lookup (#1998)Patrice Neff2020-10-281-0/+29
* Use \n instead if \r\n as line separator (#1905)Bernát Gábor2020-07-241-3/+22
* Allow bypassing the logging setup via the Python API (#1904)Bernát Gábor2020-07-241-2/+2
* Implement periodic update feature (#1841)Bernát Gábor2020-06-211-0/+70
* Rename clear-app-data to reset-app-data to avoid cli parser abbreviation bug ...Bernát Gábor2020-05-131-1/+9
* Bump linters (#1823)Bernát Gábor2020-05-121-2/+2
* Better handling of conflicting --copies and --symlinks (#1785)Bernát Gábor2020-04-252-10/+32
* Allow all command line option flags to be used in config file/env-var (#1763)Bernát Gábor2020-04-081-0/+21
* Support wheels without python-requires tag (#1758)Bernát Gábor2020-04-041-1/+1
* PyPy CI timeouts (#1720)Bernát Gábor2020-03-131-1/+1
* pythonw works as python on Windows (#1693)Bernát Gábor2020-03-081-1/+1
* Fix list configuration value parsing (#1676)Bernát Gábor2020-02-271-0/+13
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-261-1/+4
* require passing a destination directory (#1568)Pradyun Gedam2020-02-111-2/+2
* cleanup env-vars and use venv as default dest dir instead of envBernat Gabor2020-01-101-1/+1
* support for pypy2 and pypy3 (#1482)Bernát Gábor2020-01-101-10/+3
* interface compatibility with before rewrite (#1479)Bernát Gábor2020-01-101-1/+1
* unicode support (#1477)Bernát Gábor2020-01-101-2/+5
* Stat rewrite - POCBernát Gábor2020-01-103-0/+86