.. |
Setup.sample
|
added some tests for distutils.extension + code cleanup
|
2009-06-03 10:26:26 +00:00 |
__init__.py
|
…
|
|
support.py
|
taking sysconfig out of distutils
|
2010-01-23 09:23:15 +00:00 |
test_archive_util.py
|
#7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd
|
2009-10-24 13:29:44 +00:00 |
test_bdist.py
|
…
|
|
test_bdist_dumb.py
|
Changed distutils tests to avoid environment alteration
|
2009-10-18 09:28:26 +00:00 |
test_bdist_msi.py
|
fixed bdist_msi imports and added a test module for distutils.command.bdist_msi
|
2010-01-26 17:20:37 +00:00 |
test_bdist_rpm.py
|
Changed distutils tests to avoid environment alteration
|
2009-10-18 09:28:26 +00:00 |
test_bdist_wininst.py
|
convert usage of fail* to assert*
|
2009-06-30 22:57:08 +00:00 |
test_build.py
|
taking sysconfig out of distutils
|
2010-01-23 09:23:15 +00:00 |
test_build_clib.py
|
taking sysconfig out of distutils
|
2010-01-23 09:23:15 +00:00 |
test_build_ext.py
|
taking sysconfig out of distutils
|
2010-01-23 09:23:15 +00:00 |
test_build_py.py
|
fixed stdout alteration in test_distutils
|
2009-11-01 22:33:45 +00:00 |
test_build_scripts.py
|
taking sysconfig out of distutils
|
2010-01-23 09:23:15 +00:00 |
test_ccompiler.py
|
taking sysconfig out of distutils
|
2010-01-23 09:23:15 +00:00 |
test_check.py
|
…
|
|
test_clean.py
|
convert usage of fail* to assert*
|
2009-06-30 22:57:08 +00:00 |
test_cmd.py
|
improved distutils test coverage: now the DEBUG mode is covered too (will help fix the issue #6954 in py3k branch)
|
2009-09-21 12:19:07 +00:00 |
test_config.py
|
Changed distutils tests to avoid environment alteration
|
2009-10-18 09:28:26 +00:00 |
test_config_cmd.py
|
convert usage of fail* to assert*
|
2009-06-30 22:57:08 +00:00 |
test_core.py
|
Changed distutils tests to avoid environment alteration
|
2009-10-18 09:28:26 +00:00 |
test_cygwinccompiler.py
|
taking sysconfig out of distutils
|
2010-01-23 09:23:15 +00:00 |
test_dep_util.py
|
using an existing file to avoid dealing with a sleep to test file ages
|
2009-12-10 19:29:53 +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
|
Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata so we can read back PKG-INFO files
|
2009-12-08 08:56:49 +00:00 |
test_emxccompiler.py
|
#6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions)
|
2009-07-16 15:35:45 +00:00 |
test_extension.py
|
taking sysconfig out of distutils
|
2010-01-23 09:23:15 +00:00 |
test_file_util.py
|
basic tests to raise distutils.file_util coverage
|
2009-07-03 19:01:12 +00:00 |
test_filelist.py
|
improved distutils test coverage: now the DEBUG mode is covered too (will help fix the issue #6954 in py3k branch)
|
2009-09-21 12:19:07 +00:00 |
test_install.py
|
taking sysconfig out of distutils
|
2010-01-23 09:23:15 +00:00 |
test_install_data.py
|
Changed distutils tests to avoid environment alteration
|
2009-10-18 09:28:26 +00:00 |
test_install_headers.py
|
Changed distutils tests to avoid environment alteration
|
2009-10-18 09:28:26 +00:00 |
test_install_lib.py
|
fixed warning and error message
|
2009-10-24 15:51:30 +00:00 |
test_install_scripts.py
|
convert usage of fail* to assert*
|
2009-06-30 22:57:08 +00:00 |
test_msvc9compiler.py
|
backported r76993 and r76994 so the trunk behaves the same way with MSVC Manifest files editing
|
2009-12-21 23:31:55 +00:00 |
test_register.py
|
Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings
|
2010-01-24 00:33:32 +00:00 |
test_sdist.py
|
Fixed #7408: dropped group ownership checking because it relies on os-specific rules
|
2009-11-29 22:20:30 +00:00 |
test_spawn.py
|
improved distutils.spawn test coverage + cleaned it up
|
2009-06-02 15:58:43 +00:00 |
test_sysconfig.py
|
taking sysconfig out of distutils
|
2010-01-23 09:23:15 +00:00 |
test_text_file.py
|
…
|
|
test_unixccompiler.py
|
taking sysconfig out of distutils
|
2010-01-23 09:23:15 +00:00 |
test_upload.py
|
Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings
|
2010-01-24 00:33:32 +00:00 |
test_util.py
|
added local get_platform/set_platform APIs in distutils.sysconfig
|
2010-01-26 22:46:15 +00:00 |
test_version.py
|
…
|
|
test_versionpredicate.py
|
…
|
|