summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ASCII output for --parallel report lines (#2164)Brett Smith2021-08-211-21/+19
* Add LC_ALL to implicit tox passenv (#2162)Sorin Sbarnea2021-08-181-0/+1
* Alow backend build system to omit `get_requires_for_build_sdist` hook (#2131)oczkoisse2021-07-311-1/+8
* Add Python3.10 to CI and handle distutils deprecationBernát Gábor2021-07-141-2/+16
* Fix show config when package names are not canonical (#2103)Bernát Gábor2021-07-131-5/+3
* Use sysconfig instead of distutils for Python 3.10 compatability (#2100)Rebecca Turner2021-07-131-2/+2
* [pre-commit.ci] pre-commit autoupdate (#2068)pre-commit-ci[bot]2021-05-253-10/+8
* Do not modify provisioned envdir when --devenv is specified (#2066)Isaac Pedisich2021-05-241-1/+4
* Fix when there is no 4th arg passed to build_isolated (#2056)Antoine Dechaume2021-05-051-1/+1
* Remove redundant character escape in some regexes (#2051)Marc Hernández2021-05-032-6/+6
* [pre-commit.ci] pre-commit autoupdate (#2046)pre-commit-ci[bot]2021-04-305-7/+7
* Set daemon attribute instead of using setDaemon method that was deprecated in...Karthikeyan Singaravelan2021-04-181-1/+1
* Use {env}/bin instead of {env}/Scripts when Python is from MSYS2 on Windows. ...Jesse Schwartzentruber2021-04-063-0/+9
* Use UTF-8 encoding when parsing pyproject.toml (#1940)Dominic Davis-Foster2021-03-032-2/+10
* Add --no-provision flag (#1922)Miro Hrončok2021-03-031-2/+34
* Expose tox requires via the config object (#1919)Miro Hrončok2021-02-161-2/+2
* Handle sigterm by killing the commands subprocess (#1860)David Diaz Barquero2021-01-201-0/+13
* Newer coverage plugin updates env-vars, ignore in pytest plugin (#1854)Bernát Gábor2021-01-191-1/+1
* config: Prevent .tox in envlistJohn Vandenberg2021-01-121-0/+6
* config: Revert removal of {packages}/{opts} hackJohn Vandenberg2021-01-121-0/+6
* config: Fix parsing posargs default with colonJohn Vandenberg2021-01-111-0/+7
* Fix CI (#1774)Bernát Gábor2021-01-081-1/+2
* Fix download=True option (#1558) (#1766)Alexander Morley2021-01-031-0/+2
* Revert "Parse [tox:testenv] sections in setup.cfg" (#1726)Bernát Gábor2020-10-301-12/+6
* Fix congratulations message that occurs on KeyboardInterrupt during package i...Gleb Nikonorov2020-10-301-0/+6
* Parse [tox:testenv] sections in setup.cfg (#1724)Mauricio Villegas2020-10-301-6/+12
* Improve substitution recursion check (#1720)John Vandenberg2020-10-272-11/+16
* Raise MissingSubstitution on access (#1717)John Vandenberg2020-10-263-6/+28
* Dont pass around re match object (#1712)John Vandenberg2020-10-261-10/+9
* Prevent {} and tighten parsing of {:} (#1715)John Vandenberg2020-10-241-6/+12
* Fix using platform with install_command (#1707)John Vandenberg2020-10-231-0/+7
* Add substitution {/} to os.sep (#1701)John Vandenberg2020-10-211-0/+2
* Fix escaping brackets in setenv (#1691)John Vandenberg2020-10-212-5/+20
* Allow {posargs} in setenv (#1697)John Vandenberg2020-10-181-22/+40
* Allow escaping of {} in defaults (#1696)John Vandenberg2020-10-181-1/+1
* Support environment files and comments in setenv (#1668)Bernát Gábor2020-09-011-5/+13
* New formattersBernat Gabor2020-09-0113-48/+142
* Merge pull request #1656 from mkenigs/escape-braces-in-setenvBernát Gábor2020-08-311-1/+3
|\
| * Allow escaping curly braces in setenvMatthew Kenigsberg2020-08-221-1/+3
* | Spelling fixes (#1665)Ville Skyttä2020-08-281-1/+1
* | Fix support of the PEP517 backend-path key (#1655)Nicolas Vivet2020-08-202-0/+14
|/
* Fix: accept hyphens in generative section names (#1647)Tyagdit2020-08-071-1/+1
* Allow to use --devenv without tox config (#1644)Miro Hrončok2020-08-061-1/+6
* Do not use setup.cfg file that does not have tox:tox namespace (#1642)Miro Hrončok2020-08-061-1/+13
* Implement support for PEP517 backend-path setting (#1614)Sviatoslav Sydorenko2020-07-302-2/+41
* Fix isolated build helper scripts (#1629)David Hewitt2020-07-282-2/+2
* Add alias "allowlist_externals" to "whitelist_externals" (#1601)David Diaz Barquero2020-07-232-6/+19
* Add setup.cfg formattingBernat Gabor2020-07-233-2/+3
* Use a HOSTNAME environment variable instead of socket.getfqdn() in ResultLog ...Miro Hrončok2020-07-141-1/+2
* Add long --verbose/--quiet cli arguments (#1612)Florian Bruhin2020-07-121-0/+2