summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 65.6.1 → 65.6.2v65.6.2Jason R. Coombs2022-11-233-2/+8
* Minor adjustments in changelogAnderson Bravalheri2022-11-231-2/+4
* Bump version: 65.6.0 → 65.6.1v65.6.1Anderson Bravalheri2022-11-239-9/+20
* Adequate news fragment file namesAnderson Bravalheri2022-11-232-0/+0
* Merge pypa/distutils@3e9d47e with fix for distutils.log (#3705)Anderson Bravalheri2022-11-232-0/+20
|\
| * Add changelogJason R. Coombs2022-11-221-0/+1
| * Merge https://github.com/pypa/distutils into bugfix/3693-distutils-3e9d47eJason R. Coombs2022-11-221-0/+19
| |\
| | * Merge pull request #192 from abravalheri/setuptools-issue-3693Jason R. Coombs2022-11-222-0/+22
| | |\
| | | * Ignore deprecation warning in testsAnderson Bravalheri2022-11-222-1/+4
| | | * Add distutils.log.Log back for compatibilityAnderson Bravalheri2022-11-221-0/+19
| | |/
* | | Fix build directories interference with auto-discovery (#3704)Anderson Bravalheri2022-11-233-1/+16
|\ \ \
| * | | Add news fragmentAnderson Bravalheri2022-11-231-0/+1
| * | | Use hidden directory to not interfere with discoveryAnderson Bravalheri2022-11-221-1/+2
| * | | Capture behaviour of issue 3692 in testAnderson Bravalheri2022-11-221-0/+13
* | | | Update versions of outdated GHA (#3640)Anderson Bravalheri2022-11-231-4/+4
|\ \ \ \
| * | | | Update versions of outdated GHAAnderson Bravalheri2022-10-191-4/+4
* | | | | Improve clib builds reproducibility (#3679)Anderson Bravalheri2022-11-233-1/+30
|\ \ \ \ \
| * | | | | Better changelog message in changelog.d/3678.change.rstdanigm2022-11-151-1/+1
| * | | | | Make clib build reproducible by sorting sourcesDaniel Garcia Moreno2022-11-153-1/+30
* | | | | | Improve invalid entry-points traceback (#3684)Anderson Bravalheri2022-11-233-23/+63
|\ \ \ \ \ \
| * | | | | | Add news fragmentAnderson Bravalheri2022-11-231-0/+1
| * | | | | | Test user-friendly exeptions for invalid entry-poitnsAnderson Bravalheri2022-11-151-22/+53
| * | | | | | Display a user-friendly exception when entry-point is invalidAnderson Bravalheri2022-11-151-1/+9
| |/ / / / /
* | | | | | Fix logging errors - `underlying buffer has been detached` (#3690)Anderson Bravalheri2022-11-232-10/+3
|\ \ \ \ \ \
| * | | | | | Add news fragmentAnderson Bravalheri2022-11-231-0/+1
| * | | | | | Fix logging errors: 'underlying buffer has been detached'Daniel Laügt2022-11-171-10/+2
| |/ / / / /
* | | | | | Docs: Add note about global `distutils.cfg` (#3689)Anderson Bravalheri2022-11-232-0/+11
|\ \ \ \ \ \
| * | | | | | Add news fragmentAnderson Bravalheri2022-11-231-0/+2
| * | | | | | Add note about global distutils.cfgAnderson Bravalheri2022-11-171-0/+9
| |/ / / / /
* | | | | | Remove unnecessary `coding` comment (#3696)Anderson Bravalheri2022-11-237-10/+1
|\ \ \ \ \ \
| * | | | | | The default encoding of Python sources is UTF-8Dimitri Papadopoulos2022-11-207-10/+1
| | |_|/ / / | |/| | | |
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*-----. \ \ \ \ \ Merge spelling/space improvements (#3695, #3698, #3697, #3699)Anderson Bravalheri2022-11-2310-21/+15
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| | | | * | | | | Get rid of trailing spaces, mainly in docsDimitri Papadopoulos2022-11-208-15/+9
| | | | |/ / / /
| | | * | | | | Remove tabsBas Nijholt2022-11-211-2/+2
| | | * | | | | Fix spacing in build_meta.rstBas Nijholt2022-11-211-1/+1
| | | |/ / / /
| | * | | | | Fix non-ASCII homoglyph of `v`Dimitri Papadopoulos2022-11-211-1/+1
| | |/ / / /
| * | | | | Fix typos found by codespellDimitri Papadopoulos2022-11-203-5/+5
| |/ / / /
* | | | | Merge pull request #3701 from abravalheri/update-test-manifestJason R. Coombs2022-11-221-60/+58
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add workaround for PyPyAnderson Bravalheri2022-11-221-2/+8
| * | | | Simplify patching in testAnderson Bravalheri2022-11-221-12/+7
| * | | | Account for stdlib back compatibility in test_manifestAnderson Bravalheri2022-11-221-8/+19
| * | | | Modernize test_manifest to use new log infraAnderson Bravalheri2022-11-221-60/+46
|/ / / /
* | | | Bump version: 65.5.1 → 65.6.0v65.6.0Jason R. Coombs2022-11-184-3/+11
* | | | Merge pull request #3674 from pypa/distutils-e0787faJason R. Coombs2022-11-1776-631/+558
|\ \ \ \ | |/ / / |/| | |
| * | | Update changelog.Jason R. Coombs2022-11-131-0/+1
| * | | Merge https://github.com/pypa/distutils into distutils-e0787faJason R. Coombs2022-11-1375-631/+557
| |\ \ \ |/ / / / | | | _
| * | Merge pull request #183 from pypa/debt/loggingJason R. Coombs2022-11-1344-309/+202
| |\ \
| | * | Log to the root logger, as that's the one Setuptools patches/validates.Jason R. Coombs2022-11-132-2/+2
| | * | Avoid use of the distutils.log module.Jason R. Coombs2022-11-1332-66/+80
| | * | Replace bespoke logging facility with logging module, available since Python ...Jason R. Coombs2022-11-1315-245/+124
| |/ /