summaryrefslogtreecommitdiff
path: root/setuptools/logging.py
Commit message (Expand)AuthorAgeFilesLines
* Replace condition to patch distutils.dist.logAnderson Bravalheri2022-11-231-1/+2
* Restore protection of distutils.log patching.Jason R. Coombs2022-10-081-0/+5
* Suppress monkeypatch when Log is gone, indicating distutils is using logging ...Jason R. Coombs2022-10-051-1/+2
* Remove hack around distutils.dist.log, no longer relevant with pypa/distutils...Jason R. Coombs2022-10-051-6/+0
* fixed some spelling mistakes,Bastian Venthur2022-06-141-1/+1
* Update setuptools/logging.pyAnderson Bravalheri2022-01-241-3/+3
* Fix weird distutils.log reloading/caching situationAnderson Bravalheri2022-01-221-0/+6
* Monkey patch distutils.log.set_threshold so the Python logger honors calls to...Jason R. Coombs2021-12-281-0/+8
* Add setuptools.log to supersede distutils.log. Ref #2973.Jason R. Coombs2021-12-281-0/+22