.. |
Setup.sample
|
added some tests for distutils.extension + code cleanup
|
2009-06-03 10:26:26 +00:00 |
__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_archive_util.py
|
using 'tar' then 'gzip' in the test, because 'tar -czf' is not supported under some platforms
|
2009-05-28 13:55:51 +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
|
Fixed #6131: test_modulefinder leaked when run after test_distutils
|
2009-05-29 08:08:07 +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
|
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
|
fixed the 'package' option of build_ext
|
2009-05-19 16:17:21 +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
|
#5810: Fixed Distutils test_build_scripts
|
2009-04-25 12:51:59 +00:00 |
test_ccompiler.py
|
starting distutils.ccompiler test coverage and cleanup
|
2009-06-16 08:31:01 +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
|
Issue #5341: Fix a variety of spelling errors.
|
2009-02-21 20:27:01 +00:00 |
test_cygwinccompiler.py
|
#6263 fixed syntax error in distutils.cygwinccompiler
|
2009-06-11 09:13:36 +00:00 |
test_dir_util.py
|
Fixed #6131: test_modulefinder leaked when run after test_distutils
|
2009-05-29 08:08:07 +00:00 |
test_dist.py
|
improved distutils.dist test coverage, pep-8 compliancy
|
2009-06-01 22:22:13 +00:00 |
test_extension.py
|
more cleanup and test coverage for distutils.extension
|
2009-06-03 11:12:08 +00:00 |
test_file_util.py
|
Fixed #6131: test_modulefinder leaked when run after test_distutils
|
2009-05-29 08:08:07 +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
|
improved test coverage for distutils.command.install and cleaned it up
|
2009-06-04 07:31:52 +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_lib.py
|
fixed test for all platforms
|
2009-05-10 12:36:48 +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
|
Fixed #6131: test_modulefinder leaked when run after test_distutils
|
2009-05-29 08:08:07 +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
|
improved distutils.spawn test coverage + cleaned it up
|
2009-06-02 15:58:43 +00:00 |
test_sysconfig.py
|
Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in Makefiles
|
2009-06-11 08:12:20 +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_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
|
Issue #6286: distutils upload command now uses urllib2
|
2009-06-15 23:30:13 +00:00 |
test_util.py
|
now using EnvironGuard everywhere
|
2009-05-10 12:17:30 +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 |