diff options
| author | xoviat <xoviat@users.noreply.github.com> | 2017-11-08 16:41:32 -0600 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-25 15:57:07 -0400 |
| commit | cd7d6d56a1cf84cafea44f7cf7e357a926821f03 (patch) | |
| tree | 751497929ea17cfab861942590197d2b574d7dfd | |
| parent | 5210488f65e41038e5721d31792fae784c39d649 (diff) | |
| download | python-setuptools-git-cd7d6d56a1cf84cafea44f7cf7e357a926821f03.tar.gz | |
[maint] move all files into subfolder
| -rw-r--r-- | distutils/README (renamed from README) | 0 | ||||
| -rw-r--r-- | distutils/__init__.py (renamed from __init__.py) | 0 | ||||
| -rw-r--r-- | distutils/_msvccompiler.py (renamed from _msvccompiler.py) | 0 | ||||
| -rw-r--r-- | distutils/archive_util.py (renamed from archive_util.py) | 0 | ||||
| -rw-r--r-- | distutils/bcppcompiler.py (renamed from bcppcompiler.py) | 0 | ||||
| -rw-r--r-- | distutils/ccompiler.py (renamed from ccompiler.py) | 0 | ||||
| -rw-r--r-- | distutils/cmd.py (renamed from cmd.py) | 0 | ||||
| -rw-r--r-- | distutils/command/__init__.py (renamed from command/__init__.py) | 0 | ||||
| -rw-r--r-- | distutils/command/bdist.py (renamed from command/bdist.py) | 0 | ||||
| -rw-r--r-- | distutils/command/bdist_dumb.py (renamed from command/bdist_dumb.py) | 0 | ||||
| -rw-r--r-- | distutils/command/bdist_msi.py (renamed from command/bdist_msi.py) | 0 | ||||
| -rw-r--r-- | distutils/command/bdist_rpm.py (renamed from command/bdist_rpm.py) | 0 | ||||
| -rw-r--r-- | distutils/command/bdist_wininst.py (renamed from command/bdist_wininst.py) | 0 | ||||
| -rw-r--r-- | distutils/command/build.py (renamed from command/build.py) | 0 | ||||
| -rw-r--r-- | distutils/command/build_clib.py (renamed from command/build_clib.py) | 0 | ||||
| -rw-r--r-- | distutils/command/build_ext.py (renamed from command/build_ext.py) | 0 | ||||
| -rw-r--r-- | distutils/command/build_py.py (renamed from command/build_py.py) | 0 | ||||
| -rw-r--r-- | distutils/command/build_scripts.py (renamed from command/build_scripts.py) | 0 | ||||
| -rw-r--r-- | distutils/command/check.py (renamed from command/check.py) | 0 | ||||
| -rw-r--r-- | distutils/command/clean.py (renamed from command/clean.py) | 0 | ||||
| -rw-r--r-- | distutils/command/command_template (renamed from command/command_template) | 0 | ||||
| -rw-r--r-- | distutils/command/config.py (renamed from command/config.py) | 0 | ||||
| -rw-r--r-- | distutils/command/install.py (renamed from command/install.py) | 0 | ||||
| -rw-r--r-- | distutils/command/install_data.py (renamed from command/install_data.py) | 0 | ||||
| -rw-r--r-- | distutils/command/install_egg_info.py (renamed from command/install_egg_info.py) | 0 | ||||
| -rw-r--r-- | distutils/command/install_headers.py (renamed from command/install_headers.py) | 0 | ||||
| -rw-r--r-- | distutils/command/install_lib.py (renamed from command/install_lib.py) | 0 | ||||
| -rw-r--r-- | distutils/command/install_scripts.py (renamed from command/install_scripts.py) | 0 | ||||
| -rw-r--r-- | distutils/command/register.py (renamed from command/register.py) | 0 | ||||
| -rw-r--r-- | distutils/command/sdist.py (renamed from command/sdist.py) | 0 | ||||
| -rw-r--r-- | distutils/command/upload.py (renamed from command/upload.py) | 0 | ||||
| -rw-r--r-- | distutils/command/wininst-10.0-amd64.exe (renamed from command/wininst-10.0-amd64.exe) | bin | 222208 -> 222208 bytes | |||
| -rw-r--r-- | distutils/command/wininst-10.0.exe (renamed from command/wininst-10.0.exe) | bin | 190976 -> 190976 bytes | |||
| -rw-r--r-- | distutils/command/wininst-14.0-amd64.exe (renamed from command/wininst-14.0-amd64.exe) | bin | 587776 -> 587776 bytes | |||
| -rw-r--r-- | distutils/command/wininst-14.0.exe (renamed from command/wininst-14.0.exe) | bin | 458240 -> 458240 bytes | |||
| -rw-r--r-- | distutils/command/wininst-6.0.exe (renamed from command/wininst-6.0.exe) | bin | 61440 -> 61440 bytes | |||
| -rw-r--r-- | distutils/command/wininst-7.1.exe (renamed from command/wininst-7.1.exe) | bin | 65536 -> 65536 bytes | |||
| -rw-r--r-- | distutils/command/wininst-8.0.exe (renamed from command/wininst-8.0.exe) | bin | 61440 -> 61440 bytes | |||
| -rw-r--r-- | distutils/command/wininst-9.0-amd64.exe (renamed from command/wininst-9.0-amd64.exe) | bin | 224256 -> 224256 bytes | |||
| -rw-r--r-- | distutils/command/wininst-9.0.exe (renamed from command/wininst-9.0.exe) | bin | 196096 -> 196096 bytes | |||
| -rw-r--r-- | distutils/config.py (renamed from config.py) | 0 | ||||
| -rw-r--r-- | distutils/core.py (renamed from core.py) | 0 | ||||
| -rw-r--r-- | distutils/cygwinccompiler.py (renamed from cygwinccompiler.py) | 0 | ||||
| -rw-r--r-- | distutils/debug.py (renamed from debug.py) | 0 | ||||
| -rw-r--r-- | distutils/dep_util.py (renamed from dep_util.py) | 0 | ||||
| -rw-r--r-- | distutils/dir_util.py (renamed from dir_util.py) | 0 | ||||
| -rw-r--r-- | distutils/dist.py (renamed from dist.py) | 0 | ||||
| -rw-r--r-- | distutils/errors.py (renamed from errors.py) | 0 | ||||
| -rw-r--r-- | distutils/extension.py (renamed from extension.py) | 0 | ||||
| -rw-r--r-- | distutils/fancy_getopt.py (renamed from fancy_getopt.py) | 0 | ||||
| -rw-r--r-- | distutils/file_util.py (renamed from file_util.py) | 0 | ||||
| -rw-r--r-- | distutils/filelist.py (renamed from filelist.py) | 0 | ||||
| -rw-r--r-- | distutils/log.py (renamed from log.py) | 0 | ||||
| -rw-r--r-- | distutils/msvc9compiler.py (renamed from msvc9compiler.py) | 0 | ||||
| -rw-r--r-- | distutils/msvccompiler.py (renamed from msvccompiler.py) | 0 | ||||
| -rw-r--r-- | distutils/spawn.py (renamed from spawn.py) | 0 | ||||
| -rw-r--r-- | distutils/sysconfig.py (renamed from sysconfig.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/Setup.sample (renamed from tests/Setup.sample) | 0 | ||||
| -rw-r--r-- | distutils/tests/__init__.py (renamed from tests/__init__.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/includetest.rst (renamed from tests/includetest.rst) | 0 | ||||
| -rw-r--r-- | distutils/tests/support.py (renamed from tests/support.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_archive_util.py (renamed from tests/test_archive_util.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_bdist.py (renamed from tests/test_bdist.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_bdist_dumb.py (renamed from tests/test_bdist_dumb.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_bdist_msi.py (renamed from tests/test_bdist_msi.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_bdist_rpm.py (renamed from tests/test_bdist_rpm.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_bdist_wininst.py (renamed from tests/test_bdist_wininst.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_build.py (renamed from tests/test_build.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_build_clib.py (renamed from tests/test_build_clib.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_build_ext.py (renamed from tests/test_build_ext.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_build_py.py (renamed from tests/test_build_py.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_build_scripts.py (renamed from tests/test_build_scripts.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_check.py (renamed from tests/test_check.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_clean.py (renamed from tests/test_clean.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_cmd.py (renamed from tests/test_cmd.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_config.py (renamed from tests/test_config.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_config_cmd.py (renamed from tests/test_config_cmd.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_core.py (renamed from tests/test_core.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_cygwinccompiler.py (renamed from tests/test_cygwinccompiler.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_dep_util.py (renamed from tests/test_dep_util.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_dir_util.py (renamed from tests/test_dir_util.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_dist.py (renamed from tests/test_dist.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_extension.py (renamed from tests/test_extension.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_file_util.py (renamed from tests/test_file_util.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_filelist.py (renamed from tests/test_filelist.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_install.py (renamed from tests/test_install.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_install_data.py (renamed from tests/test_install_data.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_install_headers.py (renamed from tests/test_install_headers.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_install_lib.py (renamed from tests/test_install_lib.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_install_scripts.py (renamed from tests/test_install_scripts.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_log.py (renamed from tests/test_log.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_msvc9compiler.py (renamed from tests/test_msvc9compiler.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_msvccompiler.py (renamed from tests/test_msvccompiler.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_register.py (renamed from tests/test_register.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_sdist.py (renamed from tests/test_sdist.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_spawn.py (renamed from tests/test_spawn.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_sysconfig.py (renamed from tests/test_sysconfig.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_text_file.py (renamed from tests/test_text_file.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_unixccompiler.py (renamed from tests/test_unixccompiler.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_upload.py (renamed from tests/test_upload.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_util.py (renamed from tests/test_util.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_version.py (renamed from tests/test_version.py) | 0 | ||||
| -rw-r--r-- | distutils/tests/test_versionpredicate.py (renamed from tests/test_versionpredicate.py) | 0 | ||||
| -rw-r--r-- | distutils/text_file.py (renamed from text_file.py) | 0 | ||||
| -rw-r--r-- | distutils/unixccompiler.py (renamed from unixccompiler.py) | 0 | ||||
| -rw-r--r-- | distutils/util.py (renamed from util.py) | 0 | ||||
| -rw-r--r-- | distutils/version.py (renamed from version.py) | 0 | ||||
| -rw-r--r-- | distutils/versionpredicate.py (renamed from versionpredicate.py) | 0 |
108 files changed, 0 insertions, 0 deletions
diff --git a/README b/distutils/README index 23f48850..23f48850 100644 --- a/README +++ b/distutils/README diff --git a/__init__.py b/distutils/__init__.py index d823d040..d823d040 100644 --- a/__init__.py +++ b/distutils/__init__.py diff --git a/_msvccompiler.py b/distutils/_msvccompiler.py index af8099a4..af8099a4 100644 --- a/_msvccompiler.py +++ b/distutils/_msvccompiler.py diff --git a/archive_util.py b/distutils/archive_util.py index 565a3117..565a3117 100644 --- a/archive_util.py +++ b/distutils/archive_util.py diff --git a/bcppcompiler.py b/distutils/bcppcompiler.py index 071fea5d..071fea5d 100644 --- a/bcppcompiler.py +++ b/distutils/bcppcompiler.py diff --git a/ccompiler.py b/distutils/ccompiler.py index b5ef143e..b5ef143e 100644 --- a/ccompiler.py +++ b/distutils/ccompiler.py diff --git a/cmd.py b/distutils/cmd.py index dba3191e..dba3191e 100644 --- a/cmd.py +++ b/distutils/cmd.py diff --git a/command/__init__.py b/distutils/command/__init__.py index 481eea9f..481eea9f 100644 --- a/command/__init__.py +++ b/distutils/command/__init__.py diff --git a/command/bdist.py b/distutils/command/bdist.py index 014871d2..014871d2 100644 --- a/command/bdist.py +++ b/distutils/command/bdist.py diff --git a/command/bdist_dumb.py b/distutils/command/bdist_dumb.py index f0d6b5b8..f0d6b5b8 100644 --- a/command/bdist_dumb.py +++ b/distutils/command/bdist_dumb.py diff --git a/command/bdist_msi.py b/distutils/command/bdist_msi.py index 0863a188..0863a188 100644 --- a/command/bdist_msi.py +++ b/distutils/command/bdist_msi.py diff --git a/command/bdist_rpm.py b/distutils/command/bdist_rpm.py index 550cbfa1..550cbfa1 100644 --- a/command/bdist_rpm.py +++ b/distutils/command/bdist_rpm.py diff --git a/command/bdist_wininst.py b/distutils/command/bdist_wininst.py index 0e9ddaa2..0e9ddaa2 100644 --- a/command/bdist_wininst.py +++ b/distutils/command/bdist_wininst.py diff --git a/command/build.py b/distutils/command/build.py index a86df0bc..a86df0bc 100644 --- a/command/build.py +++ b/distutils/command/build.py diff --git a/command/build_clib.py b/distutils/command/build_clib.py index 3e20ef23..3e20ef23 100644 --- a/command/build_clib.py +++ b/distutils/command/build_clib.py diff --git a/command/build_ext.py b/distutils/command/build_ext.py index 1a9bd120..1a9bd120 100644 --- a/command/build_ext.py +++ b/distutils/command/build_ext.py diff --git a/command/build_py.py b/distutils/command/build_py.py index cf0ca57c..cf0ca57c 100644 --- a/command/build_py.py +++ b/distutils/command/build_py.py diff --git a/command/build_scripts.py b/distutils/command/build_scripts.py index ccc70e64..ccc70e64 100644 --- a/command/build_scripts.py +++ b/distutils/command/build_scripts.py diff --git a/command/check.py b/distutils/command/check.py index ada25006..ada25006 100644 --- a/command/check.py +++ b/distutils/command/check.py diff --git a/command/clean.py b/distutils/command/clean.py index 0cb27016..0cb27016 100644 --- a/command/clean.py +++ b/distutils/command/clean.py diff --git a/command/command_template b/distutils/command/command_template index 6106819d..6106819d 100644 --- a/command/command_template +++ b/distutils/command/command_template diff --git a/command/config.py b/distutils/command/config.py index aeda408e..aeda408e 100644 --- a/command/config.py +++ b/distutils/command/config.py diff --git a/command/install.py b/distutils/command/install.py index aaa300ef..aaa300ef 100644 --- a/command/install.py +++ b/distutils/command/install.py diff --git a/command/install_data.py b/distutils/command/install_data.py index 947cd76a..947cd76a 100644 --- a/command/install_data.py +++ b/distutils/command/install_data.py diff --git a/command/install_egg_info.py b/distutils/command/install_egg_info.py index 0ddc7367..0ddc7367 100644 --- a/command/install_egg_info.py +++ b/distutils/command/install_egg_info.py diff --git a/command/install_headers.py b/distutils/command/install_headers.py index 9bb0b18d..9bb0b18d 100644 --- a/command/install_headers.py +++ b/distutils/command/install_headers.py diff --git a/command/install_lib.py b/distutils/command/install_lib.py index 6154cf09..6154cf09 100644 --- a/command/install_lib.py +++ b/distutils/command/install_lib.py diff --git a/command/install_scripts.py b/distutils/command/install_scripts.py index 31a1130e..31a1130e 100644 --- a/command/install_scripts.py +++ b/distutils/command/install_scripts.py diff --git a/command/register.py b/distutils/command/register.py index 0fac94e9..0fac94e9 100644 --- a/command/register.py +++ b/distutils/command/register.py diff --git a/command/sdist.py b/distutils/command/sdist.py index b4996fcb..b4996fcb 100644 --- a/command/sdist.py +++ b/distutils/command/sdist.py diff --git a/command/upload.py b/distutils/command/upload.py index 95e9fda1..95e9fda1 100644 --- a/command/upload.py +++ b/distutils/command/upload.py diff --git a/command/wininst-10.0-amd64.exe b/distutils/command/wininst-10.0-amd64.exe Binary files differindex 6fa0dce1..6fa0dce1 100644 --- a/command/wininst-10.0-amd64.exe +++ b/distutils/command/wininst-10.0-amd64.exe diff --git a/command/wininst-10.0.exe b/distutils/command/wininst-10.0.exe Binary files differindex afc3bc6c..afc3bc6c 100644 --- a/command/wininst-10.0.exe +++ b/distutils/command/wininst-10.0.exe diff --git a/command/wininst-14.0-amd64.exe b/distutils/command/wininst-14.0-amd64.exe Binary files differindex 253c2e2e..253c2e2e 100644 --- a/command/wininst-14.0-amd64.exe +++ b/distutils/command/wininst-14.0-amd64.exe diff --git a/command/wininst-14.0.exe b/distutils/command/wininst-14.0.exe Binary files differindex 46f5f356..46f5f356 100644 --- a/command/wininst-14.0.exe +++ b/distutils/command/wininst-14.0.exe diff --git a/command/wininst-6.0.exe b/distutils/command/wininst-6.0.exe Binary files differindex f57c855a..f57c855a 100644 --- a/command/wininst-6.0.exe +++ b/distutils/command/wininst-6.0.exe diff --git a/command/wininst-7.1.exe b/distutils/command/wininst-7.1.exe Binary files differindex 1433bc1a..1433bc1a 100644 --- a/command/wininst-7.1.exe +++ b/distutils/command/wininst-7.1.exe diff --git a/command/wininst-8.0.exe b/distutils/command/wininst-8.0.exe Binary files differindex 7403bfab..7403bfab 100644 --- a/command/wininst-8.0.exe +++ b/distutils/command/wininst-8.0.exe diff --git a/command/wininst-9.0-amd64.exe b/distutils/command/wininst-9.0-amd64.exe Binary files differindex 94fbd434..94fbd434 100644 --- a/command/wininst-9.0-amd64.exe +++ b/distutils/command/wininst-9.0-amd64.exe diff --git a/command/wininst-9.0.exe b/distutils/command/wininst-9.0.exe Binary files differindex 2ec261f9..2ec261f9 100644 --- a/command/wininst-9.0.exe +++ b/distutils/command/wininst-9.0.exe diff --git a/config.py b/distutils/config.py index 2171abd6..2171abd6 100644 --- a/config.py +++ b/distutils/config.py diff --git a/core.py b/distutils/core.py index d603d4a4..d603d4a4 100644 --- a/core.py +++ b/distutils/core.py diff --git a/cygwinccompiler.py b/distutils/cygwinccompiler.py index 66c12dd3..66c12dd3 100644 --- a/cygwinccompiler.py +++ b/distutils/cygwinccompiler.py diff --git a/debug.py b/distutils/debug.py index daf1660f..daf1660f 100644 --- a/debug.py +++ b/distutils/debug.py diff --git a/dep_util.py b/distutils/dep_util.py index d74f5e4e..d74f5e4e 100644 --- a/dep_util.py +++ b/distutils/dep_util.py diff --git a/dir_util.py b/distutils/dir_util.py index d5cd8e3e..d5cd8e3e 100644 --- a/dir_util.py +++ b/distutils/dir_util.py diff --git a/dist.py b/distutils/dist.py index 6cf0a0d6..6cf0a0d6 100644 --- a/dist.py +++ b/distutils/dist.py diff --git a/errors.py b/distutils/errors.py index 8b93059e..8b93059e 100644 --- a/errors.py +++ b/distutils/errors.py diff --git a/extension.py b/distutils/extension.py index c507da36..c507da36 100644 --- a/extension.py +++ b/distutils/extension.py diff --git a/fancy_getopt.py b/distutils/fancy_getopt.py index 7d170dd2..7d170dd2 100644 --- a/fancy_getopt.py +++ b/distutils/fancy_getopt.py diff --git a/file_util.py b/distutils/file_util.py index b3fee35a..b3fee35a 100644 --- a/file_util.py +++ b/distutils/file_util.py diff --git a/filelist.py b/distutils/filelist.py index c92d5fdb..c92d5fdb 100644 --- a/filelist.py +++ b/distutils/filelist.py diff --git a/log.py b/distutils/log.py index 8ef6b28e..8ef6b28e 100644 --- a/log.py +++ b/distutils/log.py diff --git a/msvc9compiler.py b/distutils/msvc9compiler.py index 6934e964..6934e964 100644 --- a/msvc9compiler.py +++ b/distutils/msvc9compiler.py diff --git a/msvccompiler.py b/distutils/msvccompiler.py index d5857cb1..d5857cb1 100644 --- a/msvccompiler.py +++ b/distutils/msvccompiler.py diff --git a/spawn.py b/distutils/spawn.py index aad277b0..aad277b0 100644 --- a/spawn.py +++ b/distutils/spawn.py diff --git a/sysconfig.py b/distutils/sysconfig.py index 37feae5d..37feae5d 100644 --- a/sysconfig.py +++ b/distutils/sysconfig.py diff --git a/tests/Setup.sample b/distutils/tests/Setup.sample index 36c4290d..36c4290d 100644 --- a/tests/Setup.sample +++ b/distutils/tests/Setup.sample diff --git a/tests/__init__.py b/distutils/tests/__init__.py index 5d2e69e3..5d2e69e3 100644 --- a/tests/__init__.py +++ b/distutils/tests/__init__.py diff --git a/tests/includetest.rst b/distutils/tests/includetest.rst index d7b4ae38..d7b4ae38 100644 --- a/tests/includetest.rst +++ b/distutils/tests/includetest.rst diff --git a/tests/support.py b/distutils/tests/support.py index 259af882..259af882 100644 --- a/tests/support.py +++ b/distutils/tests/support.py diff --git a/tests/test_archive_util.py b/distutils/tests/test_archive_util.py index e9aad0e4..e9aad0e4 100644 --- a/tests/test_archive_util.py +++ b/distutils/tests/test_archive_util.py diff --git a/tests/test_bdist.py b/distutils/tests/test_bdist.py index 130d8bf1..130d8bf1 100644 --- a/tests/test_bdist.py +++ b/distutils/tests/test_bdist.py diff --git a/tests/test_bdist_dumb.py b/distutils/tests/test_bdist_dumb.py index 01a233bc..01a233bc 100644 --- a/tests/test_bdist_dumb.py +++ b/distutils/tests/test_bdist_dumb.py diff --git a/tests/test_bdist_msi.py b/distutils/tests/test_bdist_msi.py index 418e60ec..418e60ec 100644 --- a/tests/test_bdist_msi.py +++ b/distutils/tests/test_bdist_msi.py diff --git a/tests/test_bdist_rpm.py b/distutils/tests/test_bdist_rpm.py index 6453a02b..6453a02b 100644 --- a/tests/test_bdist_rpm.py +++ b/distutils/tests/test_bdist_rpm.py diff --git a/tests/test_bdist_wininst.py b/distutils/tests/test_bdist_wininst.py index 5c3d025d..5c3d025d 100644 --- a/tests/test_bdist_wininst.py +++ b/distutils/tests/test_bdist_wininst.py diff --git a/tests/test_build.py b/distutils/tests/test_build.py index b020a5ba..b020a5ba 100644 --- a/tests/test_build.py +++ b/distutils/tests/test_build.py diff --git a/tests/test_build_clib.py b/distutils/tests/test_build_clib.py index abd83137..abd83137 100644 --- a/tests/test_build_clib.py +++ b/distutils/tests/test_build_clib.py diff --git a/tests/test_build_ext.py b/distutils/tests/test_build_ext.py index 5e47e077..5e47e077 100644 --- a/tests/test_build_ext.py +++ b/distutils/tests/test_build_ext.py diff --git a/tests/test_build_py.py b/distutils/tests/test_build_py.py index 0712e92c..0712e92c 100644 --- a/tests/test_build_py.py +++ b/distutils/tests/test_build_py.py diff --git a/tests/test_build_scripts.py b/distutils/tests/test_build_scripts.py index 954fc763..954fc763 100644 --- a/tests/test_build_scripts.py +++ b/distutils/tests/test_build_scripts.py diff --git a/tests/test_check.py b/distutils/tests/test_check.py index e534aca1..e534aca1 100644 --- a/tests/test_check.py +++ b/distutils/tests/test_check.py diff --git a/tests/test_clean.py b/distutils/tests/test_clean.py index c605afd8..c605afd8 100644 --- a/tests/test_clean.py +++ b/distutils/tests/test_clean.py diff --git a/tests/test_cmd.py b/distutils/tests/test_cmd.py index cf5197c3..cf5197c3 100644 --- a/tests/test_cmd.py +++ b/distutils/tests/test_cmd.py diff --git a/tests/test_config.py b/distutils/tests/test_config.py index 344084af..344084af 100644 --- a/tests/test_config.py +++ b/distutils/tests/test_config.py diff --git a/tests/test_config_cmd.py b/distutils/tests/test_config_cmd.py index 9aeab07b..9aeab07b 100644 --- a/tests/test_config_cmd.py +++ b/distutils/tests/test_config_cmd.py diff --git a/tests/test_core.py b/distutils/tests/test_core.py index 27ce7324..27ce7324 100644 --- a/tests/test_core.py +++ b/distutils/tests/test_core.py diff --git a/tests/test_cygwinccompiler.py b/distutils/tests/test_cygwinccompiler.py index 9dc869de..9dc869de 100644 --- a/tests/test_cygwinccompiler.py +++ b/distutils/tests/test_cygwinccompiler.py diff --git a/tests/test_dep_util.py b/distutils/tests/test_dep_util.py index c6fae39c..c6fae39c 100644 --- a/tests/test_dep_util.py +++ b/distutils/tests/test_dep_util.py diff --git a/tests/test_dir_util.py b/distutils/tests/test_dir_util.py index d436cf83..d436cf83 100644 --- a/tests/test_dir_util.py +++ b/distutils/tests/test_dir_util.py diff --git a/tests/test_dist.py b/distutils/tests/test_dist.py index 60956dad..60956dad 100644 --- a/tests/test_dist.py +++ b/distutils/tests/test_dist.py diff --git a/tests/test_extension.py b/distutils/tests/test_extension.py index e35f2738..e35f2738 100644 --- a/tests/test_extension.py +++ b/distutils/tests/test_extension.py diff --git a/tests/test_file_util.py b/distutils/tests/test_file_util.py index a4e2d025..a4e2d025 100644 --- a/tests/test_file_util.py +++ b/distutils/tests/test_file_util.py diff --git a/tests/test_filelist.py b/distutils/tests/test_filelist.py index c71342d0..c71342d0 100644 --- a/tests/test_filelist.py +++ b/distutils/tests/test_filelist.py diff --git a/tests/test_install.py b/distutils/tests/test_install.py index 51c80e04..51c80e04 100644 --- a/tests/test_install.py +++ b/distutils/tests/test_install.py diff --git a/tests/test_install_data.py b/distutils/tests/test_install_data.py index 32ab296a..32ab296a 100644 --- a/tests/test_install_data.py +++ b/distutils/tests/test_install_data.py diff --git a/tests/test_install_headers.py b/distutils/tests/test_install_headers.py index 2217b321..2217b321 100644 --- a/tests/test_install_headers.py +++ b/distutils/tests/test_install_headers.py diff --git a/tests/test_install_lib.py b/distutils/tests/test_install_lib.py index fda6315b..fda6315b 100644 --- a/tests/test_install_lib.py +++ b/distutils/tests/test_install_lib.py diff --git a/tests/test_install_scripts.py b/distutils/tests/test_install_scripts.py index 1f7b1038..1f7b1038 100644 --- a/tests/test_install_scripts.py +++ b/distutils/tests/test_install_scripts.py diff --git a/tests/test_log.py b/distutils/tests/test_log.py index 75cf9006..75cf9006 100644 --- a/tests/test_log.py +++ b/distutils/tests/test_log.py diff --git a/tests/test_msvc9compiler.py b/distutils/tests/test_msvc9compiler.py index 77a07ef3..77a07ef3 100644 --- a/tests/test_msvc9compiler.py +++ b/distutils/tests/test_msvc9compiler.py diff --git a/tests/test_msvccompiler.py b/distutils/tests/test_msvccompiler.py index b518d6a7..b518d6a7 100644 --- a/tests/test_msvccompiler.py +++ b/distutils/tests/test_msvccompiler.py diff --git a/tests/test_register.py b/distutils/tests/test_register.py index e68b0af3..e68b0af3 100644 --- a/tests/test_register.py +++ b/distutils/tests/test_register.py diff --git a/tests/test_sdist.py b/distutils/tests/test_sdist.py index 23db1269..23db1269 100644 --- a/tests/test_sdist.py +++ b/distutils/tests/test_sdist.py diff --git a/tests/test_spawn.py b/distutils/tests/test_spawn.py index cf1faad5..cf1faad5 100644 --- a/tests/test_spawn.py +++ b/distutils/tests/test_spawn.py diff --git a/tests/test_sysconfig.py b/distutils/tests/test_sysconfig.py index 236755d0..236755d0 100644 --- a/tests/test_sysconfig.py +++ b/distutils/tests/test_sysconfig.py diff --git a/tests/test_text_file.py b/distutils/tests/test_text_file.py index 7e76240a..7e76240a 100644 --- a/tests/test_text_file.py +++ b/distutils/tests/test_text_file.py diff --git a/tests/test_unixccompiler.py b/distutils/tests/test_unixccompiler.py index eef702cf..eef702cf 100644 --- a/tests/test_unixccompiler.py +++ b/distutils/tests/test_unixccompiler.py diff --git a/tests/test_upload.py b/distutils/tests/test_upload.py index bca5516d..bca5516d 100644 --- a/tests/test_upload.py +++ b/distutils/tests/test_upload.py diff --git a/tests/test_util.py b/distutils/tests/test_util.py index bf0d4333..bf0d4333 100644 --- a/tests/test_util.py +++ b/distutils/tests/test_util.py diff --git a/tests/test_version.py b/distutils/tests/test_version.py index 8671cd2f..8671cd2f 100644 --- a/tests/test_version.py +++ b/distutils/tests/test_version.py diff --git a/tests/test_versionpredicate.py b/distutils/tests/test_versionpredicate.py index 28ae09dc..28ae09dc 100644 --- a/tests/test_versionpredicate.py +++ b/distutils/tests/test_versionpredicate.py diff --git a/text_file.py b/distutils/text_file.py index 93abad38..93abad38 100644 --- a/text_file.py +++ b/distutils/text_file.py diff --git a/unixccompiler.py b/distutils/unixccompiler.py index 4d7a6de7..4d7a6de7 100644 --- a/unixccompiler.py +++ b/distutils/unixccompiler.py diff --git a/util.py b/distutils/util.py index 4b002ece..4b002ece 100644 --- a/util.py +++ b/distutils/util.py diff --git a/version.py b/distutils/version.py index c33bebae..c33bebae 100644 --- a/version.py +++ b/distutils/version.py diff --git a/versionpredicate.py b/distutils/versionpredicate.py index 062c98f2..062c98f2 100644 --- a/versionpredicate.py +++ b/distutils/versionpredicate.py |
