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
/
session
/
cmd
/
run
Commit message (
Expand
)
Author
Age
Files
Lines
*
Feature: suppress step timings for verbosity=1 #2891 (#2992)
release-4.5.0
Ned Batchelder
2023-04-24
1
-1
/
+1
*
Fix various issues with missing interpreters (#2828)
Stephen Finucane
2023-01-06
1
-1
/
+3
*
Fix --skip-missing-interpreters (#2793)
q0w
2022-12-29
1
-0
/
+1
*
Fix --sdistonly behaviour (#2775)
q0w
2022-12-25
1
-1
/
+5
*
Suppress a report output when verbosity = 0. (#2774)
q0w
2022-12-25
1
-3
/
+9
*
Fix python hash seed not being set (#2739)
Bernát Gábor
2022-12-16
1
-3
/
+26
*
Ensure change_dir is created before running commands (#2643)
Bernát Gábor
2022-12-08
1
-0
/
+1
*
Bump deps and tools
Bernát Gábor
2022-11-22
1
-4
/
+4
*
Use PEP-621 to load project dependencies (#2499)
Bernát Gábor
2022-09-10
1
-1
/
+1
*
Bump linters
Bernát Gábor
2022-09-09
1
-1
/
+1
*
2315 (#2317)
Bernát Gábor
2022-01-13
1
-0
/
+1
*
Legacy parallel flag should accept no arguments (#2307)
Bernát Gábor
2022-01-10
1
-2
/
+3
*
Better selection support (#2290)
Bernát Gábor
2022-01-04
3
-37
/
+39
*
Drop python 3.6 support (#2275)
Bernát Gábor
2021-11-17
5
-35
/
+43
*
Update setup changelog
Bernát Gábor
2021-11-16
1
-1
/
+5
*
Support for external packages and builders (#2235)
Bernát Gábor
2021-09-26
1
-2
/
+4
*
Fix list/depends cmd creates package env as run env
Bernát Gábor
2021-09-24
1
-9
/
+5
*
Fix the interrupt thread is deadlocking when receiving an interrupt
Bernát Gábor
2021-09-24
1
-0
/
+6
*
Fix CTRL+C not working on Windows
Bernát Gábor
2021-09-24
1
-6
/
+6
*
Expose the configuration load mechanism to plugins (#2217)
Bernát Gábor
2021-09-15
2
-6
/
+9
*
Support for plugin before and after, fix ASCII report fails (#2214)
Bernát Gábor
2021-09-11
1
-8
/
+15
*
Let tox run fail when all envs are skipped (#2206)
Jürgen Gmach
2021-09-10
1
-2
/
+4
*
Fix parallel show output not working (#2161)
Bernát Gábor
2021-08-18
1
-3
/
+3
*
Support CLI run flags for tox config (#2150)
Bernát Gábor
2021-08-09
2
-24
/
+28
*
Add outcome of the tox environment evaluation into result JSON (#2144)
Bernát Gábor
2021-08-07
1
-1
/
+7
*
Minor code improvements (#2017)
Miroslav Šedivý
2021-04-11
1
-6
/
+3
*
minor doc improvements (#2006)
Jürgen Gmach
2021-04-08
1
-3
/
+3
*
Refactor: Simplify and clean up the code (#1997)
Miroslav Šedivý
2021-04-06
1
-2
/
+2
*
Start plugin interface documentation and installer (#1991)
Bernát Gábor
2021-04-05
4
-6
/
+9
*
Show skipped envs in reports on platform mismatch (#1970)
Jürgen Gmach
2021-03-20
2
-4
/
+4
*
Fix typos, modernize and simplify some code (#1971)
Miroslav Šedivý
2021-03-12
1
-2
/
+0
*
Support for ignore_outcome (#1960)
Andrey Bienkowski
2021-03-04
2
-13
/
+25
*
Fix tox is not exiting because package env thread holding it up
Bernát Gábor
2021-02-15
1
-6
/
+6
*
Smarter tox env finish status report (#1910)
Bernát Gábor
2021-02-13
3
-20
/
+35
*
Add more flake8 checks (#1899)
Bernát Gábor
2021-02-06
1
-2
/
+2
*
Drop sdistsrc and support --installpkg (#1890)
Bernát Gábor
2021-02-01
3
-49
/
+73
*
Add platform support (#1888)
Bernát Gábor
2021-01-30
1
-15
/
+14
*
Add ignore_erros and fix handling commands* (#1876)
Bernát Gábor
2021-01-27
1
-24
/
+44
*
Multiple small bug-fixes (#1864)
Bernát Gábor
2021-01-22
1
-1
/
+1
*
rewrite (#1824)
Bernát Gábor
2021-01-16
1
-7
/
+0
*
Better handling of packaging env creation (#1807)
Bernát Gábor
2021-01-13
2
-6
/
+12
*
Stable deps and eat-our-own dogfood
4.0.0a2
Bernát Gábor
2021-01-08
1
-0
/
+12
*
Handle packaging is run too, and run used as packaging
Bernát Gábor
2021-01-03
1
-0
/
+2
*
Better handling and error messages on backend failed
Bernát Gábor
2021-01-03
3
-7
/
+14
*
Add keyboard interrupt support for parallel
Bernát Gábor
2021-01-03
4
-115
/
+193
*
General rework of the parallel, execute and reporting
Bernát Gábor
2020-12-24
4
-52
/
+114
*
Add parallel show output support, and don't display parallel output by default
Bernát Gábor
2020-11-30
1
-2
/
+3
*
Implement parallel mode - without output redirect
Bernát Gábor
2020-11-30
4
-175
/
+130
*
rewrite: Use time.monotonic for runtime durations (#1754)
Miroslav Šedivý
2020-11-29
1
-6
/
+6
*
Fix provisioning support
Bernát Gábor
2020-11-27
2
-15
/
+3
[next]