summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix read and write racing on multiple processes. (#1941)masterFrost Ming2020-09-181-1/+4
* 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
* Use unix line-endings in bash activate script (#1924)Siddhant Kumar2020-08-234-69/+75
* Upgrade pip and setuptools (#1918) (#1925)Bernát Gábor2020-08-175-20/+20
* Bump setuptools and pip (#1915)Bernát Gábor2020-08-043-13/+13
* Upgrade to pip 20.1.1 (#1909)Bernát Gábor2020-07-292-7/+7
* Use \n instead if \r\n as line separator (#1905)Bernát Gábor2020-07-242-3/+2
* Allow bypassing the logging setup via the Python API (#1904)Bernát Gábor2020-07-242-17/+34
* Fix typos in the documentation (#1902)Krzysztof Szafranek2020-07-221-1/+1
* Bump pre-commit hooksBernat Gabor2020-07-202-2/+2
* Upgrade setuptools to 49.2.0 from 49.1.0 (#1898)Bernát Gábor2020-07-152-6/+6
* Don't preimport threading early (#1897)Kirill Smelkov2020-07-151-3/+18
* Improve periodic update handling (#1892)Bernát Gábor2020-07-073-19/+88
* Remove distlib monkeypatches (#1880)Bernát Gábor2020-07-041-40/+18
* Do not print error if exit with SystemExit (#1886)Bernát Gábor2020-07-041-1/+2
* Upgrade embedded setuptools (#1887)Bernát Gábor2020-07-042-6/+6
* Fix parallel app-data base image creation (#1870)Bernát Gábor2020-06-232-7/+28
* Improve error message for no .dist-info (#1867)Bernát Gábor2020-06-211-1/+4
* Do not write .gitignore if already exists (#1866)Bernát Gábor2020-06-211-8/+10
* Upgrade embeded setuptools and fix changelog (#1865)Bernát Gábor2020-06-212-6/+6
* Implement periodic update feature (#1841)Bernát Gábor2020-06-2147-529/+1338
* Upgrade embeded setuptools (#1855)Bernát Gábor2020-06-123-6/+6
* Fix pip seeder with --extra-search-dir specified (#1835)Lumír 'Frenzy' Balhar2020-05-201-4/+9
* Upgrade pip and setuptools (#1836)Bernát Gábor2020-05-193-11/+11
* Bump setuptools (#1828)Bernát Gábor2020-05-152-5/+5
* Rename clear-app-data to reset-app-data to avoid cli parser abbreviation bug ...Bernát Gábor2020-05-132-3/+3
* Upgrade embeded setuptools to 46.3.0 (#1827)Bernát Gábor2020-05-132-5/+5
* Mark virtual environments ignored for Git (#1825)Bernát Gábor2020-05-121-0/+19
* Bump linters (#1823)Bernát Gábor2020-05-1221-51/+71
* Better pip download failure handling (#1814)Bernát Gábor2020-05-043-20/+58
* Wrap usage of get_makefile_filename (#1811)Ian Wienand2020-05-042-4/+8
* Fix python 2 activator when generated from python 3 is invalid (#1805)Bernát Gábor2020-05-032-2/+8
* Fix CPython2 not found on Windows via registry (#1797)Bernát Gábor2020-05-022-3/+9
* Fix typo in symlink detection (#1803)Anthony Sottile2020-05-021-1/+1
* Bump pip to 20.1 (#1795)Bernát Gábor2020-04-292-6/+6
* Handle poison interpreters during discovery (#1790)Bernát Gábor2020-04-281-1/+7
* Fix pinning seed packages via app-data fails (#1788)Bernát Gábor2020-04-272-3/+3
* Ensure makefile is present on CPython2 POSIX (#1787)Bernát Gábor2020-04-265-8/+48
* Better handling of conflicting --copies and --symlinks (#1785)Bernát Gábor2020-04-256-32/+84
* Setuptools compatibility with cli_run (#1771)Bernát Gábor2020-04-161-2/+3
* Allow all command line option flags to be used in config file/env-var (#1763)Bernát Gábor2020-04-082-3/+14
* Support wheels without python-requires tag (#1758)Bernát Gábor2020-04-041-1/+3
* upgrade embedded setuptools from 46.1.1 to 46.1.3 (#1754)Bernát Gábor2020-03-272-5/+5
* do not allow PYVENV_LAUNCHER to be set (#1749)Bernát Gábor2020-03-252-9/+32
* Fix discovery when name is non-spec format on PATH (#1748)Bernát Gábor2020-03-241-7/+13
* upgrade embedded setuptools (#1745)Bernát Gábor2020-03-233-6/+6
* Support as fallback distutils pattern for include over sysconfig (#1742)Bernát Gábor2020-03-191-1/+7
* Do not fail when the pyc files is missing for the host Python 2 (#1741)Bernát Gábor2020-03-191-1/+2
* Fix relative discovery (#1734)Bernát Gábor2020-03-191-2/+2