summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Use platformdirs instead of appdirs (#2142)Bernát Gábor2021-07-132-2/+2
|
* Drop Python 3.4 support (#2143)Bernát Gábor2021-07-136-52/+1
|
* add libffi-7.dll to pypy on windows (#2141)Matti Picus2021-07-122-2/+2
| | | Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
* Rely on 'selectable' interface for entry points. (#2126)Jason R. Coombs2021-07-091-6/+2
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Bump embeded pip (#2135)Bernát Gábor2021-07-093-10/+10
|
* Bump setuptools and pip (#2123)Bernát Gábor2021-05-243-10/+10
|
* Bump embeded setuptools (#2119)Bernát Gábor2021-05-182-5/+5
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Fix site.getsitepackages() broken on python2 on debian (#2108)Adrian Freund2021-05-051-8/+34
|
* Fix site.getsitepackages() ignoring --system-site-packages on python2 (#2107)Adrian Freund2021-05-041-1/+1
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Bump pip (#2104)Bernát Gábor2021-05-043-5/+5
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* [pre-commit.ci] pre-commit autoupdate (#2098)pre-commit-ci[bot]2021-04-278-12/+12
| | | | | | | | | | | | | * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v2.12.0 → v2.13.0](https://github.com/asottile/pyupgrade/compare/v2.12.0...v2.13.0) - [github.com/psf/black: 20.8b1 → 21.4b0](https://github.com/psf/black/compare/20.8b1...21.4b0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Upgrade embeded setuptools (#2094)Bernát Gábor2021-04-202-5/+5
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Built in discovery class is always preferred over plugin supplied classes ↵Ashley Whetter2021-04-201-2/+5
| | | | (#2088)
* Remove unnecessary special cases for bash/zsh (#2086)orent2021-04-201-12/+8
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Bump setuptools to 54.1.2Bernát Gábor2021-03-162-5/+5
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Fix PyPy3 Windows stlib path (#2072)Bernát Gábor2021-03-161-8/+10
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Upgrade setuptools (#2069)Bernát Gábor2021-02-202-5/+5
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Fix upgrade embeded crashes (#2062)Bernát Gábor2021-02-011-0/+2
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Bump setuptools and pip (#2060)Bernát Gábor2021-01-314-12/+12
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Fix Windows failure (#2056)Bernát Gábor2021-01-191-0/+1
|
* API: Allow passing on the environment variable as an argument (#2054)Bernát Gábor2021-01-1819-82/+106
| | | | | Defaults to os.environ. Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Upgrade embedded setuptools to 51.3.3 from 51.1.2 (#2055)Bernát Gábor2021-01-182-5/+5
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Clear stash if system executable is missing (#2050)Bernát Gábor2021-01-131-0/+4
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Bump pip to 20.3.3 and wheel to 0.36.2 (#2036)Bernát Gábor2021-01-127-19/+55
|
* Allow unfunctioing pydoc to fail (#2049)Dario Gjorgjevski2021-01-121-1/+1
|
* Improve discovery on Windows and provide escape hatchet (#2046)Bernát Gábor2021-01-103-11/+41
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Upgrade wheels and pip (#2029)Bernát Gábor2020-12-075-19/+19
|
* Add --readonly-app-data option (#2009)Anthony Sottile2020-11-2110-73/+151
|
* Optionally skip creation of .gitignore in virtualenv directory (#2004)Aren Siekmeier2020-11-021-1/+11
|
* clean up a few small things (#2002)Anthony Sottile2020-11-014-8/+5
|
* Fix `VIRTUALENV_PYTHON` environment lookup (#1998)Patrice Neff2020-10-282-3/+21
|
* Fallback functionality for interpreter discovery (#1995)Bernát Gábor2020-10-251-5/+12
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Bump pip to 20.2.4 (#1996)Bernát Gábor2020-10-253-13/+13
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Bump setuptools and fix Windows subprocess with cwd broken (#1982)Bernát Gábor2020-10-153-10/+14
|
* Always copy executable on Windows 3+ (#1977)Bernát Gábor2020-10-123-30/+27
|
* Align Windows 3.7 methodology and later with venv (#1976)Bernát Gábor2020-10-127-64/+111
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Fix absolute paths for Cygwin (#1970)davidcoghlan2020-10-122-14/+4
| | | | | | | | | | | | | | | | | | | * 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ábor2020-10-043-9/+23
|
* Fix cygwin NoneType error if POSIX path in dest (#1964)Dan Yeaw2020-10-031-1/+4
| | | | 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 Smelkov2020-10-011-2/+1
|
* Fix activator path in cygwin and msys2 (#1952)Dan Yeaw2020-09-301-1/+11
| | | | | | 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.
* Use main branch instead of masterBernat Gabor2020-09-251-1/+1
|
* Upgrade pip and setuptools (#1918)Bernát Gábor2020-09-182-6/+6
| | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Fix read and write racing on multiple processes. (#1941)masterFrost Ming2020-09-181-1/+4
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-1019-31/+66
|
* Avoid showing new windows on Windows (#1929)Bernát Gábor2020-08-312-4/+4
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Use unix line-endings in bash activate script (#1924)Siddhant Kumar2020-08-234-69/+75
| | | Co-authored-by: Bernat Gabor <bgabor8@bloomberg.net>
* Upgrade pip and setuptools (#1918) (#1925)Bernát Gábor2020-08-175-20/+20
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Bump setuptools and pip (#1915)Bernát Gábor2020-08-043-13/+13
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Upgrade to pip 20.1.1 (#1909)Bernát Gábor2020-07-292-7/+7
|