| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix regex validation for SHA 512 hashesissue_2018 | Jürgen Gmach | 2021-04-12 | 1 | -1/+1 |
| | | | | | | | The regex searched for `521` instead of `512`. Closes #2018 | ||||
| * | Explain how CLI verbosity level gets determined | Jürgen Gmach | 2021-04-12 | 1 | -2/+5 |
| | | | | | This fixes #2005 | ||||
| * | Minor code improvements (#2017) | Miroslav Šedivý | 2021-04-11 | 8 | -21/+12 |
| | | | | | | | | | | * Use !r to repr strings * Simplify loops and expressions * Improve exception traceback * Add Python 3.10 to installation.rst | ||||
| * | Replace .format with f-strings (#2011) | Miroslav Šedivý | 2021-04-10 | 4 | -6/+6 |
| | | | | | | * Use f-strings * Use textwrap.shorten | ||||
| * | Docs: define which files to keep py2 compatible (#2015) | Miroslav Šedivý | 2021-04-10 | 1 | -1/+5 |
| | | |||||
| * | Port pip requirements.txt parser (#2009) | Bernát Gábor | 2021-04-09 | 8 | -413/+636 |
| | | |||||
| * | minor doc improvements (#2006) | Jürgen Gmach | 2021-04-08 | 3 | -5/+5 |
| | | |||||
| * | fix replacement of sections with dash (#2000) | Oliver Bestwalter | 2021-04-06 | 1 | -1/+1 |
| | | | | | Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com> Co-authored-by: Miroslav Šedivý <eumiro@gmail.com> | ||||
| * | Support extras in (editable) path requirements (#1998) | Bernát Gábor | 2021-04-06 | 1 | -15/+40 |
| | | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
| * | Refactor: Simplify and clean up the code (#1997) | Miroslav Šedivý | 2021-04-06 | 12 | -58/+37 |
| | | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||||
| * | remove duplicated word (#1992) | Jürgen Gmach | 2021-04-05 | 1 | -1/+1 |
| | | |||||
| * | add missing word (#1993) | Jürgen Gmach | 2021-04-05 | 1 | -1/+1 |
| | | |||||
| * | Start plugin interface documentation and installer (#1991) | Bernát Gábor | 2021-04-05 | 53 | -1120/+1669 |
| | | | | | | | | | - Add documentation for the plugin interface - Introduce the installer abstraction - Rework how we handle tox deps section, requirement and constraint files - Support for escaping comments in tox.ini configs Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
| * | Fix legacy list env command for empty/missing envlist (#1988) | Jürgen Gmach | 2021-04-01 | 1 | -1/+1 |
| | | |||||
| * | fix typo (#1981) | Jürgen Gmach | 2021-03-27 | 1 | -1/+1 |
| | | |||||
| * | Show skipped envs in reports on platform mismatch (#1970) | Jürgen Gmach | 2021-03-20 | 6 | -17/+26 |
| | | | | Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
| * | Fix typos, modernize and simplify some code (#1971) | Miroslav Šedivý | 2021-03-12 | 5 | -17/+7 |
| | | |||||
| * | Inline plugin definition support - tox_.py (#1963) | Bernát Gábor | 2021-03-07 | 6 | -10/+56 |
| | | |||||
| * | fix typo (#1962) | Jürgen Gmach | 2021-03-07 | 1 | -1/+1 |
| | | |||||
| * | Fix unescaped } breaking expansions that follow it (#1961) | Andrey Bienkowski | 2021-03-06 | 2 | -42/+22 |
| | | | | Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
| * | Support for bracket styled posargs (#1954) | Andrey Bienkowski | 2021-03-04 | 1 | -5/+26 |
| | | | | Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Support for ignore_outcome (#1960) | Andrey Bienkowski | 2021-03-04 | 3 | -13/+31 |
| | | | | Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Add suport for setup.cfg and legacy toml (#1927) | Bernát Gábor | 2021-02-27 | 12 | -200/+324 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Bump dependencies | Bernát Gábor | 2021-02-20 | 1 | -35/+14 |
| | | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Fix tox is not exiting because package env thread holding it up | Bernát Gábor | 2021-02-15 | 6 | -20/+54 |
| | | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Do not show inherited keys as unused (#1913) | Bernát Gábor | 2021-02-14 | 4 | -8/+10 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Normalize the description line to contain single whitespace and no newline ↵ | Bernát Gábor | 2021-02-14 | 1 | -0/+5 |
| | | | | | | | (#1912) Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Remove double word (#1911) | Jürgen Gmach | 2021-02-13 | 1 | -1/+1 |
| | | |||||
| * | Smarter tox env finish status report (#1910) | Bernát Gábor | 2021-02-13 | 4 | -26/+43 |
| | | | | | | | - do not report when interrupted - do not report for the final env Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Do not make temp requirements file for deps (#1906) | Bernát Gábor | 2021-02-12 | 2 | -8/+6 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Support requirements file containing --hash (#1905) | Bernát Gábor | 2021-02-12 | 1 | -2/+10 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Add quickstart (#1907) | Bernát Gábor | 2021-02-12 | 1 | -2/+43 |
| | | |||||
| * | Support running python 2 targets (#1900) | Bernát Gábor | 2021-02-09 | 4 | -13/+38 |
| | | |||||
| * | Add more flake8 checks (#1899) | Bernát Gábor | 2021-02-06 | 28 | -69/+100 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Add package_root support (#1891) | Bernát Gábor | 2021-02-01 | 3 | -3/+21 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Drop sdistsrc and support --installpkg (#1890) | Bernát Gábor | 2021-02-01 | 8 | -99/+153 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Comment support in ini and alias in show config (#1889) | Bernát Gábor | 2021-01-31 | 3 | -5/+25 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Add platform support (#1888) | Bernát Gábor | 2021-01-30 | 3 | -15/+38 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Add list_dependencies_command support (#1887) | Bernát Gábor | 2021-01-30 | 1 | -3/+8 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Add support for install_command virtualenv settings (#1886) | Bernát Gábor | 2021-01-30 | 6 | -22/+56 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Support for pip_pre config (#1885) | Bernát Gábor | 2021-01-30 | 1 | -1/+11 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Recreate tox_env support (#1883) | Bernát Gábor | 2021-01-30 | 1 | -1/+8 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Add ignore_erros and fix handling commands* (#1876) | Bernát Gábor | 2021-01-27 | 2 | -25/+51 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Fix bad package dependencies with differing extras (#1869) | Bernát Gábor | 2021-01-23 | 2 | -17/+18 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Support = as arg separator and dir in req files (#1867) | Bernát Gábor | 2021-01-23 | 9 | -67/+92 |
| | | |||||
| * | Recreate when virtualenv changes (#1866) | Bernát Gábor | 2021-01-22 | 1 | -0/+8 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Multiple small bug-fixes (#1864) | Bernát Gábor | 2021-01-22 | 9 | -18/+24 |
| | | |||||
| * | Cleanup local subprocess file handlers (#1863) | Bernát Gábor | 2021-01-22 | 1 | -0/+7 |
| | | |||||
| * | Add support for virtualenv configuration options (#1862) | Bernát Gábor | 2021-01-21 | 7 | -28/+81 |
| | | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||||
| * | Add CLI documentation (#1852) | Bernát Gábor | 2021-01-17 | 2 | -12/+11 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
