cpython/Lib/distutils/tests
Terry Jan Reedy a70f60acf3 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
as reported by Serhiy Storchaka and Matthew Barnett.
2013-03-11 17:56:17 -04:00
..
Setup.sample Remove unnecessary executable bit on one distutils file 2011-06-04 20:45:33 +02:00
__init__.py
setuptools_build_ext.py
setuptools_extension.py
support.py Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. 2012-02-03 02:39:49 +01:00
test_archive_util.py Limit test scope to those platforms that can save the target filenames. Reference #11638. 2011-12-28 11:42:22 -05:00
test_bdist.py Make bdist_* commands respect --skip-build passed to bdist (#10946) 2011-08-30 01:48:59 +02:00
test_bdist_dumb.py Synchronize some distutils tests with 3.2. 2012-02-26 01:53:53 +01:00
test_bdist_msi.py Backout buggy patch for #13719 2012-03-07 21:00:44 +01:00
test_bdist_rpm.py Stop ignoring RPMs in distutils' upload command (#2945). 2012-02-26 01:16:47 +01:00
test_bdist_wininst.py
test_build.py
test_build_clib.py Issue #13994: Earler partial revert of Distutils enhancements in 2.7 2012-02-11 20:40:24 +01:00
test_build_ext.py - Issue #17041: Fix testing when Python is configured with the 2013-01-27 19:45:49 +02:00
test_build_py.py
test_build_scripts.py
test_ccompiler.py Issue #13994: Earler partial revert of Distutils enhancements in 2.7 2012-02-11 20:40:24 +01:00
test_check.py Fix distutils’ check and register Unicode handling (#13114). 2011-10-09 07:11:19 +02:00
test_clean.py
test_cmd.py
test_config.py
test_config_cmd.py Make C code in one distutils test comply with ISO C (#10359). 2011-10-08 02:15:55 +02:00
test_core.py
test_dep_util.py
test_dir_util.py Ignore .nfs* files in distutils (#7719). 2012-07-03 01:12:42 -04:00
test_dist.py Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. 2011-09-10 05:39:45 +02:00
test_file_util.py
test_filelist.py Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). 2012-02-25 16:13:53 +01:00
test_install.py Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, 2013-03-11 17:56:17 -04:00
test_install_data.py
test_install_headers.py
test_install_lib.py
test_install_scripts.py
test_msvc9compiler.py Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:37 +02:00
test_register.py Use proper skip instead of reporting success in one distutils test 2012-12-08 22:30:47 -05:00
test_sdist.py Ignore .nfs* files in distutils (#7719). 2012-07-03 01:12:42 -04:00
test_spawn.py
test_sysconfig.py Issue #13590: OS X Xcode 4 - improve support for universal extension modules 2013-01-31 01:24:55 -08:00
test_text_file.py
test_unixccompiler.py
test_upload.py
test_util.py
test_version.py
test_versionpredicate.py