summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 40.7.3 → 40.8.0v40.8.0Paul Ganssle2019-02-052-2/+2
* Merge pull request #1673 from pganssle/release_40.8.0mergify[bot]2019-02-054-5/+8
|\
| * Update changelog for version 40.8.0Paul Ganssle2019-02-054-5/+8
|/
* Merge pull request #1652 from pganssle/build_meta_legacyPaul Ganssle2019-02-053-214/+306
|\
| * Rename build_meta:legacy to build_meta:__legacy__Paul Ganssle2019-02-053-4/+4
| * Move build_meta_legacy to build_meta:legacyPaul Ganssle2019-02-034-57/+50
| * Use absolute path in build_meta_legacyPaul Ganssle2019-02-031-3/+4
| * Set sys.path in try/finally block with commentPaul Ganssle2019-02-031-8/+16
| * Add news fragment for PR #1652Paul Ganssle2019-02-031-0/+1
| * Add build_meta_legacy backendPaul Ganssle2019-02-032-1/+44
| * Add failing test suite for build_meta_legacyPaul Ganssle2019-02-031-0/+13
| * Add test for relative path imports in build_metaPaul Ganssle2019-02-031-0/+20
| * Wrap build_meta tests in a reusable test classPaul Ganssle2019-02-031-134/+134
| * Add __all__ to setuptools.build_metaPaul Ganssle2019-02-031-0/+6
| * Wrap build_meta backend in a classPaul Ganssle2019-02-031-90/+97
|/
* Merge branch 'master' of https://github.com/pypa/setuptoolsJason R. Coombs2019-02-032-1/+1
|\
| * Merge pull request #1669 from pganssle/drop_build_systemPaul Ganssle2019-02-011-1/+0
| |\
| | * Drop build-backend from pyproject.tomlPaul Ganssle2019-02-011-1/+0
| |/
| * Merge pull request #1657 from benoit-pierre/better_1644_workaroundPaul Ganssle2019-02-011-0/+1
| |\
| | * tweak #1644 workaround to fix `test_pip_upgrade_from_source`Benoit Pierre2019-01-281-0/+1
* | | Merge tag 'v40.7.3'Jason R. Coombs2019-02-034-10/+20
|\ \ \ | |/ / |/| |
| * | Bump version: 40.7.2 → 40.7.3v40.7.340.7-maintenanceJason R. Coombs2019-02-034-3/+8
| * | Merge pull request #1670 from pypa/bugfix/1668-adopt-splituserJason R. Coombs2019-02-032-8/+13
| |\ \
| | * | Also restore port consideration when re-injecting credentials for found links.Jason R. Coombs2019-02-031-1/+1
| | * | Add change descriptionJason R. Coombs2019-02-031-0/+1
| | * | Revert to using a copy of splituser from Python 3.8. Using urllib.parse.urlpa...Jason R. Coombs2019-02-031-7/+11
| |/ /
* | | Merge branch '40.7-maintenance'Jason R. Coombs2019-01-314-3/+8
|\ \ \ | |/ /
| * | Bump version: 40.7.1 → 40.7.2v40.7.2Jason R. Coombs2019-01-314-3/+8
| * | Merge pull request #1666 from pypa/bugfix/1663-restore-portJason R. Coombs2019-01-312-1/+2
| |\ \
| | * | Rename changelog to reflect new PRbugfix/1663-restore-portJason R. Coombs2019-01-311-0/+0
* | | | Merge pull request #1665 from pypa/bugfix/1663-restore-portJason R. Coombs2019-01-312-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Add changelogJason R. Coombs2019-01-311-0/+1
| * | | Ensure a specified port in package_index isn't lost in the parse/unparse of t...Jason R. Coombs2019-01-311-1/+1
| |/ /
* | | Merge branch '40.7-maintenance'Jason R. Coombs2019-01-286-3/+101
|\ \ \ | |/ /
| * | Bump version: 40.7.0 → 40.7.1v40.7.1Jason R. Coombs2019-01-284-3/+8
| * | Merge pull request #1660 from pypa/bugfix/1653-downcast-config-stringsJason R. Coombs2019-01-284-1/+94
| |\ \
| | * | Add changelogJason R. Coombs2019-01-281-0/+1
| | * | Prefer native strings on Python 2 when reading config files. Fixes #1653.Jason R. Coombs2019-01-281-1/+21
| | * | test: add a simple regression test for `build_ext`Benoit Pierre2019-01-282-0/+72
| |/ /
* | | Merge pull request #1658 from benoit-pierre/minor_tests_related_cleanupJason R. Coombs2019-01-281-9/+1
|\ \ \ | |_|/ |/| |
| * | tests: minor cleanupBenoit Pierre2019-01-281-9/+1
|/ /
* | Merge pull request #1640 from pypa/bugfix/1635-disallow-parent-pathsJason R. Coombs2019-01-274-5/+69
|\ \
| * | Update documentation to match more aggressive absolute path exclusion in reso...bugfix/1635-disallow-parent-pathsJason R. Coombs2019-01-272-3/+2
| * | Disallow Windows absolute paths unconditionally with no deprecation period.Jason R. Coombs2019-01-271-3/+24
| * | Remove usage relying on deprecated and ambiguous leading slash. Ref #1635Jason R. Coombs2019-01-202-3/+1
| * | Also disallow leading '/' in resource paths. Ref #1635.Jason R. Coombs2019-01-203-6/+10
| * | Update docs to match implementation that resource names are rooted at the pac...Jason R. Coombs2019-01-203-9/+6
| * | Add validation of a resource path according to the docs. Only warn for now. R...Jason R. Coombs2019-01-201-0/+45
* | | Merge pull request #1536 from dtaneli/license-fix-357Jason R. Coombs2019-01-275-0/+75
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into license-fix-357Jason R. Coombs2019-01-2763-573/+1935
| |\ \ | |/ / |/| |