summaryrefslogtreecommitdiff
path: root/src/tox/config/loader/ini
Commit message (Expand)AuthorAgeFilesLines
* Windows shlex fix (#2895)Masen Furer2023-01-251-6/+13
* 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
* 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
* Unescaped comma in substitution should not be replaced during INI expansion (...Bernát Gábor2022-12-071-4/+5
* 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
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-173-34/+40
* 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-152-62/+57
* Internal changes to support tox-gh-actions (#2191)Bernát Gábor2021-08-311-1/+1
* 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-082-3/+5
* 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-111-4/+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-061-6/+4
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-051-9/+8
* fix typo (#1981)Jürgen Gmach2021-03-271-1/+1
* Fix typos, modernize and simplify some code (#1971)Miroslav Šedivý2021-03-121-5/+1
* 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-141-6/+1
* Comment support in ini and alias in show config (#1889)Bernát Gábor2021-01-311-3/+14
* Multiple small bug-fixes (#1864)Bernát Gábor2021-01-221-0/+2
* Colorize config and fix a circular config bug (#1821)Bernát Gábor2021-01-131-14/+15
* Better handling of set_env (#1784)Bernát Gábor2021-01-113-24/+78
* Add tty replacerBernát Gábor2021-01-081-0/+11
* tests: full coverage for replace logicBernát Gábor2020-11-022-29/+22
* replace: re-raise exception when load is not KeyErrorBernát Gábor2020-11-022-14/+25
* tests: increasing coverage for the replacement logicBernát Gábor2020-11-011-3/+2
* show_config: allow displaying config for some keys - handle unbalanced replac...Bernát Gábor2020-11-012-21/+27
* tests: add coverage for factor expansionBernát Gábor2020-11-011-8/+9
* tests: add coverage for ini loaderBernát Gábor2020-11-011-1/+1
* ini loader: remove unused deepcopyBernát Gábor2020-10-311-14/+1
* Use pytest-cov instead of multiple coverage.py callsBernát Gábor2020-10-311-3/+6
* Fix posargs replacement and import fails in test suiteBernát Gábor2020-10-291-4/+4
* Rework configuration to allow generic overridesBernát Gábor2020-10-293-0/+332