cpython/Lib/distutils/tests
Éric Araujo d1feff70a3 Merged revisions 86223-86224,86226,86234 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86223 | eric.araujo | 2010-11-06 00:51:56 +0100 (sam., 06 nov. 2010) | 2 lines

  Always close files in distutils code and tests (#10252).
........
  r86224 | eric.araujo | 2010-11-06 00:58:34 +0100 (sam., 06 nov. 2010) | 2 lines

  Add missing entry for r86223.
........
  r86226 | eric.araujo | 2010-11-06 00:59:32 +0100 (sam., 06 nov. 2010) | 2 lines

  Of course, I forgot one file in r86223.
........
  r86234 | eric.araujo | 2010-11-06 03:10:32 +0100 (sam., 06 nov. 2010) | 2 lines

  Also close file descriptors from os.popen and subprocess.Popen
........
2010-11-06 04:06:18 +00:00
..
Setup.sample added some tests for distutils.extension + code cleanup 2009-06-03 10:26:26 +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 files used by win32 tests 2010-03-06 01:27:09 +00:00
setuptools_extension.py files used by win32 tests 2010-03-06 01:27:09 +00:00
support.py taking sysconfig out of distutils 2010-01-23 09:23:15 +00:00
test_archive_util.py #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd 2009-10-24 13:29:44 +00:00
test_bdist.py Add missing import when running these tests standalone. 2010-02-06 23:53:52 +00:00
test_bdist_dumb.py Add missing import when running these tests standalone. 2010-02-06 23:53:52 +00:00
test_bdist_msi.py Add missing import when running these tests standalone. 2010-02-06 23:53:52 +00:00
test_bdist_rpm.py Add missing import when running these tests standalone. 2010-02-06 23:53:52 +00:00
test_bdist_wininst.py Add missing import when running these tests standalone. 2010-02-06 23:53:52 +00:00
test_build.py taking sysconfig out of distutils 2010-01-23 09:23:15 +00:00
test_build_clib.py taking sysconfig out of distutils 2010-01-23 09:23:15 +00:00
test_build_ext.py Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested both 2010-10-22 15:31:44 +00:00
test_build_py.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
test_build_scripts.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
test_ccompiler.py taking sysconfig out of distutils 2010-01-23 09:23:15 +00:00
test_check.py DistutilsSetupError was not raised when one single warning occured 2009-04-17 14:29:56 +00:00
test_clean.py remove the svn:executable property from files that don't have shebang lines 2010-03-05 03:20:06 +00:00
test_cmd.py Add missing import when running these tests standalone. 2010-02-06 23:53:52 +00:00
test_config.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
test_config_cmd.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_core.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
test_dep_util.py using an existing file to avoid dealing with a sleep to test file ages 2009-12-10 19:29:53 +00:00
test_dir_util.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
test_dist.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
test_file_util.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
test_filelist.py improved distutils test coverage: now the DEBUG mode is covered too (will help fix the issue #6954 in py3k branch) 2009-09-21 12:19:07 +00:00
test_install.py reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the 2.7b1 in this. the whole revert will occur after a4 is tagged 2010-03-05 00:16:02 +00:00
test_install_data.py Changed distutils tests to avoid environment alteration 2009-10-18 09:28:26 +00:00
test_install_headers.py Changed distutils tests to avoid environment alteration 2009-10-18 09:28:26 +00:00
test_install_lib.py Issue 6292: for the moment at least, the test suite passes if run 2010-02-23 00:24:49 +00:00
test_install_scripts.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
test_msvc9compiler.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
test_register.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
test_sdist.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
test_spawn.py improved distutils.spawn test coverage + cleaned it up 2009-06-02 15:58:43 +00:00
test_sysconfig.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
test_text_file.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
test_unixccompiler.py reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the 2.7b1 in this. the whole revert will occur after a4 is tagged 2010-03-05 00:16:02 +00:00
test_upload.py Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings 2010-01-24 00:33:32 +00:00
test_util.py reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the 2.7b1 in this. the whole revert will occur after a4 is tagged 2010-03-05 00:16:02 +00:00
test_version.py more test coverage 2009-02-23 12:41:29 +00:00
test_versionpredicate.py Whitespace normalization. 2005-03-28 01:08:02 +00:00