cpython/Lib/distutils/tests
Benjamin Peterson 960cf0fd9b Merged revisions 68167,68276,68292-68293,68344 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r68167 | vinay.sajip | 2009-01-02 12:53:04 -0600 (Fri, 02 Jan 2009) | 1 line

  Minor documentation changes relating to NullHandler, the module used for handlers and references to ConfigParser.
........
  r68276 | tarek.ziade | 2009-01-03 18:04:49 -0600 (Sat, 03 Jan 2009) | 1 line

  fixed #1702551: distutils sdist was not pruning VCS directories under win32
........
  r68292 | skip.montanaro | 2009-01-04 04:36:58 -0600 (Sun, 04 Jan 2009) | 3 lines

  If user configures --without-gcc give preference to $CC instead of blindly
  assuming the compiler will be "cc".
........
  r68293 | tarek.ziade | 2009-01-04 04:37:52 -0600 (Sun, 04 Jan 2009) | 1 line

  using clearer syntax
........
  r68344 | marc-andre.lemburg | 2009-01-05 13:43:35 -0600 (Mon, 05 Jan 2009) | 7 lines

  Fix #4846 (Py_UNICODE_ISSPACE causes linker error) by moving the declaration
  into the extern "C" section.

  Add a few more comments and apply some minor edits to make the file contents
  fit the original structure again.
........
2009-01-09 04:11:44 +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 Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +00:00
test_build_ext.py Second fix for issue #4373 2008-11-25 21:21:32 +00:00
test_build_py.py SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00
test_build_scripts.py Add missing executable option to DummyCommand. 2004-08-26 05:44:02 +00:00
test_config.py Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,67923-67924,67926-67927,67930,67943 via svnmerge from 2008-12-27 16:00:54 +00:00
test_core.py #2621 rename test.test_support to test.support 2008-05-20 21:35:26 +00:00
test_dist.py Merged revisions 68033 via svnmerge from 2008-12-29 22:38:38 +00:00
test_install.py Make distutils "install --home" support all platforms. 2004-06-25 23:02:59 +00:00
test_install_scripts.py make sure distutils logging is shut off in tests to avoid spurious output 2004-08-03 18:53:07 +00:00
test_msvc9compiler.py Merged revisions 68373 via svnmerge from 2009-01-07 10:11:17 +00:00
test_register.py Merged revisions 68415 via svnmerge from 2009-01-09 00:15:45 +00:00
test_sdist.py Merged revisions 68167,68276,68292-68293,68344 via svnmerge from 2009-01-09 04:11:44 +00:00
test_sysconfig.py #2621 rename test.test_support to test.support 2008-05-20 21:35:26 +00:00
test_upload.py Merged revisions 68415 via svnmerge from 2009-01-09 00:15:45 +00:00
test_versionpredicate.py Whitespace normalization. 2005-03-28 01:08:02 +00:00