summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Emit a SetuptoolsDeprecationWarning when setup_requires is used. Ref #2823.debt/deprecate-setup-requiresJason R. Coombs2021-10-223-11/+21
* Merge pull request #2762 from tanvimoharir/codecov-changesJason R. Coombs2021-10-202-0/+6
|\
| * Rename changelog to match expected syntax.Jason R. Coombs2021-10-201-0/+0
| * Create 2762-misc.rstTanvi Moharir2021-10-201-0/+2
| * Removing additional configurationsTanvi Moharir2021-09-081-3/+0
| * Update codecov.ymlTanvi Moharir2021-08-301-0/+7
* | Fix usage of virtualenv to ensure that tests are run in the bare virtualenv. ...Jason R. Coombs2021-10-191-2/+3
* | Merge https://github.com/pypa/distutilsJason R. Coombs2021-10-183-20/+13
|\ \
| * | Fix typosKian-Meng, Ang2021-10-181-2/+2
| * | Reword comments and eliminate unnecessary 'else'Jason R. Coombs2021-09-261-11/+9
| * | Merge pull request #55 from isuruf/WlRJason R. Coombs2021-09-262-17/+12
| |\ \
| | * | consolidate the two code paths and update commentIsuru Fernando2021-09-262-15/+10
| | * | Use -Wl,-R instead of -RIsuru Fernando2021-09-212-3/+3
| |/ /
* | | Merge pull request #2808 from jensecj/patch-1Jason R. Coombs2021-10-051-1/+1
|\ \ \
| * | | Update docs/userguide/distribution.rstJens C. Jensen2021-10-031-1/+1
| * | | fix typo: above -> belowJens C. Jensen2021-10-031-1/+1
|/ / /
* | | Bump version: 58.1.0 → 58.2.0v58.2.0Jason R. Coombs2021-10-016-7/+18
* | | Merge pull request #2758 from nsait-linaro/win_arm64_launchersJason R. Coombs2021-10-016-3/+37
|\ \ \
| * | | Make changelog a 'change' (not docs change) and tweak wording.Jason R. Coombs2021-10-012-1/+1
| * | | Rebuilt arm executables from source on a repeatable builder (Docker image).Jason R. Coombs2021-10-013-1/+3
| * | | Revert removed lines from msvc-build-launcher.cmdNiyas Sait2021-09-301-0/+3
| * | | remove arm launcher compilation from msvc-build-launcher.cmdNiyas Sait2021-09-301-13/+0
| * | | Add msvc-build-launcher-arm64.cmd to use VS 2019 to compile arm binariesNiyas Sait2021-09-301-0/+17
| * | | Fix linting errorsNiyas Sait2021-09-062-1/+2
| * | | use distutils.util.get_platform to find the target platformNiyas Sait2021-08-261-1/+1
| * | | add changelogNiyas Sait2021-08-261-0/+1
| * | | add win/arm64 launchersNiyas Sait2021-08-265-3/+26
* | | | Merge pull request #2800 from jmarshall/feature/sdist-owner-groupJason R. Coombs2021-09-262-0/+7
|\ \ \ \
| * | | | sdist: Accept -u/--owner and -g/--group optionsJohn Marshall2021-09-222-0/+7
|/ / / /
* | | | Merge pull request #2793 from stanton119/patch-1Jason R. Coombs2021-09-211-1/+1
|\ \ \ \
| * | | | Update package_discovery.rststanton1192021-09-171-1/+1
* | | | | Merge pull request #2792 from DiddiLeija/document-version-comparisonJason R. Coombs2021-09-212-2/+10
|\ \ \ \ \
| * | | | | Update distribution.rstDiego Ramirez2021-09-141-3/+3
| * | | | | Create 2792.doc.rstDiego Ramirez2021-09-141-0/+1
| * | | | | Document the version coparisonsDiego Ramirez2021-09-141-2/+9
| |/ / / /
* | | | | Bump version: 58.0.4 → 58.1.0v58.1.0Jason R. Coombs2021-09-214-3/+11
* | | | | Merge pull request #2796 from pypa/distutils-02e9f65ab0Jason R. Coombs2021-09-217-17/+47
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add changelogJason R. Coombs2021-09-211-0/+1
| * | | | Merge https://github.com/pypa/distutils into distutils-02e9f65ab0Jason R. Coombs2021-09-216-17/+46
| |\ \ \ \ |/ / / / / | | | _ / | | | /
| * | | Merge pull request #54 from isuruf/basenameJason R. Coombs2021-09-212-2/+10
| |\ \ \
| | * | | Use shlexIsuru Fernando2021-09-211-2/+2
| | * | | Split CC to make sure we get the correct basename of the compilerIsuru Fernando2021-09-162-1/+9
| * | | | Merge pull request #53 from isuruf/ldsharedJason R. Coombs2021-09-212-7/+6
| |\ \ \ \
| | * | | | override ldshared on non-macos platforms too if CC is overridenIsuru Fernando2021-09-162-7/+6
| | |/ / /
| * | | | Merge pull request #52 from longnguyen2004/mainJason R. Coombs2021-09-211-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Prefer sysconfig.python_buildLong Nguyen2021-09-051-1/+1
| * | | | Support overriding ranlib on macOS with env varIsuru Fernando2021-09-162-2/+20
| * | | | adopt more standard schema for pypy3.8 (#51)Matti Picus2021-09-102-6/+10
* | | | | Merge pull request #2786 from pzhlkj6612/add-link-to-develop_mode-0Jason R. Coombs2021-09-121-1/+1
|\ \ \ \ \
| * | | | | docs(quickstart): add link to "Development Mode"Mozi2021-09-121-1/+1