summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | Make clib build reproducible by sorting sourcesDaniel Garcia Moreno2022-11-153-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://github.com/pypa/setuptools/issues/3678
* | | | | | | | | | | | 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
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 3 assumes the encoding is UTF-8 by default, and so do or should do tools such as text editors when opening Python files. No need to explicitly set `*- coding: utf-8 -*-`.
| | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \
*-----. \ \ \ \ \ \ \ \ \ \ \ 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
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Modernize `test_manifest` to use new log infra
| * | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Sync with distutils at e0787fa
| * | | | | | | | | 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
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Replace bespoke logging facility with logging module
| | * | | | | | | | 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
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | 2.3.
| * | | | | | | | Rewrite init/for/append loop as comprehension and if/else as tertiary statement.Jason R. Coombs2022-11-031-7/+1
| | | | | | | | |
| * | | | | | | | In TempdirManager, use pathlib and more_itertools to more simply write the text.Jason R. Coombs2022-10-292-8/+4
| | | | | | | | |
| * | | | | | | | Pin pytest to <7.2. Workaround for pypa/distutils#186.Jason R. Coombs2022-10-291-1/+2
| | | | | | | | |
| * | | | | | | | Re-paste RangeMap with newlines restored (unsure what made them disappear).Jason R. Coombs2022-10-291-0/+23
| | | | | | | | |
| * | | | | | | | 👹 Feed the hobgoblins (delint).Jason R. Coombs2022-10-291-1/+0
| | | | | | | | |
| * | | | | | | | Use try/except when assigning msc_ver.Jason R. Coombs2022-10-291-3/+3
| | | | | | | | |
| * | | | | | | | Use RangeMap to define the ranges in one place.Jason R. Coombs2022-10-292-24/+143
| | | | | | | | |
| * | | | | | | | Prefer regex search to string manipulation.Jason R. Coombs2022-10-291-3/+4
| | | | | | | | |
| * | | | | | | | Move lookup out of the functionJason R. Coombs2022-10-291-18/+20
| | | | | | | | |
| * | | | | | | | Replace if/else with a lookup.Jason R. Coombs2022-10-291-18/+15
| | | | | | | | |
| * | | | | | | | Work with ints uniformally.Jason R. Coombs2022-10-291-9/+9
| | | | | | | | |
| * | | | | | | | Prefer partition to find.Jason R. Coombs2022-10-291-3/+3
| | | | | | | | |
| * | | | | | | | Short circuit when MSC version is not found.Jason R. Coombs2022-10-291-28/+30
| | | | | | | | |
| * | | | | | | | Remove setting of dll_libraries in Mingw32CCompiler. One call superseded the ↵Jason R. Coombs2022-10-291-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other, and the result was redundant with what happens in the parent call.
| * | | | | | | | or maybe notJason R. Coombs2022-10-291-4/+0
| | | | | | | | |
| * | | | | | | | Prefer caplog to mocking the logging interface.Jason R. Coombs2022-10-051-11/+5
| | | | | | | | |
| * | | | | | | | Fix broken testJason R. Coombs2022-10-041-3/+1
| | | | | | | | |
| * | | | | | | | Prefer capsys to test.support.captured*Jason R. Coombs2022-10-046-70/+37
| | | | | | | | |