Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Make clib build reproducible by sorting sources | Daniel Garcia Moreno | 2022-11-15 | 3 | -1/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://github.com/pypa/setuptools/issues/3678 | |||||
* | | | | | | | | | | | | Improve invalid entry-points traceback (#3684) | Anderson Bravalheri | 2022-11-23 | 3 | -23/+63 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Add news fragment | Anderson Bravalheri | 2022-11-23 | 1 | -0/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Test user-friendly exeptions for invalid entry-poitns | Anderson Bravalheri | 2022-11-15 | 1 | -22/+53 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Display a user-friendly exception when entry-point is invalid | Anderson Bravalheri | 2022-11-15 | 1 | -1/+9 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Fix logging errors - `underlying buffer has been detached` (#3690) | Anderson Bravalheri | 2022-11-23 | 2 | -10/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Add news fragment | Anderson Bravalheri | 2022-11-23 | 1 | -0/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fix logging errors: 'underlying buffer has been detached' | Daniel Laügt | 2022-11-17 | 1 | -10/+2 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Docs: Add note about global `distutils.cfg` (#3689) | Anderson Bravalheri | 2022-11-23 | 2 | -0/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Add news fragment | Anderson Bravalheri | 2022-11-23 | 1 | -0/+2 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Add note about global distutils.cfg | Anderson Bravalheri | 2022-11-17 | 1 | -0/+9 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Remove unnecessary `coding` comment (#3696) | Anderson Bravalheri | 2022-11-23 | 7 | -10/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | The default encoding of Python sources is UTF-8 | Dimitri Papadopoulos | 2022-11-20 | 7 | -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 Bravalheri | 2022-11-23 | 10 | -21/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | Get rid of trailing spaces, mainly in docs | Dimitri Papadopoulos | 2022-11-20 | 8 | -15/+9 | |
| | | | |/ / / / / / / / / / | ||||||
| | | * | | | | | | | | | | | Remove tabs | Bas Nijholt | 2022-11-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | Fix spacing in build_meta.rst | Bas Nijholt | 2022-11-21 | 1 | -1/+1 | |
| | | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | | Fix non-ASCII homoglyph of `v` | Dimitri Papadopoulos | 2022-11-21 | 1 | -1/+1 | |
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Fix typos found by codespell | Dimitri Papadopoulos | 2022-11-20 | 3 | -5/+5 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #3701 from abravalheri/update-test-manifest | Jason R. Coombs | 2022-11-22 | 1 | -60/+58 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | Modernize `test_manifest` to use new log infra | |||||
| * | | | | | | | | | | Add workaround for PyPy | Anderson Bravalheri | 2022-11-22 | 1 | -2/+8 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Simplify patching in test | Anderson Bravalheri | 2022-11-22 | 1 | -12/+7 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Account for stdlib back compatibility in test_manifest | Anderson Bravalheri | 2022-11-22 | 1 | -8/+19 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Modernize test_manifest to use new log infra | Anderson Bravalheri | 2022-11-22 | 1 | -60/+46 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Bump version: 65.5.1 → 65.6.0v65.6.0 | Jason R. Coombs | 2022-11-18 | 4 | -3/+11 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #3674 from pypa/distutils-e0787fa | Jason R. Coombs | 2022-11-17 | 76 | -631/+558 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | Sync with distutils at e0787fa | |||||
| * | | | | | | | | | Update changelog. | Jason R. Coombs | 2022-11-13 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge https://github.com/pypa/distutils into distutils-e0787fa | Jason R. Coombs | 2022-11-13 | 75 | -631/+557 | |
| |\ \ \ \ \ \ \ \ \ |/ / / / / / / / / / | | | _ / / / / / / | | | / / / / / / | ||||||
| * | | | | | | | | Merge pull request #183 from pypa/debt/logging | Jason R. Coombs | 2022-11-13 | 44 | -309/+202 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Replace bespoke logging facility with logging module | |||||
| | * | | | | | | | | Log to the root logger, as that's the one Setuptools patches/validates. | Jason R. Coombs | 2022-11-13 | 2 | -2/+2 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Avoid use of the distutils.log module. | Jason R. Coombs | 2022-11-13 | 32 | -66/+80 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Replace bespoke logging facility with logging module, available since Python ↵ | Jason R. Coombs | 2022-11-13 | 15 | -245/+124 | |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2.3. | |||||
| * | | | | | | | | Rewrite init/for/append loop as comprehension and if/else as tertiary statement. | Jason R. Coombs | 2022-11-03 | 1 | -7/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | In TempdirManager, use pathlib and more_itertools to more simply write the text. | Jason R. Coombs | 2022-10-29 | 2 | -8/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Pin pytest to <7.2. Workaround for pypa/distutils#186. | Jason R. Coombs | 2022-10-29 | 1 | -1/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Re-paste RangeMap with newlines restored (unsure what made them disappear). | Jason R. Coombs | 2022-10-29 | 1 | -0/+23 | |
| | | | | | | | | | ||||||
| * | | | | | | | | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2022-10-29 | 1 | -1/+0 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Use try/except when assigning msc_ver. | Jason R. Coombs | 2022-10-29 | 1 | -3/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Use RangeMap to define the ranges in one place. | Jason R. Coombs | 2022-10-29 | 2 | -24/+143 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Prefer regex search to string manipulation. | Jason R. Coombs | 2022-10-29 | 1 | -3/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Move lookup out of the function | Jason R. Coombs | 2022-10-29 | 1 | -18/+20 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Replace if/else with a lookup. | Jason R. Coombs | 2022-10-29 | 1 | -18/+15 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Work with ints uniformally. | Jason R. Coombs | 2022-10-29 | 1 | -9/+9 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Prefer partition to find. | Jason R. Coombs | 2022-10-29 | 1 | -3/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Short circuit when MSC version is not found. | Jason R. Coombs | 2022-10-29 | 1 | -28/+30 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Remove setting of dll_libraries in Mingw32CCompiler. One call superseded the ↵ | Jason R. Coombs | 2022-10-29 | 1 | -7/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other, and the result was redundant with what happens in the parent call. | |||||
| * | | | | | | | | or maybe not | Jason R. Coombs | 2022-10-29 | 1 | -4/+0 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Prefer caplog to mocking the logging interface. | Jason R. Coombs | 2022-10-05 | 1 | -11/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix broken test | Jason R. Coombs | 2022-10-04 | 1 | -3/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Prefer capsys to test.support.captured* | Jason R. Coombs | 2022-10-04 | 6 | -70/+37 | |
| | | | | | | | | |