summaryrefslogtreecommitdiff
path: root/src/tox/config/loader
Commit message (Expand)AuthorAgeFilesLines
* Bump deps and tools (#2954)Bernát Gábor2023-03-231-2/+2
* Windows shlex fix (#2895)Masen Furer2023-01-252-8/+47
* Fix regression with multiple env substitutions for the same key (#2873)Masen Furer2023-01-161-4/+7
* Recursive replace (#2864)Masen Furer2023-01-151-8/+28
* Rewrite substitution parser (#2861)Masen Furer2023-01-151-67/+174
* Also accept tab after colon before factor filter expansion (#2823)Patrick Decat2023-01-051-2/+3
* Require space after colon before factor expansion (#2822)Patrick Decat2023-01-041-1/+1
* Better message when command parsing on empty input (#2807)Bernát Gábor2023-01-021-0/+2
* Fix complex negative factor filters not working (#2757)Bernát Gábor2022-12-191-1/+4
* Ignore non-test section names and invalid factor filters (#2748)Bernát Gábor2022-12-181-1/+1
* Fix space not accepted in factor filter expression (#2744)Bernát Gábor2022-12-171-11/+13
* Fix multiple substitution on factor filtering (#2680)Bernát Gábor2022-12-111-0/+1
* Add repr() calls to "invalid value" exception message in StrConverter.to_bool...Paul McGuire2022-12-091-2/+4
* Unescaped comma in substitution should not be replaced during INI expansion (...Bernát Gábor2022-12-071-4/+5
* Support - prefix for commands exit code ignore (#2586)Bernát Gábor2022-12-031-0/+3
* Allow replacing keys with - in INI config (#2581)Bernát Gábor2022-12-021-1/+1
* Support for generative section names (#2557)Bernát Gábor2022-11-291-1/+2
* Bump tools and deps (#2522)Bernát Gábor2022-10-301-7/+6
* release 4.0.0b2Bernát Gábor2022-09-091-2/+1
* Better selection support (#2290)Bernát Gábor2022-01-041-3/+5
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-179-79/+94
* Update setup changelogBernát Gábor2021-11-161-1/+5
* Support for environment files in set_env (#2223)Bernát Gábor2021-09-181-2/+1
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-156-116/+204
* Make ConfigSet ABC and add contains to Loader (#2209)Bernát Gábor2021-09-101-0/+5
* Internal changes to support tox-gh-actions (#2191)Bernát Gábor2021-08-313-3/+8
* Fix env variable substitutions with defaults containing colon (#2186)comabrewer2021-08-271-1/+1
* Add support for args_are_paths (#2157)Bernát Gábor2021-08-151-3/+13
* Suport # character in path of tox project (#2146)Bernát Gábor2021-08-083-3/+7
* Do not fail when commands do not parse with shlex (#2141)Bernát Gábor2021-08-061-6/+8
* Add support for os path separator substitution in ini files (#2138)Bernát Gábor2021-08-051-0/+2
* Evaluate factor conditions for `command` keysJürgen Gmach2021-04-141-3/+4
* Minor code improvements (#2017)Miroslav Šedivý2021-04-112-5/+2
* Port pip requirements.txt parser (#2009)Bernát Gábor2021-04-091-1/+1
* fix replacement of sections with dash (#2000)Oliver Bestwalter2021-04-061-1/+1
* Refactor: Simplify and clean up the code (#1997)Miroslav Šedivý2021-04-062-20/+10
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-054-24/+91
* fix typo (#1981)Jürgen Gmach2021-03-271-1/+1
* Fix typos, modernize and simplify some code (#1971)Miroslav Šedivý2021-03-122-12/+4
* Fix unescaped } breaking expansions that follow it (#1961)Andrey Bienkowski2021-03-061-41/+21
* Support for bracket styled posargs (#1954)Andrey Bienkowski2021-03-041-5/+26
* Add suport for setup.cfg and legacy toml (#1927)Bernát Gábor2021-02-272-13/+14
* Do not show inherited keys as unused (#1913)Bernát Gábor2021-02-142-6/+2
* Add more flake8 checks (#1899)Bernát Gábor2021-02-065-22/+22
* Comment support in ini and alias in show config (#1889)Bernát Gábor2021-01-311-3/+14
* Support = as arg separator and dir in req files (#1867)Bernát Gábor2021-01-232-12/+19
* Multiple small bug-fixes (#1864)Bernát Gábor2021-01-222-1/+4
* Colorize config and fix a circular config bug (#1821)Bernát Gábor2021-01-132-14/+18
* Better handling of set_env (#1784)Bernát Gábor2021-01-116-37/+116
* Add tty replacerBernát Gábor2021-01-081-0/+11