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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for execute interrupt timeouts (#2158)
Bernát Gábor
2021-08-15
5
-90
/
+126
*
Check base python against env name and raise if differs (#2156)
Bernát Gábor
2021-08-15
2
-1
/
+33
*
Add support for args_are_paths (#2157)
Bernát Gábor
2021-08-15
5
-14
/
+51
*
Clarify documentation for --runner (#2151)
Bernát Gábor
2021-08-10
2
-1
/
+11
*
Support CLI run flags for tox config (#2150)
Bernát Gábor
2021-08-09
7
-43
/
+52
*
Fix virtual environment creation not cached (#2147)
Bernát Gábor
2021-08-09
1
-1
/
+1
*
Suport # character in path of tox project (#2146)
Bernát Gábor
2021-08-08
5
-6
/
+13
*
Add support for exec subcommand (#2142)
Bernát Gábor
2021-08-07
4
-15
/
+46
*
Support all Unix shell-style wildcards for pass_env (#2145)
Bernát Gábor
2021-08-07
1
-10
/
+11
*
Add outcome of the tox environment evaluation into result JSON (#2144)
Bernát Gábor
2021-08-07
1
-1
/
+7
*
Do not fail when commands do not parse with shlex (#2141)
Bernát Gábor
2021-08-06
1
-6
/
+8
*
When cleaning dirs clean only their content (#2140)
Bernát Gábor
2021-08-06
4
-9
/
+31
*
Add envlogdir support (#2139)
Bernát Gábor
2021-08-05
1
-0
/
+43
*
Add support for os path separator substitution in ini files (#2138)
Bernát Gábor
2021-08-05
1
-0
/
+2
*
Add support for allowlist_externals (#2134)
Bernát Gábor
2021-08-02
4
-5
/
+39
*
Add documentation for configuration values (#2127)
Bernát Gábor
2021-07-28
4
-6
/
+12
*
Move from toml to tomli (#2118)
Bernát Gábor
2021-07-26
2
-4
/
+6
*
Migrate to platformdirs from appdirs (#2117)
Bernát Gábor
2021-07-26
1
-1
/
+1
*
`tox -e ALL` now runs all environments as expected (#2114)
Jürgen Gmach
2021-07-26
3
-31
/
+53
*
Bump formatters
Bernát Gábor
2021-05-07
4
-6
/
+6
*
Use importlib.import_module instead of __import__
David Mendek
2021-04-18
1
-1
/
+2
*
Fix typos (#2029)
Miroslav Šedivý
2021-04-14
1
-1
/
+1
*
Allow hexadecimal characters only in --hash (#2024)
Miroslav Šedivý
2021-04-14
1
-1
/
+1
*
fix typo (#2028)
Jürgen Gmach
2021-04-14
1
-1
/
+1
*
Evaluate factor conditions for `command` keys
Jürgen Gmach
2021-04-14
1
-3
/
+4
*
Fix requirements file rewrite (#2026)
Bernát Gábor
2021-04-13
4
-103
/
+153
*
Fix regex validation for SHA 512 hashes (#2020)
Jürgen Gmach
2021-04-12
1
-1
/
+1
*
Explain how CLI verbosity level gets determined
Jürgen Gmach
2021-04-12
1
-2
/
+5
*
Minor code improvements (#2017)
Miroslav Šedivý
2021-04-11
8
-21
/
+12
*
Replace .format with f-strings (#2011)
Miroslav Šedivý
2021-04-10
4
-6
/
+6
*
Docs: define which files to keep py2 compatible (#2015)
Miroslav Šedivý
2021-04-10
1
-1
/
+5
*
Port pip requirements.txt parser (#2009)
Bernát Gábor
2021-04-09
8
-413
/
+636
*
minor doc improvements (#2006)
Jürgen Gmach
2021-04-08
3
-5
/
+5
*
fix replacement of sections with dash (#2000)
Oliver Bestwalter
2021-04-06
1
-1
/
+1
*
Support extras in (editable) path requirements (#1998)
Bernát Gábor
2021-04-06
1
-15
/
+40
*
Refactor: Simplify and clean up the code (#1997)
Miroslav Šedivý
2021-04-06
12
-58
/
+37
*
remove duplicated word (#1992)
Jürgen Gmach
2021-04-05
1
-1
/
+1
*
add missing word (#1993)
Jürgen Gmach
2021-04-05
1
-1
/
+1
*
Start plugin interface documentation and installer (#1991)
Bernát Gábor
2021-04-05
53
-1120
/
+1669
*
Fix legacy list env command for empty/missing envlist (#1988)
Jürgen Gmach
2021-04-01
1
-1
/
+1
*
fix typo (#1981)
Jürgen Gmach
2021-03-27
1
-1
/
+1
*
Show skipped envs in reports on platform mismatch (#1970)
Jürgen Gmach
2021-03-20
6
-17
/
+26
*
Fix typos, modernize and simplify some code (#1971)
Miroslav Šedivý
2021-03-12
5
-17
/
+7
*
Inline plugin definition support - tox_.py (#1963)
Bernát Gábor
2021-03-07
6
-10
/
+56
*
fix typo (#1962)
Jürgen Gmach
2021-03-07
1
-1
/
+1
*
Fix unescaped } breaking expansions that follow it (#1961)
Andrey Bienkowski
2021-03-06
2
-42
/
+22
*
Support for bracket styled posargs (#1954)
Andrey Bienkowski
2021-03-04
1
-5
/
+26
*
Support for ignore_outcome (#1960)
Andrey Bienkowski
2021-03-04
3
-13
/
+31
*
Add suport for setup.cfg and legacy toml (#1927)
Bernát Gábor
2021-02-27
12
-200
/
+324
*
Bump dependencies
Bernát Gábor
2021-02-20
1
-35
/
+14
[next]