cpython/Lib/distutils/tests
Ned Deily 18fae3f954 Issue #13590: OS X Xcode 4 - improve support for universal extension modules
In particular, fix extension module build failures when trying to use
    32-bit-only installer Pythons on systems with Xcode 4 (currently
    OS X 10.8, 10.7, and optionally 10.6).
    * Backport 3.3.0 fixes to 2.7 branch (for release in 2.7.4)
    * Since Xcode 4 removes ppc support, extension module builds now
      check for ppc compiler support and by default remove ppc and
      ppc64 archs when they are not available.
    * Extension module builds now revert to using system installed
      headers and libs (/usr and /System/Library) if the SDK used
      to build the interpreter is not installed or has moved.
    * Try to avoid building extension modules with deprecated
      and problematic Apple llvm-gcc compiler.  If original compiler
      is not available, use clang instead by default.
2013-01-31 01:24:55 -08:00
..
__init__.py
Setup.sample
setuptools_build_ext.py
setuptools_extension.py
support.py
test_archive_util.py
test_bdist.py
test_bdist_dumb.py
test_bdist_msi.py
test_bdist_rpm.py
test_bdist_wininst.py
test_build.py
test_build_clib.py
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
test_check.py
test_clean.py
test_cmd.py
test_config.py
test_config_cmd.py
test_core.py
test_dep_util.py
test_dir_util.py
test_dist.py
test_file_util.py
test_filelist.py
test_install.py
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
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