.. |
__init__.py
|
…
|
|
support.py
|
added tests for the clean command
|
2009-03-31 20:50:59 +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
|
more test coverage
|
2009-02-23 12:41:29 +00:00 |
test_bdist_rpm.py
|
removing the force-optimized option as discussed in #1533164
|
2009-03-02 05:38:44 +00:00 |
test_bdist_wininst.py
|
Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platforms
|
2009-04-09 21:36:44 +00:00 |
test_build_ext.py
|
fixed the test for win32 CompileError
|
2009-03-31 22:47:01 +00:00 |
test_build_py.py
|
SF 1668596/1720897: distutils now copies data files
|
2007-06-01 07:29:12 +00:00 |
test_build_scripts.py
|
Fixed #4524: distutils build_script command failed with --with-suffix=3
|
2009-02-13 23:00:43 +00:00 |
test_check.py
|
testing a full check case
|
2009-04-11 15:14:17 +00:00 |
test_clean.py
|
Fixed 5694: removed spurious test output in Distutils
|
2009-04-05 18:31:24 +00:00 |
test_cmd.py
|
#3986 replacing string and types call (like in the Py3k branch), and put exec_msg call at the right place
|
2009-02-07 00:05:39 +00:00 |
test_config.py
|
making sdist and config test silents
|
2009-03-31 20:56:11 +00:00 |
test_config_cmd.py
|
added a simple test for search_cpp
|
2009-04-12 16:31:24 +00:00 |
test_core.py
|
Issue #5341: Fix a variety of spelling errors.
|
2009-02-21 20:27:01 +00:00 |
test_dir_util.py
|
Fix for #5257: refactored all tests in distutils, so they use a temporary directory.
|
2009-02-14 14:10:23 +00:00 |
test_dist.py
|
Replace variable
|
2009-02-14 14:12:30 +00:00 |
test_file_util.py
|
Fix for #5257: refactored all tests in distutils, so they use a temporary directory.
|
2009-02-14 14:10:23 +00:00 |
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
|
Issue #5052: make Distutils compatible with 2.3 again.
|
2009-02-27 12:53:34 +00:00 |
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_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
|
Added skip for old MSVC.
|
2009-03-15 22:43:14 +00:00 |
test_register.py
|
more tests for the register command
|
2009-03-31 20:53:13 +00:00 |
test_sdist.py
|
making sdist and config test silents
|
2009-03-31 20:56:11 +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
|
Fixed #3386: the optional prefix argument was ignored under OS2 and NT in distutils.sysconfig.get_python_lib
|
2009-02-10 12:31:09 +00:00 |
test_text_file.py
|
removing map and lambda usage, so the test is similar to py3k's branch one
|
2009-02-22 20:11:46 +00:00 |
test_upload.py
|
more tests for the upload command
|
2009-03-31 20:53:55 +00:00 |
test_util.py
|
Issue #5472: Fixed distutils.test_util tear down
|
2009-03-11 12:48:04 +00:00 |
test_version.py
|
more test coverage
|
2009-02-23 12:41:29 +00:00 |
test_versionpredicate.py
|
Whitespace normalization.
|
2005-03-28 01:08:02 +00:00 |