summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 3.14.03.14.0Bernat Gabor2019-09-0313-13/+48
* Correctly recognize interpreters that has suffixes (#1416)Pablo Galindo2019-09-034-1/+8
* Fix various spelling mistakes across the tree (#1408)Faidon Liambotis2019-08-306-15/+15
* Use `not PY2` instead of `PY3` for python4.x compat (#1404)Anthony Sottile2019-08-242-3/+3
* Remove pyparsing workaround (#1402)Anthony Sottile2019-08-201-2/+0
* clarify behaviour if recreate is set to false (#1372) (#1399)PJCampi2019-08-183-0/+4
* Fix PythonSpec detection of python3.10 (#1398)Anthony Sottile2019-08-144-1/+8
* Update 1374.feature.rstAnthony Sottile2019-08-131-1/+1
* Update URL: python/black → psf/black (#1395)Jon Dufresne2019-08-102-2/+2
* Add quote marks so readers are not tripped up by spaces in their path names (...bu-tegan2019-08-081-2/+2
* Fix typo (#1392)Stig Brautaset2019-08-071-1/+1
* Remove dependence on md5 (#1385)Anthony Sottile2019-07-317-25/+20
* Improve recreate check by looking for .tox-config1 (#1383)Anthony Sottile2019-07-292-1/+4
* Fix testsuite and honor environment markers in requires (#1382)Anthony Sottile2019-07-274-12/+32
* Un-hardcode the supported factors again (#1377)Anthony Sottile2019-07-277-79/+63
* Work around broken pyparsing release (#1380)Anthony Sottile2019-07-271-8/+10
* Fix CI (#1364)Bernát Gábor2019-07-261-2/+2
* Fix tests running under pypy (#1379)Anthony Sottile2019-07-268-63/+80
* Enforce rst file extension @ change fragments (#1371)Sviatoslav Sydorenko2019-07-121-0/+3
* Make changelog instructions visible @ folder view (#1370)Sviatoslav Sydorenko2019-07-113-1/+2
* Use importlib.metadata from the standard library on Python 3.8+ (#1368)Miro Hrončok2019-07-088-4/+14
* Move depends and parallel_show_output into the right section (#1366)Marius Gedminas2019-07-081-19/+19
* Fix repo file links in the PR template (#1363)Sviatoslav Sydorenko2019-07-022-3/+4
* release 3.13.2 (#1362)Bernát Gábor2019-07-023-2/+12
|\
| * release 3.13.23.13.2Bernat Gabor2019-07-013-2/+12
|/
* fix non-canonical names don't work with provisioning (#1360)Bernát Gábor2019-07-016-10/+109
* Add explicit check for pypy venv (#1356)Oliver Bestwalter2019-06-273-0/+9
* Merge pull request #1352 from tox-dev/release-3.13.1Bernát Gábor2019-06-252-1/+10
|\
| * release 3.13.13.13.1Anthony Sottile2019-06-252-1/+10
* | Fix bash code blocks in HOWTORELEASE.rst (#1351)Anthony Sottile2019-06-251-6/+6
|/
* Fix double requirement in isolated build (#1350)Anthony Sottile2019-06-252-1/+4
* release 3.13.0 (#1348)Bernát Gábor2019-06-255-5/+22
|\
| * release 3.13.03.13.0Bernat Gabor2019-06-245-5/+22
|/
* fix #1342 add note that directory is created if does not exist yet (#1345)Oliver Bestwalter2019-06-211-2/+6
* Fix deprecation comment - recommendation is to import directly (#1341)Oliver Bestwalter2019-06-121-5/+2
* cowardly refuse to delete a directory if it isn't a venv (#1340)Anthony Sottile2019-06-103-1/+47
* Use POSIX shell rules for creating posargs string on non-Windows platforms (#...Barney Gale2019-06-054-2/+24
* envconfig.missing_subs is not a setting: should be a private attribute (#1335)Oliver Bestwalter2019-06-053-5/+5
* Improve --devenv help and ensure `--devenv ` does not delete (#1333)Anthony Sottile2019-06-022-6/+32
* Implement --devenv (#1326)Anthony Sottile2019-06-014-5/+97
* Add bounds for importlib-metadata / packaging (#1328)Anthony Sottile2019-05-281-2/+2
* Fix unrecognized arguments error (#1327)Anthony Sottile2019-05-281-1/+1
* Move to importlib-metadata for performance improvements (#1324)Anthony Sottile2019-05-289-30/+44
* Clean up parser options now that we're using argparse (#1325)Anthony Sottile2019-05-281-42/+7
* release 3.12.1 (#1319)Bernát Gábor2019-05-234-3/+14
|\
| * release 3.12.13.12.1Bernat Gabor2019-05-234-3/+14
|/
* fix windows selects incorrect spec (#1317)Bernát Gábor2019-05-232-2/+2
* fix winreg usage for python2 on windows (#1316)Anthony Sottile2019-05-233-3/+4
* Ensure native strings in environ (#1314)Anthony Sottile2019-05-233-1/+6
* release 3.12.0 (#1312)Bernát Gábor2019-05-234-3/+19
|\