| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add --readonly-app-data option (#2009) | Anthony Sottile | 2020-11-21 | 1 | -6/+73 | |
| | | ||||||
| * | conftest.py: Make coverage optional (#2008) | Miro Hrončok | 2020-11-21 | 1 | -23/+25 | |
| | | | | | This allows to execute the tests without coverage installed. We plan to do that in Fedora, where we run the tests, but not measure coverage. | |||||
| * | Also skip xonsh tests on Python 3.10 (#2013) | Miro Hrončok | 2020-11-19 | 1 | -1/+1 | |
| | | ||||||
| * | Optionally skip creation of .gitignore in virtualenv directory (#2004) | Aren Siekmeier | 2020-11-02 | 1 | -1/+14 | |
| | | ||||||
| * | clean up a few small things (#2002) | Anthony Sottile | 2020-11-01 | 1 | -4/+5 | |
| | | ||||||
| * | Fix `VIRTUALENV_PYTHON` environment lookup (#1998) | Patrice Neff | 2020-10-28 | 1 | -0/+29 | |
| | | ||||||
| * | Fix test_bootstrap_link_via_app_data.py file name (#1994) | Felix Yan | 2020-10-25 | 1 | -0/+0 | |
| | | ||||||
| * | Fallback functionality for interpreter discovery (#1995) | Bernát Gábor | 2020-10-25 | 1 | -1/+23 | |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | |||||
| * | Bump setuptools and fix Windows subprocess with cwd broken (#1982) | Bernát Gábor | 2020-10-15 | 1 | -0/+17 | |
| | | ||||||
| * | Fix absolute paths for Cygwin (#1970) | davidcoghlan | 2020-10-12 | 1 | -44/+0 | |
| | | | | | | | | | | | | | | | | | | | | * Fix absolute paths for Cygwin Absolute paths on Windows take the form "c:\somePath" -- these need to be mapped to the form "/cygdrive/c/somePath" on Cygwin. Otherwise, the virtualenv path gets garbled when activated on Cygwin, which can cause the wrong Python environment to be used. * Remove Cygwin from the list, rely on the shell script for that * Improved formatting * Update tests to handle mingw + msys explicitly * Add changelog entry * lint errors * Add msys support to the activation script * Fix script error & linting | |||||
| * | Restore python3.4 support (add it back to CI) (#1965) | Bernát Gábor | 2020-10-04 | 6 | -6/+12 | |
| | | ||||||
| * | Fix cygwin NoneType error if POSIX path in dest (#1964) | Dan Yeaw | 2020-10-03 | 1 | -0/+13 | |
| | | | | | Closes #1962. Corrects an AttributeError for a regex match not found if the cygwin path is already in posix format. | |||||
| * | Process pth files even if $PYTHONPATH points to site-packages/ (#1960) | Kirill Smelkov | 2020-10-01 | 1 | -0/+27 | |
| | | ||||||
| * | Fix activator path in cygwin and msys2 (#1952) | Dan Yeaw | 2020-09-30 | 1 | -0/+31 | |
| | | | | | | | Closes #1940. In cygwin and MSYS2, the path is in POSIX format. This PR converts the Windows path to POSIX format using a regex so that it is added to the bash activation script in the correct format. | |||||
| * | Upgrade setuptools and pip (#1939) | Bernát Gábor | 2020-09-10 | 13 | -25/+79 | |
| | | ||||||
| * | Avoid showing new windows on Windows (#1929) | Bernát Gábor | 2020-08-31 | 1 | -2/+2 | |
| | | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> | |||||
| * | Use unix line-endings in bash activate script (#1924) | Siddhant Kumar | 2020-08-23 | 4 | -4/+16 | |
| | | | | Co-authored-by: Bernat Gabor <bgabor8@bloomberg.net> | |||||
| * | Upgrade pip and setuptools (#1918) (#1925) | Bernát Gábor | 2020-08-17 | 1 | -3/+2 | |
| | | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> | |||||
| * | Upgrade to pip 20.1.1 (#1909) | Bernát Gábor | 2020-07-29 | 1 | -0/+2 | |
| | | ||||||
| * | Use \n instead if \r\n as line separator (#1905) | Bernát Gábor | 2020-07-24 | 1 | -3/+22 | |
| | | | | | | | | The logging framework will write to a pipe, which then will blindly transform all carriage returns to carriage return plus line feed, when on Windows. So injecting the \r\n leaves us with double carriage return. Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> | |||||
| * | Allow bypassing the logging setup via the Python API (#1904) | Bernát Gábor | 2020-07-24 | 4 | -8/+21 | |
| | | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> | |||||
| * | make tests work better on pytest 4.x and python 3.x (#1900) | Anthony Sottile | 2020-07-22 | 2 | -2/+7 | |
| | | ||||||
| * | Don't preimport threading early (#1897) | Kirill Smelkov | 2020-07-15 | 2 | -2/+24 | |
| | | ||||||
| * | Improve periodic update handling (#1892) | Bernát Gábor | 2020-07-07 | 2 | -9/+105 | |
| | | | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> | |||||
| * | Fix test suite failing if run under system Python (#1888) | Bernát Gábor | 2020-07-06 | 2 | -1/+8 | |
| | | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> | |||||
| * | Fix parallel app-data base image creation (#1870) | Bernát Gábor | 2020-06-23 | 1 | -0/+33 | |
| | | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> | |||||
| * | Fix test on Ubuntu pypy2release-20.0.24 | Bernat Gabor | 2020-06-22 | 1 | -2/+9 | |
| | | | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> | |||||
| * | Do not write .gitignore if already exists (#1866) | Bernát Gábor | 2020-06-21 | 1 | -0/+7 | |
| | | | | | | | This ensures that we do not overwrite an existing .gitignore when the target directory is not created by virtualenv. Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> | |||||
| * | Implement periodic update feature (#1841) | Bernát Gábor | 2020-06-21 | 21 | -93/+670 | |
| | | | | Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com> | |||||
| * | Upgrade embeded setuptools (#1855) | Bernát Gábor | 2020-06-12 | 1 | -3/+3 | |
| | | ||||||
| * | Add 3.9-dev and 3.10-dev via deadsnakes (#1846) | Bernát Gábor | 2020-06-06 | 1 | -2/+2 | |
| | | ||||||
| * | Add 3.9 on Linux to the test suite (#1839) | Bernát Gábor | 2020-05-22 | 3 | -0/+7 | |
| | | ||||||
| * | Fix pip seeder with --extra-search-dir specified (#1835) | Lumír 'Frenzy' Balhar | 2020-05-20 | 1 | -1/+19 | |
| | | ||||||
| * | Rename clear-app-data to reset-app-data to avoid cli parser abbreviation bug ↵ | Bernát Gábor | 2020-05-13 | 3 | -4/+12 | |
| | | | | | (#1826) | |||||
| * | Mark virtual environments ignored for Git (#1825) | Bernát Gábor | 2020-05-12 | 1 | -0/+3 | |
| | | ||||||
| * | Bump linters (#1823) | Bernát Gábor | 2020-05-12 | 17 | -40/+44 | |
| | | ||||||
| * | Better pip download failure handling (#1814) | Bernát Gábor | 2020-05-04 | 1 | -0/+11 | |
| | | ||||||
| * | Fix python 2 activator when generated from python 3 is invalid (#1805) | Bernát Gábor | 2020-05-03 | 4 | -14/+45 | |
| | | ||||||
| * | Fix CPython2 not found on Windows via registry (#1797) | Bernát Gábor | 2020-05-02 | 4 | -32/+33 | |
| | | ||||||
| * | Fix typo in symlink detection (#1803) | Anthony Sottile | 2020-05-02 | 1 | -0/+6 | |
| | | ||||||
| * | make test discovery more deterministic (#1802) | Anthony Sottile | 2020-05-02 | 2 | -3/+3 | |
| | | ||||||
| * | Run tests in randome order (#1799) | Bernát Gábor | 2020-05-01 | 1 | -0/+13 | |
| | | ||||||
| * | Bump pip to 20.1 (#1795) | Bernát Gábor | 2020-04-29 | 2 | -2/+9 | |
| | | ||||||
| * | Handle poison interpreters during discovery (#1790) | Bernát Gábor | 2020-04-28 | 1 | -0/+11 | |
| | | ||||||
| * | Fix pinning seed packages via app-data fails (#1788) | Bernát Gábor | 2020-04-27 | 3 | -18/+25 | |
| | | ||||||
| * | Ensure makefile is present on CPython2 POSIX (#1787) | Bernát Gábor | 2020-04-26 | 1 | -10/+17 | |
| | | ||||||
| * | Better handling of conflicting --copies and --symlinks (#1785) | Bernát Gábor | 2020-04-25 | 3 | -11/+36 | |
| | | ||||||
| * | Run test suite in parallel (#1786) | Bernát Gábor | 2020-04-25 | 3 | -4/+0 | |
| | | ||||||
| * | Setuptools compatibility with cli_run (#1771) | Bernát Gábor | 2020-04-16 | 1 | -0/+7 | |
| | | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> | |||||
| * | Allow all command line option flags to be used in config file/env-var (#1763) | Bernát Gábor | 2020-04-08 | 2 | -1/+22 | |
| | | | | | | | | | | | | | | * Allow all command line option flags to be used in config file/env-var Extend config file and environment variables checked for configuration to also check aliases (e.g. setting either ``VIRTUALENV_COPIES`` or ``VIRTUALENV_ALWAYS_COPY`` will work). Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix CI Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> | |||||
