summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-031-41/+0
* bpo-41003: Fix test_copyreg when numpy is installed (GH-20935)Victor Stinner2020-06-171-7/+6
* bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095)Victor Stinner2020-05-151-0/+6
* Make sure each test can be run standalone (./python Lib/distutils/tests/x.py)Éric Araujo2010-11-061-2/+3
* One unit test for distutils is not much, but is more than we had yesterday.Fred Drake2004-06-151-0/+35