summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| |\ \ | |/ / |/| |
* | | 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