.. |
__init__.py
|
…
|
|
support.py
|
#6041: sdist and register now use the check command. No more duplicate code for metadata checking
|
2009-05-16 16:37:06 +00:00 |
test_bdist.py
|
Fixed #5095: msi missing from Distutils bdist formats
|
2009-04-05 22:51:09 +00:00 |
test_bdist_dumb.py
|
…
|
|
test_bdist_rpm.py
|
…
|
|
test_bdist_wininst.py
|
making BuildWinInstTestCase silent in case bdist_wininst is not run under win32
|
2009-04-20 10:33:47 +00:00 |
test_build_clib.py
|
distutils.test_build_clib added a new line at the end of the file, to avoid a warning with some compilers
|
2009-05-11 08:45:17 +00:00 |
test_build_ext.py
|
not running this test with MSVC6
|
2009-05-17 10:07:48 +00:00 |
test_build_py.py
|
…
|
|
test_build_scripts.py
|
#5810: Fixed Distutils test_build_scripts
|
2009-04-25 12:51:59 +00:00 |
test_check.py
|
DistutilsSetupError was not raised when one single warning occured
|
2009-04-17 14:29:56 +00:00 |
test_clean.py
|
Fixed 5694: removed spurious test output in Distutils
|
2009-04-05 18:31:24 +00:00 |
test_cmd.py
|
improved test coverage for distutils.cmd
|
2009-04-13 20:03:44 +00:00 |
test_config.py
|
now using EnvironGuard everywhere
|
2009-05-10 12:17:30 +00:00 |
test_config_cmd.py
|
Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore
|
2009-04-29 08:03:46 +00:00 |
test_core.py
|
…
|
|
test_dir_util.py
|
removed sys.platform == 'mac' usage in distutils.dir_util
|
2009-05-17 11:11:57 +00:00 |
test_dist.py
|
removed sys.platform == 'mac' support in distutils.dist.parse_command_line and improved test coverage
|
2009-05-17 10:44:12 +00:00 |
test_file_util.py
|
…
|
|
test_filelist.py
|
Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases (detailed in the test
|
2009-04-05 21:44:08 +00:00 |
test_install.py
|
…
|
|
test_install_data.py
|
added test to the install_data command
|
2009-03-31 20:54:38 +00:00 |
test_install_headers.py
|
added tests to the install_headers command
|
2009-03-31 20:55:21 +00:00 |
test_install_lib.py
|
fixed test for all platforms
|
2009-05-10 12:36:48 +00:00 |
test_install_scripts.py
|
…
|
|
test_msvc9compiler.py
|
…
|
|
test_register.py
|
#6041: sdist and register now use the check command. No more duplicate code for metadata checking
|
2009-05-16 16:37:06 +00:00 |
test_sdist.py
|
#6041: sdist and register now use the check command. No more duplicate code for metadata checking
|
2009-05-16 16:37:06 +00:00 |
test_spawn.py
|
added a simplest test to distutils.spawn._nt_quote_args
|
2009-04-05 22:04:38 +00:00 |
test_sysconfig.py
|
refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuard
|
2009-05-10 11:59:30 +00:00 |
test_text_file.py
|
…
|
|
test_unixccompiler.py
|
Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to extension modules with RPATH if GNU ld is used
|
2009-05-09 08:28:53 +00:00 |
test_upload.py
|
more tests for the upload command
|
2009-03-31 20:53:55 +00:00 |
test_util.py
|
now using EnvironGuard everywhere
|
2009-05-10 12:17:30 +00:00 |
test_version.py
|
…
|
|
test_versionpredicate.py
|
…
|
|