summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 20.0.1120.0.11release-20.0.11Bernat Gabor2020-03-1813-24/+37
* Allow testing via the system Python (#1731)Bernát Gábor2020-03-187-13/+54
* Fix cross-major creation on Windows of activate_this.py throws… (#1730)Bernát Gábor2020-03-182-2/+4
* generate pipx.y besides pip-x.y (#1729)Bernát Gábor2020-03-185-3/+13
* amazonlinux support (#1728)Bernát Gábor2020-03-1811-58/+71
* add zip importer test (#1727)Bernát Gábor2020-03-173-1/+29
* Fix Windows Store support (#1725)Bernát Gábor2020-03-1723-82/+198
* Allow missing .py files if .pyc is present (#1714)David Tucker2020-03-137-10/+101
* macOS Python 3 Framework support (#1711)Bernát Gábor2020-03-137-34/+98
* Update changelog.rst for v20 (#1717)Thomas Grainger2020-03-131-0/+1
* fix disabling seed packages not working (#1713)Bernát Gábor2020-03-137-12/+42
* PyPy CI timeouts (#1720)Bernát Gábor2020-03-132-13/+15
* remove docutils stubBernat Gabor2020-03-101-1/+0
* Merge pull request #1708 from pypa/release-20.0.10Bernát Gábor2020-03-106-7/+17
|\
| * release 20.0.1020.0.10release-20.0.10Bernat Gabor2020-03-106-7/+17
|/
* Improve installation documentation (#1707)Bernát Gábor2020-03-104-1/+40
* Fix py info might be misslead by distutils config (#1705)Bernát Gábor2020-03-106-14/+45
* A more robust way to get scripts path (#1706)Bernát Gábor2020-03-101-2/+1
* upgrade setuptools to 46.0.0 from 45.3.0 for Python3.5+ (#1702)Bernát Gábor2020-03-096-8/+7
* Merge pull request #1701 from pypa/release-20.0.9Bernát Gábor2020-03-085-5/+12
|\
| * release 20.0.920.0.9Bernat Gabor2020-03-085-5/+12
|/
* fix changelogBernat Gabor2020-03-081-1/+1
* add timeout for tests (#1700)Bernát Gábor2020-03-087-1/+7
* pythonw works as python on Windows (#1693)Bernát Gábor2020-03-086-5/+17
* Bump embeded setuptools (#1699)Bernát Gábor2020-03-073-5/+6
* Better handling of loader patch on python 3 (#1698)Bernát Gábor2020-03-061-17/+19
* Handle legacy loaders for pip patch (#1691)Bernát Gábor2020-03-062-5/+18
* Support for Python 2 platform that store landmark in platstdlib (#1697)Bernát Gábor2020-03-065-9/+25
* do not fail if lock not present (#1696)Bernát Gábor2020-03-061-1/+1
* Merge pull request #1689 from pypa/release-20.0.8Bernát Gábor2020-03-048-11/+18
|\
| * release 20.0.820.0.8Bernat Gabor2020-03-048-11/+18
|/
* use import hooks to patch distutils/setuptools (#1688)Bernát Gábor2020-03-0410-98/+119
* Fix setting PYTHONPATH on Python 2 not working (#1673)Julien Danjou2020-03-035-38/+116
* docs: fix some typos (#1687)Xavier Fernandez2020-03-032-3/+3
* Default prompt of environment name in batch shell (#1679)spetafree2020-03-033-4/+13
* Fix list configuration value parsing (#1676)Bernát Gábor2020-02-274-46/+74
* fix typographic error (#1672)Theodor Dimitriou2020-02-261-1/+1
* release 20.0.720.0.7Bernat Gabor2020-02-262-2/+9
* Disable distutils fixup for python 3Bernat Gabor2020-02-264-5/+7
* Merge pull request #1666 from pypa/release-20.0.6Bernát Gábor2020-02-268-16/+24
|\
| * fix relative zipapp paths on UNIX20.0.6release-20.0.6Bernat Gabor2020-02-262-2/+3
| * release 20.0.6Bernat Gabor2020-02-267-15/+22
|/
* support entry point paths with space (#1660)Nicola Soranzo2020-02-264-10/+13
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-2641-300/+436
* Minor fix to installation.rst (#1665)shaido9872020-02-261-1/+1
* Update CONTRIBUTING.mdBernát Gábor2020-02-251-1/+1
* Accept python self-referencing python executables (#1664)Bernát Gábor2020-02-253-1/+8
* Update issue templatesBernát Gábor2020-02-252-1/+35
* update issue template, add contributing (#1662)Bernát Gábor2020-02-256-16/+68
* Ensure distutils configuration values do not escape virtual environment (#1657)Bernát Gábor2020-02-2411-4/+156