| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | |||||
| | * | Consolidate fixture for capturing logs. Removes LoggingSilencer. | Jason R. Coombs | 2022-10-04 | 25 | -119/+71 |
| | | | |||||
| | * | Expand 'logs' fixture to support features needed by LoggingSilencer. | Jason R. Coombs | 2022-10-04 | 3 | -14/+36 |
| | | | |||||
| | * | Extract fixture for capturing logs in _util modules. | Jason R. Coombs | 2022-10-04 | 3 | -34/+29 |
| | | | |||||
| | * | Use monkeypatch to set log and threshold. | Jason R. Coombs | 2022-10-04 | 1 | -10/+3 |
| | | | |||||
| | * | No need to save 'threshold' on the instance. | Jason R. Coombs | 2022-10-04 | 1 | -2/+2 |
| | | | |||||
| | * | Prefer relative imports for better portability. | Jason R. Coombs | 2022-10-04 | 40 | -153/+153 |
| | | | |||||
| | * | Remove readme | Jason R. Coombs | 2022-10-04 | 1 | -11/+0 |
| | | | |||||
| | * | Prefer partition for splitting a string. | Jason R. Coombs | 2022-10-04 | 1 | -1/+1 |
| | | | |||||
| | * | Remove docstring in distutils | Jason R. Coombs | 2022-10-04 | 1 | -10/+0 |
| | | | |||||
| * | | Skip an additional test under xdist. Ref pypa/distutils#183. Expanded ↵ | Jason R. Coombs | 2022-11-13 | 1 | -4/+8 |
| | | | | | | | | | workaround for pytest-dev/pytest-xdist#843. | ||||
| * | | Skip test under xdist as it fails after migrating to Python logging. Ref ↵ | Jason R. Coombs | 2022-11-13 | 1 | -0/+4 |
| | | | | | | | | | pypa/distutils#183. Workaround for pytest/pytest-xdist#843. | ||||
| * | | ⚫ Fade to black. | Jason R. Coombs | 2022-11-13 | 1 | -6/+10 |
| | | | |||||
| * | | Fix typo in docs/userguide/development_mode (#3664) | Anderson Bravalheri | 2022-11-11 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Minor stylistic change | Anderson Bravalheri | 2022-11-11 | 1 | -1/+2 |
| | | | | |||||
| | * | | Fix typo in docs/userguide/development_mode.rst | shripadbadithe | 2022-11-06 | 1 | -2/+1 |
| | | | | |||||
| * | | | Report coverage from Cygwin jobs (#3642) | Anderson Bravalheri | 2022-11-11 | 1 | -0/+26 |
| |\ \ \ | |||||
| | * | | | Minor stylistic change | Anderson Bravalheri | 2022-11-11 | 1 | -15/+6 |
| | | | | | |||||
| | * | | | Use an absolute path for codecov uploads | Sviatoslav Sydorenko | 2022-10-20 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | Explicitly point Codecov at `coverage.xml` | Sviatoslav Sydorenko | 2022-10-20 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Report coverage from Cygwin jobs | Sviatoslav Sydorenko | 2022-10-20 | 1 | -0/+33 |
| | | | | | |||||
| * | | | | Upload accurate coverage flags from unit tests job (#3641) | Anderson Bravalheri | 2022-11-11 | 1 | -2/+6 |
| |\ \ \ \ | |||||
| | * | | | | Minor stylistic change | Anderson Bravalheri | 2022-11-11 | 1 | -9/+3 |
| | | | | | | |||||
| | * | | | | Use job id as a coverage flag | Sviatoslav Sydorenko | 2022-10-20 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Upload accurate coverage flags from unit tests job | Sviatoslav Sydorenko | 2022-10-19 | 1 | -2/+12 |
| | |/ / / | |||||
