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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump deps and tools (#2954)
Bernát Gábor
2023-03-23
1
-2
/
+2
*
Windows shlex fix (#2895)
Masen Furer
2023-01-25
2
-8
/
+47
*
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
*
Better message when command parsing on empty input (#2807)
Bernát Gábor
2023-01-02
1
-0
/
+2
*
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
*
Add repr() calls to "invalid value" exception message in StrConverter.to_bool...
Paul McGuire
2022-12-09
1
-2
/
+4
*
Unescaped comma in substitution should not be replaced during INI expansion (...
Bernát Gábor
2022-12-07
1
-4
/
+5
*
Support - prefix for commands exit code ignore (#2586)
Bernát Gábor
2022-12-03
1
-0
/
+3
*
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
*
Bump tools and deps (#2522)
Bernát Gábor
2022-10-30
1
-7
/
+6
*
release 4.0.0b2
Bernát Gábor
2022-09-09
1
-2
/
+1
*
Better selection support (#2290)
Bernát Gábor
2022-01-04
1
-3
/
+5
*
Drop python 3.6 support (#2275)
Bernát Gábor
2021-11-17
9
-79
/
+94
*
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
6
-116
/
+204
*
Make ConfigSet ABC and add contains to Loader (#2209)
Bernát Gábor
2021-09-10
1
-0
/
+5
*
Internal changes to support tox-gh-actions (#2191)
Bernát Gábor
2021-08-31
3
-3
/
+8
*
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
3
-3
/
+7
*
Do not fail when commands do not parse with shlex (#2141)
Bernát Gábor
2021-08-06
1
-6
/
+8
*
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
2
-5
/
+2
*
Port pip requirements.txt parser (#2009)
Bernát Gábor
2021-04-09
1
-1
/
+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
2
-20
/
+10
*
Start plugin interface documentation and installer (#1991)
Bernát Gábor
2021-04-05
4
-24
/
+91
*
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
2
-12
/
+4
*
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
2
-6
/
+2
*
Add more flake8 checks (#1899)
Bernát Gábor
2021-02-06
5
-22
/
+22
*
Comment support in ini and alias in show config (#1889)
Bernát Gábor
2021-01-31
1
-3
/
+14
*
Support = as arg separator and dir in req files (#1867)
Bernát Gábor
2021-01-23
2
-12
/
+19
*
Multiple small bug-fixes (#1864)
Bernát Gábor
2021-01-22
2
-1
/
+4
*
Colorize config and fix a circular config bug (#1821)
Bernát Gábor
2021-01-13
2
-14
/
+18
*
Better handling of set_env (#1784)
Bernát Gábor
2021-01-11
6
-37
/
+116
*
Add tty replacer
Bernát Gábor
2021-01-08
1
-0
/
+11
[next]