index
:
delta/python-packages/tox-git.git
asottile-patch-1
fix-legacy-devenv
issue_2002
issue_2018
jugmac00-patch-1
legacy
main
master
minor-doc-improvements
piptoxtypo
pre-commit-ci-update-config
release-3.20.1
release-3.21.1
release-3.21.2
release-3.21.4
release-3.22.0
release-3.23.0
release-3.24.3
release-4.0.0a6
release-4.0.0a8
release-4.4.10
release-4.4.11
release-4.4.12
release-4.4.8
release-4.4.9
release-4.5.0
rewrite
rewrote
github.com: tox-dev/tox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tox
/
config
/
loader
/
ini
Commit message (
Expand
)
Author
Age
Files
Lines
*
Windows shlex fix (#2895)
Masen Furer
2023-01-25
1
-6
/
+13
*
Fix regression with multiple env substitutions for the same key (#2873)
Masen Furer
2023-01-16
1
-4
/
+7
*
Recursive replace (#2864)
Masen Furer
2023-01-15
1
-8
/
+28
*
Rewrite substitution parser (#2861)
Masen Furer
2023-01-15
1
-67
/
+174
*
Also accept tab after colon before factor filter expansion (#2823)
Patrick Decat
2023-01-05
1
-2
/
+3
*
Require space after colon before factor expansion (#2822)
Patrick Decat
2023-01-04
1
-1
/
+1
*
Fix complex negative factor filters not working (#2757)
Bernát Gábor
2022-12-19
1
-1
/
+4
*
Ignore non-test section names and invalid factor filters (#2748)
Bernát Gábor
2022-12-18
1
-1
/
+1
*
Fix space not accepted in factor filter expression (#2744)
Bernát Gábor
2022-12-17
1
-11
/
+13
*
Fix multiple substitution on factor filtering (#2680)
Bernát Gábor
2022-12-11
1
-0
/
+1
*
Unescaped comma in substitution should not be replaced during INI expansion (...
Bernát Gábor
2022-12-07
1
-4
/
+5
*
Allow replacing keys with - in INI config (#2581)
Bernát Gábor
2022-12-02
1
-1
/
+1
*
Support for generative section names (#2557)
Bernát Gábor
2022-11-29
1
-1
/
+2
*
Drop python 3.6 support (#2275)
Bernát Gábor
2021-11-17
3
-34
/
+40
*
Update setup changelog
Bernát Gábor
2021-11-16
1
-1
/
+5
*
Support for environment files in set_env (#2223)
Bernát Gábor
2021-09-18
1
-2
/
+1
*
Expose the configuration load mechanism to plugins (#2217)
Bernát Gábor
2021-09-15
2
-62
/
+57
*
Internal changes to support tox-gh-actions (#2191)
Bernát Gábor
2021-08-31
1
-1
/
+1
*
Fix env variable substitutions with defaults containing colon (#2186)
comabrewer
2021-08-27
1
-1
/
+1
*
Add support for args_are_paths (#2157)
Bernát Gábor
2021-08-15
1
-3
/
+13
*
Suport # character in path of tox project (#2146)
Bernát Gábor
2021-08-08
2
-3
/
+5
*
Add support for os path separator substitution in ini files (#2138)
Bernát Gábor
2021-08-05
1
-0
/
+2
*
Evaluate factor conditions for `command` keys
Jürgen Gmach
2021-04-14
1
-3
/
+4
*
Minor code improvements (#2017)
Miroslav Šedivý
2021-04-11
1
-4
/
+1
*
fix replacement of sections with dash (#2000)
Oliver Bestwalter
2021-04-06
1
-1
/
+1
*
Refactor: Simplify and clean up the code (#1997)
Miroslav Šedivý
2021-04-06
1
-6
/
+4
*
Start plugin interface documentation and installer (#1991)
Bernát Gábor
2021-04-05
1
-9
/
+8
*
fix typo (#1981)
Jürgen Gmach
2021-03-27
1
-1
/
+1
*
Fix typos, modernize and simplify some code (#1971)
Miroslav Šedivý
2021-03-12
1
-5
/
+1
*
Fix unescaped } breaking expansions that follow it (#1961)
Andrey Bienkowski
2021-03-06
1
-41
/
+21
*
Support for bracket styled posargs (#1954)
Andrey Bienkowski
2021-03-04
1
-5
/
+26
*
Add suport for setup.cfg and legacy toml (#1927)
Bernát Gábor
2021-02-27
2
-13
/
+14
*
Do not show inherited keys as unused (#1913)
Bernát Gábor
2021-02-14
1
-6
/
+1
*
Comment support in ini and alias in show config (#1889)
Bernát Gábor
2021-01-31
1
-3
/
+14
*
Multiple small bug-fixes (#1864)
Bernát Gábor
2021-01-22
1
-0
/
+2
*
Colorize config and fix a circular config bug (#1821)
Bernát Gábor
2021-01-13
1
-14
/
+15
*
Better handling of set_env (#1784)
Bernát Gábor
2021-01-11
3
-24
/
+78
*
Add tty replacer
Bernát Gábor
2021-01-08
1
-0
/
+11
*
tests: full coverage for replace logic
Bernát Gábor
2020-11-02
2
-29
/
+22
*
replace: re-raise exception when load is not KeyError
Bernát Gábor
2020-11-02
2
-14
/
+25
*
tests: increasing coverage for the replacement logic
Bernát Gábor
2020-11-01
1
-3
/
+2
*
show_config: allow displaying config for some keys - handle unbalanced replac...
Bernát Gábor
2020-11-01
2
-21
/
+27
*
tests: add coverage for factor expansion
Bernát Gábor
2020-11-01
1
-8
/
+9
*
tests: add coverage for ini loader
Bernát Gábor
2020-11-01
1
-1
/
+1
*
ini loader: remove unused deepcopy
Bernát Gábor
2020-10-31
1
-14
/
+1
*
Use pytest-cov instead of multiple coverage.py calls
Bernát Gábor
2020-10-31
1
-3
/
+6
*
Fix posargs replacement and import fails in test suite
Bernát Gábor
2020-10-29
1
-4
/
+4
*
Rework configuration to allow generic overrides
Bernát Gábor
2020-10-29
3
-0
/
+332