summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 4.0.0a44.0.0a4Bernát Gábor2021-01-1611-19/+32
* Support all requirement one arg flags to be specified without space (#1835)Bernát Gábor2021-01-163-33/+61
* Handle spaces in paths within requirement files (#1828)Bernát Gábor2021-01-164-6/+43
* Add code style guide (#1827)Bernát Gábor2021-01-162-2/+19
* Use .tox/4 instead of .tox4 (#1825)Bernát Gábor2021-01-163-6/+10
* rewrite (#1824)Bernát Gábor2021-01-166-46/+83
* Support legacy way of specifying constraint files (and expand constraint file...Bernát Gábor2021-01-143-11/+40
* Colorize config and fix a circular config bug (#1821)Bernát Gábor2021-01-1311-42/+84
* Simplify td_human_readable function (#1819)Miroslav Šedivý2021-01-132-14/+13
* Fix readthedocsBernát Gábor2021-01-131-3/+0
* Release 4.0.0a34.0.0a3Bernát Gábor2021-01-139-36/+46
* Better handling of packaging env creation (#1807)Bernát Gábor2021-01-1334-362/+537
* Adopt same pass env list as tox 3 hasBernát Gábor2021-01-115-22/+32
* Better handling of set_env (#1784)Bernát Gábor2021-01-1143-134/+478
* This is not madness, this is Sparta (#1778)Miro Hrončok2021-01-081-1/+1
* Stable deps and eat-our-own dogfood4.0.0a2Bernát Gábor2021-01-088-51/+69
* Stable order dependenciesBernát Gábor2021-01-081-0/+1
* Add tty replacerBernát Gábor2021-01-085-9/+43
* Fix stdin (but loose isatty support for stdout/stderr)Bernát Gábor2021-01-087-49/+56
* Fix package env recreate not workingBernát Gábor2021-01-074-11/+10
* Requirement files support within depsBernát Gábor2021-01-0722-84/+545
* Allow running it on termuxBernát Gábor2021-01-044-4/+8
* Add tests for the package dependency marker filtersBernát Gábor2021-01-046-111/+202
* Add test for dependency removal triggers recreateBernát Gábor2021-01-032-2/+15
* Fix env_tmp_dir reset, set cwd in test runs, increase coverage on tox_env.apiBernát Gábor2021-01-035-9/+67
* Handle packaging is run too, and run used as packagingBernát Gábor2021-01-033-11/+34
* Better handling and error messages on backend failedBernát Gábor2021-01-0316-42/+122
* Add keyboard interrupt support for parallelBernát Gábor2021-01-0330-420/+596
* Increase code coverageBernát Gábor2021-01-0110-23/+113
* Allow changing the root folder and increase coverageBernát Gábor2021-01-0111-16/+81
* Add test coverage for runner and show configBernát Gábor2020-12-313-26/+28
* Add coverage for the delayed signal handlerBernát Gábor2020-12-313-2/+45
* Finish coverage for PEP-517Bernát Gábor2020-12-307-26/+212
* Add base coverage for PEP-517Bernát Gábor2020-12-297-32/+277
* Fix some code coverage issuesBernát Gábor2020-12-2821-515/+593
* Improve coverageBernát Gábor2020-12-284-14/+15
* Rework and simplify local subprocess executor handlersBernát Gábor2020-12-278-59/+85
* Rework and simplify local subprocess executor handlersBernát Gábor2020-12-2710-201/+199
* Fix keyboard interrupt can failBernát Gábor2020-12-254-15/+21
* Improve code coverageBernát Gábor2020-12-242-6/+8
* More Windows fixbgabor82020-12-242-5/+10
* Fix Windows overlapped I/O handling - no longer blocksbgabor82020-12-241-4/+13
* Windows fixesbgabor82020-12-247-15/+45
* General rework of the parallel, execute and reportingBernát Gábor2020-12-2461-709/+1678
* Add parallel show output support, and don't display parallel output by defaultBernát Gábor2020-11-305-21/+69
* Implement parallel mode - without output redirectBernát Gábor2020-11-3013-230/+221
* rewrite: Use time.monotonic for runtime durations (#1754)Miroslav Šedivý2020-11-292-8/+8
* tests: add test for the sequential run failingBernát Gábor2020-11-281-3/+18
* show config: fix unused usage, add full coverageBernát Gábor2020-11-283-9/+19
* quickstart: add current functionality testBernát Gábor2020-11-282-1/+13