cpython/Lib/distutils/tests
Tarek Ziadé f869673b27 Merged revisions 76684 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76684 | tarek.ziade | 2009-12-06 10:22:40 +0100 (Sun, 06 Dec 2009) | 1 line

  Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Description field
........
2009-12-06 09:26:45 +00:00
..
__init__.py
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 72585 via svnmerge from 2009-05-12 17:11:54 +00:00
test_bdist_wininst.py Merged revisions 71759 via svnmerge from 2009-04-20 12:48:47 +00:00
test_build_ext.py complementary fix for #7115 2009-10-13 21:17:34 +00:00
test_build_py.py Merged revisions 76042 via svnmerge from 2009-11-01 23:17:51 +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
test_install_scripts.py
test_msvc9compiler.py
test_register.py
test_sdist.py fixed the distutils tests that were not writing in temp 2009-10-02 22:37:51 +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_upload.py
test_versionpredicate.py