summaryrefslogtreecommitdiff
path: root/src/tox/execute/local_sub_process
Commit message (Expand)AuthorAgeFilesLines
* implement pseudo tty on stdout/stderr (#2711)Masen Furer2022-12-161-5/+63
* Do not set COLUMNS or LINES if already set by user (#2580)Bernát Gábor2022-12-021-3/+3
* Display registered plugins with --version (#2413)Max Droy2022-09-091-1/+1
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-174-29/+41
* Update setup changelogBernát Gábor2021-11-161-2/+9
* 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-201-2/+7
* 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-151-62/+39
* Add support for allowlist_externals (#2134)Bernát Gábor2021-08-021-1/+14
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-051-1/+1
* Fix tox is not exiting because package env thread holding it upBernát Gábor2021-02-151-1/+5
* Add more flake8 checks (#1899)Bernát Gábor2021-02-062-3/+6
* 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
* Add keyboard interrupt support for parallelBernát Gábor2021-01-032-54/+67
* 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-274-112/+77
* 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-244-50/+122
* tests: add coverage for the local subprocess executorBernát Gábor2020-11-062-38/+31
* 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-021-5/+5
* 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-251-1/+1
* Handle tty and terminal size within the local subprocess executorBernát Gábor2020-10-234-28/+72
* Fixbgabor82020-10-222-7/+10
* TypingBernát Gábor2020-10-224-52/+55
* Improve documentationBernát Gábor2020-10-191-2/+9
* Fix CI (#1556)Bernát Gábor2020-07-242-15/+19
* Setup CI for tox 4 (#1551)Bernát Gábor2020-04-174-0/+238