summaryrefslogtreecommitdiff
path: root/src/tox/execute
Commit message (Expand)AuthorAgeFilesLines
* implement pseudo tty on stdout/stderr (#2711)Masen Furer2022-12-162-10/+68
* Better handling of build backend without editable support and add --exit-and-...Bernát Gábor2022-12-051-0/+1
* Do not set COLUMNS or LINES if already set by user (#2580)Bernát Gábor2022-12-021-3/+3
* Use PEP-621 to load project dependencies (#2499)Bernát Gábor2022-09-101-1/+1
* Display registered plugins with --version (#2413)Max Droy2022-09-091-1/+1
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-1710-72/+94
* Use pyproject-api package (#2274)Bernát Gábor2021-11-161-1/+2
* Update setup changelogBernát Gábor2021-11-163-5/+28
* Support for external packages and builders (#2235)Bernát Gábor2021-09-261-1/+1
* Fix list/depends cmd creates package env as run envBernát Gábor2021-09-241-1/+2
* Fix CTRL+C not working on WindowsBernát Gábor2021-09-241-8/+4
* Add support for TOX_LIMITED_SHEBANG (#2226)Bernát Gábor2021-09-202-2/+37
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-152-9/+9
* Fix coverage for windows on local subprocessBernát Gábor2021-08-181-5/+6
* Add support for execute interrupt timeouts (#2158)Bernát Gábor2021-08-153-76/+106
* Add support for allowlist_externals (#2134)Bernát Gábor2021-08-022-3/+25
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-053-18/+50
* Fix tox is not exiting because package env thread holding it upBernát Gábor2021-02-152-4/+27
* Support running python 2 targets (#1900)Bernát Gábor2021-02-091-0/+2
* Add more flake8 checks (#1899)Bernát Gábor2021-02-065-9/+23
* Cleanup local subprocess file handlers (#1863)Bernát Gábor2021-01-221-0/+7
* Add support for virtualenv configuration options (#1862)Bernát Gábor2021-01-211-1/+1
* Better handling of set_env (#1784)Bernát Gábor2021-01-111-1/+0
* Stable deps and eat-our-own dogfood4.0.0a2Bernát Gábor2021-01-081-1/+1
* Add tty replacerBernát Gábor2021-01-082-8/+10
* Fix stdin (but loose isatty support for stdout/stderr)Bernát Gábor2021-01-082-24/+20
* Requirement files support within depsBernát Gábor2021-01-073-6/+13
* Better handling and error messages on backend failedBernát Gábor2021-01-031-2/+27
* Add keyboard interrupt support for parallelBernát Gábor2021-01-034-81/+72
* Add base coverage for PEP-517Bernát Gábor2020-12-291-1/+5
* Fix some code coverage issuesBernát Gábor2020-12-281-12/+8
* Improve coverageBernát Gábor2020-12-283-14/+14
* Rework and simplify local subprocess executor handlersBernát Gábor2020-12-273-28/+55
* Rework and simplify local subprocess executor handlersBernát Gábor2020-12-276-149/+94
* Fix keyboard interrupt can failBernát Gábor2020-12-251-8/+14
* More Windows fixbgabor82020-12-241-4/+9
* Fix Windows overlapped I/O handling - no longer blocksbgabor82020-12-241-4/+13
* Windows fixesbgabor82020-12-242-4/+14
* General rework of the parallel, execute and reportingBernát Gábor2020-12-248-121/+375
* tests: add coverage for the local subprocess executorBernát Gábor2020-11-063-40/+32
* Handle requirement files for depsBernát Gábor2020-11-041-1/+1
* tests: add platform specific pragma no coverage for thread reader win/unixBernát Gábor2020-11-032-11/+11
* tests: add platform specific no pragma for platform branchesBernát Gábor2020-11-023-10/+11
* report: duration of the setup and the individual commands and fix devenvBernát Gábor2020-10-301-2/+5
* Better shell cmd report, fix list env not working with testsBernát Gábor2020-10-272-8/+11
* Better run output, and fix failing cmd not being reportedBernát Gábor2020-10-261-4/+4
* Add typing to test suiteBernát Gábor2020-10-261-1/+4
* More fixesBernát Gábor2020-10-251-1/+1
* Various fixesBernát Gábor2020-10-252-2/+6
* Handle tty and terminal size within the local subprocess executorBernát Gábor2020-10-235-28/+75