summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
| * 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
| * 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
| * Consolidate fixture for capturing logs. Removes LoggingSilencer.Jason R. Coombs2022-10-0425-119/+71
| * Expand 'logs' fixture to support features needed by LoggingSilencer.Jason R. Coombs2022-10-043-14/+36
| * Extract fixture for capturing logs in _util modules.Jason R. Coombs2022-10-043-34/+29
| * Use monkeypatch to set log and threshold.Jason R. Coombs2022-10-041-10/+3
| * No need to save 'threshold' on the instance.Jason R. Coombs2022-10-041-2/+2
| * Prefer relative imports for better portability.Jason R. Coombs2022-10-0440-153/+153
| * Remove readmeJason R. Coombs2022-10-041-11/+0
| * Prefer partition for splitting a string.Jason R. Coombs2022-10-041-1/+1
| * Remove docstring in distutilsJason R. Coombs2022-10-041-10/+0
* | Skip an additional test under xdist. Ref pypa/distutils#183. Expanded workaro...Jason R. Coombs2022-11-131-4/+8
* | Skip test under xdist as it fails after migrating to Python logging. Ref pypa...Jason R. Coombs2022-11-131-0/+4
* | ⚫ Fade to black.Jason R. Coombs2022-11-131-6/+10
* | Fix typo in docs/userguide/development_mode (#3664)Anderson Bravalheri2022-11-111-1/+1
|\ \
| * | Minor stylistic changeAnderson Bravalheri2022-11-111-1/+2
| * | Fix typo in docs/userguide/development_mode.rstshripadbadithe2022-11-061-2/+1
* | | Report coverage from Cygwin jobs (#3642)Anderson Bravalheri2022-11-111-0/+26
|\ \ \
| * | | Minor stylistic changeAnderson Bravalheri2022-11-111-15/+6
| * | | Use an absolute path for codecov uploadsSviatoslav Sydorenko2022-10-201-1/+2
| * | | Explicitly point Codecov at `coverage.xml`Sviatoslav Sydorenko2022-10-201-0/+1
| * | | Report coverage from Cygwin jobsSviatoslav Sydorenko2022-10-201-0/+33
* | | | Upload accurate coverage flags from unit tests job (#3641)Anderson Bravalheri2022-11-111-2/+6
|\ \ \ \
| * | | | Minor stylistic changeAnderson Bravalheri2022-11-111-9/+3
| * | | | Use job id as a coverage flagSviatoslav Sydorenko2022-10-201-1/+1
| * | | | Upload accurate coverage flags from unit tests jobSviatoslav Sydorenko2022-10-191-2/+12
| |/ / /