cpython/Lib/distutils/tests
Barry Warsaw 8cf4eae522 First (uncontroversial) part of issue 9807.
* Expose the build flags to Python as sys.abiflags
* Shared library libpythonX.Y<abiflags>.so
* python-config --abiflags
* Make two distutils tests that failed with --enable-shared (even before this
  patch) succeed.
* Fix a few small style issues.
2010-10-16 01:04:07 +00:00
..
Setup.sample Merged revisions 73166 via svnmerge from 2009-06-03 10:31:15 +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
support.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_archive_util.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_bdist.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_bdist_dumb.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_bdist_msi.py Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from 2010-03-14 10:23:39 +00:00
test_bdist_rpm.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_bdist_wininst.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_build.py Merged revisions 77704,77752 via svnmerge from 2010-01-29 11:41:03 +00:00
test_build_clib.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_build_ext.py First (uncontroversial) part of issue 9807. 2010-10-16 01:04:07 +00:00
test_build_py.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_build_scripts.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_check.py Merged revisions 71674 via svnmerge from 2009-04-17 14:34:49 +00:00
test_clean.py Merged revisions 78678,78680,78682 via svnmerge from 2010-03-05 03:33:11 +00:00
test_cmd.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_config.py Merged revisions 75485 via svnmerge from 2009-10-18 11:34:51 +00:00
test_config_cmd.py convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
test_core.py Merged revisions 75485 via svnmerge from 2009-10-18 11:34:51 +00:00
test_cygwinccompiler.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_dep_util.py Merged revisions 76750 via svnmerge from 2009-12-10 19:37:05 +00:00
test_dir_util.py Update the test_distutils mode test to test with umask value properly. 2010-09-19 03:09:54 +00:00
test_dist.py remove pointless coding cookies 2010-08-30 14:05:50 +00:00
test_extension.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_file_util.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_filelist.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_install.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_install_data.py Merged revisions 75485 via svnmerge from 2009-10-18 11:34:51 +00:00
test_install_headers.py Merged revisions 75485 via svnmerge from 2009-10-18 11:34:51 +00:00
test_install_lib.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_install_scripts.py convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
test_log.py Oops, add the new test_log.py for distutils test suite (missing part of r81359) 2010-05-19 17:15:50 +00:00
test_msvc9compiler.py get_build_version() is needed even where sys.platform != "win32". 2010-09-13 07:18:30 +00:00
test_register.py Fixed #8980: distutils.command.check was failing w/ docutils installed 2010-10-03 14:18:09 +00:00
test_sdist.py Use a marker in generated MANIFEST files, don't touch files without it. Fixes #8688. 2010-08-14 02:30:34 +00:00
test_spawn.py Merged revisions 73147 via svnmerge from 2009-06-02 16:18:55 +00:00
test_sysconfig.py Ensure that the Makefile variable expansion 2010-07-23 09:43:17 +00:00
test_text_file.py Merged revisions 69874 via svnmerge from 2009-02-22 20:05:16 +00:00
test_unixccompiler.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_upload.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_util.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_version.py Merged revisions 69902 via svnmerge from 2009-02-23 12:47:55 +00:00
test_versionpredicate.py Whitespace normalization. 2005-03-28 01:08:02 +00:00