Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-43955: Handle the case where the distutils warning has already been ↵ | Steve Dower | 2021-04-28 | 1 | -1/+1 |
| | | | | triggered (GH-25675) | ||||
* | bpo-41282: Fix distutils.utils.byte_compile() DeprecationWarning (GH-25406) | Victor Stinner | 2021-04-16 | 1 | -4/+10 |
| | | | | | * byte_compile() of distutils.utils no longer logs a DeprecationWarning * test_distutils no longer logs a DeprecationWarning | ||||
* | Fix so that test.test_distutils can be executed by unittest and not just ↵ | Toshio Kuratomi | 2020-01-27 | 1 | -0/+6 |
| | | | | regrtest (GH-13480) | ||||
* | Merged revisions 75860 via svnmerge from | Antoine Pitrou | 2009-10-27 | 1 | -0/+1 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75860 | antoine.pitrou | 2009-10-27 21:20:41 +0100 (mar., 27 oct. 2009) | 3 lines Try to fix transient refleaks in test_distutils. ........ | ||||
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
| | |||||
* | One unit test for distutils is not much, but is more than we had yesterday. | Fred Drake | 2004-06-15 | 1 | -0/+17 |
We need to write more; hopefully the barrier is a little lower now. |