summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix space not accepted in factor filter expression (#2744)Bernát Gábor2022-12-171-11/+13
* Fix plain section shadows env config (#2742)Bernát Gábor2022-12-172-3/+3
* Fix python hash seed not being set (#2739)Bernát Gábor2022-12-162-3/+33
* implement pseudo tty on stdout/stderr (#2711)Masen Furer2022-12-162-10/+68
* Fix legacy flags, deprecate them and remove --index-url (#2731)Bernát Gábor2022-12-152-18/+53
* Restore TOX_SKIP_ENV filtering (#2707)Marius Gedminas2022-12-141-2/+15
* NO_COLOR follows no-color.org logic instead of tox boolean (#2727)Bernát Gábor2022-12-141-1/+1
* Show only default env list for tox config by default (#2726)Bernát Gábor2022-12-141-2/+2
* Add py_dot_ver and py_impl (#2716)Bernát Gábor2022-12-142-1/+13
* Fix default verbosity in help (#2709)Marius Gedminas2022-12-141-1/+1
* Add PKG_CONFIG_PATH to default passenv (#2700)Bernát Gábor2022-12-131-0/+1
* Add tox_on_install and tox_env_teardown plugin hooks (#2687)Bernát Gábor2022-12-137-6/+45
* Fix requirements.txt parsing (#2683)Bernát Gábor2022-12-111-2/+2
* Fix multiple substitution on factor filtering (#2680)Bernát Gábor2022-12-111-0/+1
* Support for --no-deps within deps (#2678)Bernát Gábor2022-12-113-15/+40
* Fail on blanks in passed env vars (#2671)Eric L2022-12-101-2/+12
* Normalize extra names passed in (#2668)Bernát Gábor2022-12-091-0/+9
* Add repr() calls to "invalid value" exception message in StrConverter.to_bool...Paul McGuire2022-12-091-2/+4
* Do not log distlib.util or filelock (#2656)Bernát Gábor2022-12-081-21/+1
* Pass through NUMBER_OF_PROCESSORS on Windows (#2647)Bernát Gábor2022-12-081-0/+1
* Set always PYTHONIOENCODING to utf-8 (#2646)Bernát Gábor2022-12-081-0/+1
* Show host python under core section as constant (#2644)Bernát Gábor2022-12-081-0/+2
* Ensure change_dir is created before running commands (#2643)Bernát Gábor2022-12-081-0/+1
* Unescaped comma in substitution should not be replaced during INI expansion (...Bernát Gábor2022-12-071-4/+5
* tox --showconfig -e py shows core configs (#2625)Bernát Gábor2022-12-072-1/+4
* Create session views of the build wheel/sdist into temp_dir (#2614)Bernát Gábor2022-12-074-6/+58
* Default tox min_version to 4.0 instead of current tox version (#2613)Bernát Gábor2022-12-071-8/+2
* Create a FAQ entry about tox v3 - v4 compatibility (#2601)Jürgen Gmach2022-12-072-94/+1
* Do not conflate extra markers and extra dependencies (#2605)Bernát Gábor2022-12-061-9/+8
* Remove deprecated `whitelist_externals` configuration option (#2600)Jürgen Gmach2022-12-061-1/+1
* Better handling of build backend without editable support and add --exit-and-...Bernát Gábor2022-12-057-25/+59
* Lock parallel package operations (#2593)Bernát Gábor2022-12-053-7/+21
* Fallback to editable-legacy if the build backend does not have build_editable...Bernát Gábor2022-12-042-9/+22
* Ensure only one tox environment operates on a packaging environment (#2588)Bernát Gábor2022-12-041-8/+22
* Ensure paths constructed by tox stay meaningful (#2587)Bernát Gábor2022-12-031-1/+3
* Support - prefix for commands exit code ignore (#2586)Bernát Gábor2022-12-031-0/+3
* Use devpi-process instead rolling our own (#2582)Bernát Gábor2022-12-021-133/+6
* Allow replacing keys with - in INI config (#2581)Bernát Gábor2022-12-021-1/+1
* Do not set COLUMNS or LINES if already set by user (#2580)Bernát Gábor2022-12-021-3/+3
* Support for recursive extras (#2579)Bernát Gábor2022-12-023-11/+45
* Avoid recreation of virtualenv due to symlinks (#2574)Sorin Sbarnea2022-12-011-1/+1
* Allow installing relative paths that go outside tox root folder (#2554)Sorin Sbarnea2022-11-291-3/+8
* Support for generative section names (#2557)Bernát Gábor2022-11-293-17/+37
* Allow passing config directory without filename (#2550)Sorin Sbarnea2022-11-272-1/+12
* PEP-660 support (#2502)Bernát Gábor2022-11-265-29/+54
* Avoid impossible minversion requirement (#2549)Sorin Sbarnea2022-11-261-0/+5
* Improve coloring of logged commands (#2546)Sorin Sbarnea2022-11-261-0/+2
* PythonDeps: move `cli_only` handling logic to `_parse_requirements` (#2547)Masen Furer2022-11-253-15/+25
* Move off deprecated pytest APIBernát Gábor2022-11-221-1/+1
* Bump deps and toolsBernát Gábor2022-11-223-7/+7