aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Protect against situation where the Git user e-mail is not configured. Ref #2...Jason R. Coombs2020-04-061-0/+8
|/ /
* | Bump version: 46.1.2 → 46.1.3v46.1.3Jason R. Coombs2020-03-253-2/+8
* | Merge pull request #2046 from pypa/bugfix/1607-retain-executable-modeJason R. Coombs2020-03-253-5/+46
|\ \
| * | Mark test_executable_data as xfail on Windows.Jason R. Coombs2020-03-251-0/+8
| * | Added description.jorikdima2020-03-251-0/+1
| * | When copying package data, make sure it's writable, but otherwise preserve th...Jason R. Coombs2020-03-251-2/+7
| * | Add test asserting that an executable script retains its executable bit. Ref ...Jason R. Coombs2020-03-251-3/+30
|/ /
* | Merge tag 'v46.1.2'Jason R. Coombs2020-03-254-3/+8
|\ \
| * | Bump version: 46.1.1 → 46.1.2v46.1.2Jason R. Coombs2020-03-254-3/+8
* | | Update py2 warning template to direct users to report downstream.Jason R. Coombs2020-03-251-0/+1
|/ /
* | Update warning message to direct users to file a template instead of commenti...Jason R. Coombs2020-03-252-3/+3
* | Merge branch 'master' of https://github.com/pypa/setuptoolsJason R. Coombs2020-03-251-0/+48
|\ \
| * | Add template for Python 2 incompatibilityJason R. Coombs2020-03-251-0/+48
* | | Remove changelog entry, intended for v46.1.1Jason R. Coombs2020-03-211-1/+0
|/ /
* | Remove deploy step from travis. Let Azure pipelines cut the release.Jason R. Coombs2020-03-211-5/+0
* | Sync badges with jaraco/skeletonJason R. Coombs2020-03-211-5/+8
* | Solicit tidelift token from environment variables. Add Funding.yml.Jason R. Coombs2020-03-212-0/+2
* | Add badge for Azure pipelinesJason R. Coombs2020-03-211-0/+3
* | Bump version: 46.1.0 → 46.1.1v46.1.1Jason R. Coombs2020-03-213-2/+8
* | Update changelog. Ref #1424.Jason R. Coombs2020-03-211-0/+1
* | 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-03-211-1/+2
* | Bump version: 46.0.0 → 46.1.0v46.1.0Jason R. Coombs2020-03-217-6/+17
* | Merge tag 'v44.1.0'Jason R. Coombs2020-03-213-4/+11
|\ \
| * | Bump version: 44.0.0 → 44.1.0v44.1.0Jason R. Coombs2020-03-216-6/+10
| * | Avoid install during finalizeJason R. Coombs2020-03-211-0/+1
| * | Replace playbook with code for finalizing a release.Jason R. Coombs2020-03-213-33/+73
| * | Merge pull request #1994 from con-f-use/masterJason R. Coombs2020-02-152-3/+4
| |\ \
| | * | changelog for #1994con-f-use2020-02-151-0/+1
| | * | use finalize_distribution_options entrypoint ordercon-f-use2020-02-151-3/+3
* | | | Merge pull request 1424 from jorikdima.Jason R. Coombs2020-03-213-1/+29
|\ \ \ \
| * | | | Add test capturing expectation. Ref #1451.Jason R. Coombs2020-03-211-0/+27
| * | | | Merge branch 'master' into jorikdima-masterJason R. Coombs2020-03-21141-3692/+6462
| |\ \ \ \
| * | | | | Don't keep file modes for package data.Dmitry Kuznetsov2018-12-122-1/+2
* | | | | | Merge pull request #1563 from alhirzel/masterJason R. Coombs2020-03-212-4/+9
|\ \ \ \ \ \
| * | | | | | Trap AttributeError in exactly one place.Jason R. Coombs2020-03-211-8/+4
| * | | | | | Update changelog entryJason R. Coombs2020-03-211-1/+1
| * | | | | | updated per comments from @pganssle in #1563Alex Hirzel2018-11-091-8/+11
| * | | | | | Merge remote-tracking branch 'upstream/master'Alex Hirzel2018-11-0927-182/+476
| |\ \ \ \ \ \
| * | | | | | | add changelog entryAlex Hirzel2018-10-281-0/+1
| * | | | | | | default to find_module, fall-back to find_spec, fail gracefully afterAlex Hirzel2018-10-281-5/+9
| * | | | | | | change find_module to find_spec for py37 compatAlex Hirzel2018-10-281-4/+5
* | | | | | | | Merge pull request #1431 from hroncok/fedora-makedirsJason R. Coombs2020-03-212-0/+7
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Rename changefile and clean up changelog.Jason R. Coombs2020-03-212-3/+1
| * | | | | | | Make install directory if it doesn't exist yetMiro Hrončok2018-07-202-0/+9
* | | | | | | | Merge pull request #2026 from pypa/feature/308-bypass-normalizationJason R. Coombs2020-03-204-11/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | Trim excess whitespaceJason R. Coombs2020-03-201-1/+1
| * | | | | | | | Merge branch 'master' into feature/308-bypass-normalizationJason R. Coombs2020-03-201-66/+57
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Rely on partial now that pattern makes senseJason R. Coombs2020-03-151-2/+2
* | | | | | | | | Trim up syntax on test cases, including removing hanging indents.Jason R. Coombs2020-03-151-56/+54
* | | | | | | | | Remove superfluous test and re-organize tests for clarity.Jason R. Coombs2020-03-151-6/+2