summaryrefslogtreecommitdiff
path: root/src/tox/interpreters
Commit message (Expand)AuthorAgeFilesLines
* Use {env}/bin instead of {env}/Scripts when Python is from MSYS2 on Windows. ...Jesse Schwartzentruber2021-04-061-0/+2
* New formattersBernat Gabor2020-09-011-2/+8
* Add setup.cfg formattingBernat Gabor2020-07-231-1/+1
* PyPy 7.3.1 now generates Scripts instead of bin on Windows (#1597)Bernát Gábor2020-06-062-5/+12
* Bump pre-commit, fix errors (#1586)Bernát Gábor2020-05-201-1/+1
* Fix parsing of architecture in python interpreter name (#1542)Charles Brunet2020-03-261-1/+1
* Allow user to inject specific Pythons to try as step 1 during discoveryBernat Gabor2020-02-163-18/+39
* use get_python_info for consistency and caching (#1462)Daniel Hahler2019-12-022-5/+14
* Correctly recognize interpreters that has suffixes (#1416)Pablo Galindo2019-09-031-1/+1
* Use `not PY2` instead of `PY3` for python4.x compat (#1404)Anthony Sottile2019-08-241-1/+1
* Fix PythonSpec detection of python3.10 (#1398)Anthony Sottile2019-08-141-1/+1
* fix windows selects incorrect spec (#1317)Bernát Gábor2019-05-231-2/+1
* fix winreg usage for python2 on windows (#1316)Anthony Sottile2019-05-231-2/+2
* PEP-514 support via winreg (#1310)Bernát Gábor2019-05-236-0/+510