aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
| * 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
|/
* 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
|/
* Bump version: 40.6.3 → 40.7.0v40.7.0Jason R. Coombs2019-01-278-7/+13
* Merge pull request #1180 from benoit-pierre/fix_889_and_non-ascii_in_setup.cf...Jason R. Coombs2019-01-277-89/+289
|\
| * Fix test failure by better detecting string options from an updated ConfigPar...Jason R. Coombs2019-01-261-1/+1
| * Adopt distutils.dist.Distribution._set_command_options to support better stri...Jason R. Coombs2019-01-261-0/+48
| * Merge branch 'master' into fix_889_and_non-ascii_in_setup.cfg_take_2Jason R. Coombs2019-01-262-1/+2
| |\
| * \ Merge branch 'master' into fix_889_and_non-ascii_in_setup.cfg_take_2Jason R. Coombs2019-01-262-3/+3
| |\ \
| * | | Update changelogJason R. Coombs2019-01-251-0/+1
| * | | Given that the config file parsing functionality is unlikely to change upstre...Jason R. Coombs2019-01-253-99/+87
| * | | Merge branch 'master' into fix_889_and_non-ascii_in_setup.cfg_take_2Jason R. Coombs2019-01-25134-2031/+14662
| |\ \ \
| * | | | improve encoding handling for `setup.cfg`Benoit Pierre2017-10-255-15/+169
| * | | | add test to ensure `setup.cfg` interpolation behavior remain unchangedBenoit Pierre2017-10-251-0/+10
* | | | | Feed the hobgoblins (delint).Jason R. Coombs2019-01-2622-140/+183
| |_|_|/ |/| | |
* | | | Merge pull request #1647 from benoit-pierre/fix_py27_jobJason R. Coombs2019-01-262-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | tests: temporary pin pip to fix the Python 2.7 jobBenoit Pierre2019-01-262-1/+2
|/ / /
* | | Make the project page link genericJason R. Coombs2019-01-262-2/+2
* | | Inject the project name in the referral alsoJason R. Coombs2019-01-261-1/+1
| |/ |/|
* | Merge pull request #1639 from pypa/bugfix/1638-pytest-pinmergify[bot]2019-01-171-1/+2
|\ \
| * | Pin pytest to <4 for now. Ref #1638.Jason R. Coombs2019-01-171-1/+2
|/ /
* | Feed the hobgoblins (delint).Jason R. Coombs2019-01-081-1/+3
* | Feed the hobgoblins (delint).Jason R. Coombs2019-01-081-5/+6
* | Merge pull request #1625 from pypa/bugfix/1623-always-targzJason R. Coombs2019-01-033-1/+21
|\ \
| * | Add changelogbugfix/1623-always-targzJason R. Coombs2019-01-021-0/+1
| * | Always specify formats=gztar, overriding the project's legacy expectation tha...Jason R. Coombs2019-01-021-1/+1
| * | Add test capturing failure. Ref #1623.Jason R. Coombs2019-01-021-0/+19
* | | Merge pull request #1626 from pypa/iterator-unpackmergify[bot]2019-01-021-10/+11
|\ \ \ | |/ / |/| |
| * | Extract common behavior into a functioniterator-unpackJason R. Coombs2019-01-021-14/+11
| * | Avoid hanging indentJason R. Coombs2019-01-021-4/+8
| * | Rely on iterable unpacking to extract one element from generator expression.Jason R. Coombs2019-01-021-8/+8
|/ /
* | Feed the hobgoblins (delint).Jason R. Coombs2019-01-021-4/+6
* | Merge pull request #1622 from pganssle/tweak_guidemergify[bot]2019-01-011-2/+2
|\ \
| * | Tweak "making a pull request" documentationPaul Ganssle2019-01-011-2/+2
* | | Allow PRs from other forks to auto-merge.Jason R. Coombs2019-01-011-2/+0
|/ /
* | Merge pull request #1620 from scop/spellingPaul Ganssle2019-01-014-4/+4
|\ \
| * | Spelling fixesVille Skyttä2018-12-294-4/+4
* | | Merge pull request #1559 from RajdeepRao/BUG-1551Paul Ganssle2018-12-316-6/+75
|\ \ \