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
/
tests
/
config
/
loader
Commit message (
Expand
)
Author
Age
Files
Lines
*
Windows shlex fix (#2895)
Masen Furer
2023-01-25
2
-7
/
+133
*
Fix regression with multiple env substitutions for the same key (#2873)
Masen Furer
2023-01-16
1
-2
/
+38
*
Recursive replace (#2864)
Masen Furer
2023-01-15
2
-1
/
+44
*
Rewrite substitution parser (#2861)
Masen Furer
2023-01-15
3
-18
/
+192
*
Also accept tab after colon before factor filter expansion (#2823)
Patrick Decat
2023-01-05
1
-0
/
+6
*
Require space after colon before factor expansion (#2822)
Patrick Decat
2023-01-04
1
-0
/
+2
*
Better message when command parsing on empty input (#2807)
Bernát Gábor
2023-01-02
1
-0
/
+1
*
Fix complex negative factor filters not working (#2757)
Bernát Gábor
2022-12-19
1
-0
/
+6
*
Fix space not accepted in factor filter expression (#2744)
Bernát Gábor
2022-12-17
2
-2
/
+4
*
Fix multiple substitution on factor filtering (#2680)
Bernát Gábor
2022-12-11
1
-0
/
+8
*
Unescaped comma in substitution should not be replaced during INI expansion (...
Bernát Gábor
2022-12-07
1
-0
/
+5
*
Allow replacing keys with - in INI config (#2581)
Bernát Gábor
2022-12-02
1
-0
/
+6
*
Support for generative section names (#2557)
Bernát Gábor
2022-11-29
1
-0
/
+22
*
Do not perform interpolation for INI files (#2352)
Bernát Gábor
2022-02-10
1
-1
/
+1
*
Better selection support (#2290)
Bernát Gábor
2022-01-04
1
-2
/
+8
*
Bump linters
Bernát Gábor
2021-12-11
1
-1
/
+1
*
Drop python 3.6 support (#2275)
Bernát Gábor
2021-11-17
15
-12
/
+39
*
Update setup changelog
Bernát Gábor
2021-11-16
1
-3
/
+6
*
Expose the configuration load mechanism to plugins (#2217)
Bernát Gábor
2021-09-15
6
-38
/
+130
*
Make ConfigSet ABC and add contains to Loader (#2209)
Bernát Gábor
2021-09-10
1
-0
/
+6
*
Internal changes to support tox-gh-actions (#2191)
Bernát Gábor
2021-08-31
1
-1
/
+2
*
Fix env variable substitutions with defaults containing colon (#2186)
comabrewer
2021-08-27
1
-0
/
+7
*
Do not fail when commands do not parse with shlex (#2141)
Bernát Gábor
2021-08-06
1
-0
/
+12
*
Add support for os path separator substitution in ini files (#2138)
Bernát Gábor
2021-08-05
1
-0
/
+8
*
Evaluate factor conditions for `command` keys
Jürgen Gmach
2021-04-14
1
-1
/
+25
*
fix replacement of sections with dash (#2000)
Oliver Bestwalter
2021-04-06
1
-0
/
+15
*
Start plugin interface documentation and installer (#1991)
Bernát Gábor
2021-04-05
2
-2
/
+1
*
Inline plugin definition support - tox_.py (#1963)
Bernát Gábor
2021-03-07
1
-1
/
+1
*
Fix unescaped } breaking expansions that follow it (#1961)
Andrey Bienkowski
2021-03-06
2
-0
/
+33
*
Support for bracket styled posargs (#1954)
Andrey Bienkowski
2021-03-04
1
-11
/
+30
*
Fix test_replace_pos_args_empty_sys_argv (#1936)
Andrey Bienkowski
2021-03-01
1
-1
/
+1
*
Add suport for setup.cfg and legacy toml (#1927)
Bernát Gábor
2021-02-27
1
-7
/
+7
*
Add more flake8 checks (#1899)
Bernát Gábor
2021-02-06
6
-12
/
+11
*
Comment support in ini and alias in show config (#1889)
Bernát Gábor
2021-01-31
1
-0
/
+18
*
Support = as arg separator and dir in req files (#1867)
Bernát Gábor
2021-01-23
5
-9
/
+9
*
Colorize config and fix a circular config bug (#1821)
Bernát Gábor
2021-01-13
1
-1
/
+7
*
Better handling of set_env (#1784)
Bernát Gábor
2021-01-11
5
-5
/
+22
*
Add tty replacer
Bernát Gábor
2021-01-08
1
-0
/
+20
*
General rework of the parallel, execute and reporting
Bernát Gábor
2020-12-24
1
-1
/
+1
*
Fix provisioning support
Bernát Gábor
2020-11-27
1
-1
/
+1
*
tests: do not build state for config tests
Bernát Gábor
2020-11-04
2
-58
/
+30
*
Handle requirement files for deps
Bernát Gábor
2020-11-04
1
-3
/
+3
*
tests: full coverage for replace logic
Bernát Gábor
2020-11-02
2
-28
/
+63
*
replace: re-raise exception when load is not KeyError
Bernát Gábor
2020-11-02
3
-5
/
+33
*
tests: increasing coverage for the replacement logic
Bernát Gábor
2020-11-01
3
-0
/
+14
*
show_config: allow displaying config for some keys - handle unbalanced replac...
Bernát Gábor
2020-11-01
2
-3
/
+17
*
tests: add coverage for factor expansion
Bernát Gábor
2020-11-01
1
-6
/
+26
*
tests: clenup and add coverage for posargs replace
Bernát Gábor
2020-11-01
1
-12
/
+27
*
tests: add coverage for ini loader
Bernát Gábor
2020-11-01
3
-20
/
+69
*
tests: move show config test to its correct location
Bernát Gábor
2020-11-01
1
-31
/
+0
[next]