cpython/Lib/distutils/tests
Ezio Melotti e511c6ce8d Merged revisions 79191 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79191 | florent.xicluna | 2010-03-21 13:50:17 +0200 (Sun, 21 Mar 2010) | 3 lines

  No more deprecation warnings for distutils.sysconfig, following r78666.
  But when the "dl" module is available, it gives a py3k deprecation warning.
........
2010-08-03 07:51:50 +00:00
..
__init__.py One unit test for distutils is not much, but is more than we had yesterday. 2004-06-15 15:49:46 +00:00
setuptools_build_ext.py Fixed #7064: making sure get_ext_filename is called as Setuptools is assuming so it doesn't break it 2009-10-05 17:35:51 +00:00
setuptools_extension.py Fixed #7064: making sure get_ext_filename is called as Setuptools is assuming so it doesn't break it 2009-10-05 17:35:51 +00:00
support.py Merged revisions 75669-75671 via svnmerge from 2010-01-08 23:27:23 +00:00
test_bdist_wininst.py Merged revisions 71759 via svnmerge from 2009-04-20 12:48:47 +00:00
test_build_ext.py Merged revisions 79191 via svnmerge from 2010-08-03 07:51:50 +00:00
test_build_py.py Merged revisions 75669-75671 via svnmerge from 2010-01-08 23:27:23 +00:00
test_build_scripts.py Merged revisions 71884 via svnmerge from 2009-04-25 12:55:56 +00:00
test_config.py fixed the distutils tests that were not writing in temp 2009-10-02 22:37:51 +00:00
test_core.py Merged revisions 69846 via svnmerge from 2009-07-02 15:37:21 +00:00
test_dist.py Merged revisions 76684 via svnmerge from 2009-12-06 09:26:45 +00:00
test_filelist.py reapplied r74493 (after #6665 fix has been backported) 2009-11-01 23:04:26 +00:00
test_install.py Make distutils "install --home" support all platforms. 2004-06-25 23:02:59 +00:00
test_install_lib.py added more test coverage from trunk for #7617 2010-01-08 23:54:15 +00:00
test_install_scripts.py make sure distutils logging is shut off in tests to avoid spurious output 2004-08-03 18:53:07 +00:00
test_msvc9compiler.py Merged revisions 68373 via svnmerge from 2009-01-07 09:53:35 +00:00
test_register.py Merged revisions 67926 via svnmerge from 2008-12-27 13:28:42 +00:00
test_sdist.py Merged revisions 81255 via svnmerge from 2010-05-17 10:26:15 +00:00
test_sysconfig.py Issue #7039: Fixed test_distutils when running tests on an installation with no build 2009-10-03 01:21:38 +00:00
test_unixccompiler.py Merged revisions 77377 via svnmerge from 2010-01-08 23:48:37 +00:00
test_upload.py Merged revisions 77717 via svnmerge from 2010-01-24 00:57:20 +00:00
test_util.py added more test coverage from trunk for #7617 2010-01-08 23:54:15 +00:00
test_versionpredicate.py Whitespace normalization. 2005-03-28 01:08:02 +00:00