cpython/Lib/distutils/tests
Miss Islington (bot) 7d38b04b61
Fix import of HTTPError (GH-22304) (GH-26048)
Import HTTPError from urllib.error instead of urllib.request.
(cherry picked from commit 5fedf71439)

Co-authored-by: Sebastian Rittau <srittau@rittau.biz>

Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
2021-05-11 16:18:23 -07:00
..
__init__.py bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945) 2020-06-17 18:40:14 +02:00
includetest.rst
Setup.sample
support.py bpo-38839: Fix some unused functions in tests (GH-17189) 2019-11-19 11:45:20 -08:00
test_archive_util.py
test_bdist.py bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184) 2019-08-08 23:25:46 +01:00
test_bdist_dumb.py
test_bdist_msi.py bpo-39586: Deprecate distutils bdist_msi command (GH-18415) 2020-02-10 14:26:40 +01:00
test_bdist_rpm.py
test_bdist_wininst.py bpo-37481: Deprecate distutils bdist_wininst command (GH-14553) 2019-07-05 10:44:12 +02:00
test_build.py
test_build_clib.py bpo-40443: Remove unused imports in tests (GH-19804) 2020-04-30 02:21:30 +02:00
test_build_ext.py bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341) (GH-24410) 2021-01-31 23:22:48 -05:00
test_build_py.py
test_build_scripts.py
test_check.py
test_clean.py
test_cmd.py
test_config.py
test_config_cmd.py bpo-40443: Remove unused imports in tests (GH-19804) 2020-04-30 02:21:30 +02:00
test_core.py
test_cygwinccompiler.py
test_dep_util.py
test_dir_util.py
test_dist.py bpo-40443: Remove unused imports in tests (GH-19804) 2020-04-30 02:21:30 +02:00
test_extension.py
test_file_util.py
test_filelist.py
test_install.py bpo-1294959: Add sys.platlibdir attribute (GH-18381) 2020-03-10 09:53:09 +01:00
test_install_data.py
test_install_headers.py
test_install_lib.py
test_install_scripts.py
test_log.py
test_msvc9compiler.py
test_msvccompiler.py bpo-38597: Never statically link extension initialization code on Windows (GH-18724) 2020-03-03 00:04:11 +00:00
test_register.py
test_sdist.py
test_spawn.py bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359) 2020-07-07 04:31:32 -07:00
test_sysconfig.py
test_text_file.py
test_unixccompiler.py
test_upload.py Fix import of HTTPError (GH-22304) (GH-26048) 2021-05-11 16:18:23 -07:00
test_util.py
test_version.py bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) 2019-08-08 08:42:54 +03:00
test_versionpredicate.py