aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update Easy Install docs reflecting the deprecation.Jason R. Coombs2018-09-161-0/+6
* Remove backwards compatibility notes and future plans from Easy Install docsJason R. Coombs2018-09-161-45/+0
* Merge ancient easy_install history into changelogJason R. Coombs2018-09-162-498/+477
* Merge pull request #1477 from gaborbernat/no-sdist-wheelJason R. Coombs2018-09-163-6/+12
|\
| * build_meta.get_requires_for_build_sdist does not include wheelBernat Gabor2018-09-133-6/+12
* | Configure readthedocs with a .yml fileJason R. Coombs2018-09-161-0/+4
* | Merge pull request #1486 from pypa/bugfix/1111-import-warningJason R. Coombs2018-09-162-1/+7
|\ \
| * | Suppress warnings in importer.find_module. Fixes #1111.Jason R. Coombs2018-09-142-1/+7
* | | Add Tidelift badge to readmeJason R. Coombs2018-09-161-0/+3
* | | Merge pull request #1479 from jdufresne/bytesJason R. Coombs2018-09-164-10/+43
|\ \ \
| * | | Remove use of compatibility shim six.binary_typeJon Dufresne2018-09-143-10/+8
| * | | Add tests for setuptools.globJon Dufresne2018-09-141-0/+35
| |/ /
* | | Merge pull request #1489 from nerdoc/patch-1Jason R. Coombs2018-09-161-1/+1
|\ \ \ | |/ / |/| |
| * | link to setuptools docChristian González2018-09-151-1/+1
|/ /
* | Rely on rpartition.Jason R. Coombs2018-09-141-4/+4
* | Assign on separate linesJason R. Coombs2018-09-141-1/+2
|/
* Remove extraneous vJason R. Coombs2018-09-111-1/+1
* DelintJason R. Coombs2018-08-211-26/+34
* Use unicode literals in test_easy_install.Jason R. Coombs2018-08-211-11/+13
* DelintJason R. Coombs2018-08-211-1/+3
* Reindent to avoid hanging indent.Jason R. Coombs2018-08-211-44/+46
* Bump version: 40.1.1 → 40.2.0v40.2.0Jason R. Coombs2018-08-214-3/+8
* Adapt test to only run on Python 2, as it's redundant on Python 3.Jason R. Coombs2018-08-211-2/+3
* Use unicode literals throughout.Jason R. Coombs2018-08-211-1/+3
* Merge pull request #1466 from pfmoore/pep517_fixJason R. Coombs2018-08-213-1/+24
|\
| * Add a changelog entryPaul Moore2018-08-211-0/+1
| * Add a test for a Unicode metadata directoryPaul Moore2018-08-211-0/+9
| * PEP 517 hook arguments are unicode, not str (and distutils objects to that)Paul Moore2018-08-201-1/+14
* | Correct wrong bumpversion → 40.1.1v40.1.1Jason R. Coombs2018-08-212-2/+2
* | Bump version: 40.1.0 → 40.2.0Jason R. Coombs2018-08-214-3/+8
* | Merge pull request #1465 from benoit-pierre/fix_egg_info_regressionJason R. Coombs2018-08-213-8/+25
|\ \ | |/ |/|
| * setuptools: fix regression with `egg_info` commandBenoit Pierre2018-08-213-8/+25
|/
* Bump version: 40.0.0 → 40.1.0v40.1.0Paul Ganssle2018-08-172-2/+2
* Merge pull request #1460 from pganssle/40.1.0rc1Paul Ganssle2018-08-1712-10/+15
|\
| * Prepare 40.1.0 releasePaul Ganssle2018-08-1711-10/+15
| * Add .gitignore to changelog.dPaul Ganssle2018-08-171-0/+0
|/
* Merge pull request #1389 from expobrain/scripts_asciiPaul Ganssle2018-08-173-4/+57
|\
| * Add changelog for PR #1389Daniele Esposti2018-08-171-0/+1
| * Added test for scripts with unicodeDaniele Esposti2018-08-171-0/+52
| * Support scripts with unicode contentDaniele Esposti2018-08-171-4/+4
|/
* Merge pull request #1451 from hugovk/upgrade-appdirsPaul Ganssle2018-08-174-18/+75
|\
| * Add changelogHugo2018-08-171-0/+1
| * Upgrade vendored appdirs from 1.4.0 to 1.4.3Hugo2018-08-173-18/+74
* | Merge pull request #1450 from hugovk/upgrade-pyparsingPaul Ganssle2018-08-173-30/+79
|\ \ | |/ |/|
| * Add changelogHugo2018-08-091-0/+1
| * Upgrade vendored pyparsing from 2.1.10 to 2.2.0Hugo2018-08-092-30/+78
* | Rename find_namepaces_ns to find_namespace_packages (#1423)Carsten Klein2018-08-178-35/+115
* | Merge pull request #1455 from benoit-pierre/fix_testsJason R. Coombs2018-08-121-0/+6
|\ \
| * | tox: fix configuration so newer tox versions are supportedBenoit Pierre2018-08-111-0/+6
|/ /
* / Rewrite loop as single generator expression.Jason R. Coombs2018-08-111-7/+6
|/