summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_distutils.py
Commit message (Expand)AuthorAgeFilesLines
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-031-30/+0
* gh-82616: Add process_group support to subprocess.Popen (#23930)Gregory P. Smith2022-05-051-0/+2
* bpo-46425: Fix direct invocation of multiple test modules (GH-30666)Nikita Sobolev2022-01-181-1/+1
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-191-7/+5
* bpo-43955: Handle the case where the distutils warning has already been trigg...Steve Dower2021-04-281-1/+1
* bpo-41282: Fix distutils.utils.byte_compile() DeprecationWarning (GH-25406)Victor Stinner2021-04-161-4/+10
* Fix so that test.test_distutils can be executed by unittest and not just regr...Toshio Kuratomi2020-01-271-0/+6
* Merged revisions 75860 via svnmerge fromAntoine Pitrou2009-10-271-0/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* One unit test for distutils is not much, but is more than we had yesterday.Fred Drake2004-06-151-0/+17