Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace condition to patch distutils.dist.log | Anderson Bravalheri | 2022-11-23 | 1 | -1/+2 |
| | | | | | As `distutils.log.Log` was backfilled for compatibility we no longer can use this as a condition. | ||||
* | Restore protection of distutils.log patching. | Jason R. Coombs | 2022-10-08 | 1 | -0/+5 |
| | |||||
* | Suppress monkeypatch when Log is gone, indicating distutils is using logging ↵ | Jason R. Coombs | 2022-10-05 | 1 | -1/+2 |
| | | | | natively. | ||||
* | Remove hack around distutils.dist.log, no longer relevant with ↵ | Jason R. Coombs | 2022-10-05 | 1 | -6/+0 |
| | | | | pypa/distutils#183. | ||||
* | fixed some spelling mistakes, | Bastian Venthur | 2022-06-14 | 1 | -1/+1 |
| | | | | that's all :) | ||||
* | Update setuptools/logging.py | Anderson Bravalheri | 2022-01-24 | 1 | -3/+3 |
| | | | Co-authored-by: Jason R. Coombs <jaraco@jaraco.com> | ||||
* | Fix weird distutils.log reloading/caching situation | Anderson Bravalheri | 2022-01-22 | 1 | -0/+6 |
| | | | | | | | For some reason `distutils.log` module is getting cached in `distutils.dist` and then loaded again when we have the opportunity to patch it. This implies: id(distutils.log) != id(distutils.dist.log). We need to make sure the same module object is used everywhere. | ||||
* | Monkey patch distutils.log.set_threshold so the Python logger honors calls ↵ | Jason R. Coombs | 2021-12-28 | 1 | -0/+8 |
| | | | | to it. | ||||
* | Add setuptools.log to supersede distutils.log. Ref #2973. | Jason R. Coombs | 2021-12-28 | 1 | -0/+22 |