summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix pypy2 builtins are imported as stdlib modules (#1656)Bernát Gábor2020-02-235-20/+49
* Fix generated scripts use host version info rather than target (#1655)Bernát Gábor2020-02-224-7/+33
* Fix global site package always being added with bundled macOs python framewor...Bernát Gábor2020-02-224-1/+31
* Merge pull request #1650 from pypa/release-20.0.5Bernát Gábor2020-02-219-10/+20
|\
| * release 20.0.520.0.5Bernat Gabor2020-02-219-10/+20
|/
* Prevent sys.prefix from leaking into child process on macOS (#1648)Claudio Jolowicz2020-02-212-1/+12
* macOs Python 2 Framework support (#1641)Bernát Gábor2020-02-2115-67/+384
* Update user_guide.rst (#1644)Matthew StClair2020-02-181-1/+1
* Discover python interpreter in a case insensitive manner (#1629)PRAJWAL M2020-02-155-4/+14
* tox: call coverage as module (#1636)Sorin Sbarnea2020-02-151-8/+8
* Also add executables for pythonX.X under pypy (#1615)Anthony Sottile2020-02-144-3/+8
* Better error message when build dependencies not satisfied (#1628)Bernát Gábor2020-02-144-11/+11
* user_guide.rst: Fix typo by changing PEP 404 to PEP 405 (#1627)PRAJWAL M2020-02-141-1/+1
* Merge pull request #1625 from pypa/release-20.0.4Bernát Gábor2020-02-144-3/+13
|\