This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2026-05-28 21:30:59 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
b06ed1d883
cpython
/
Lib
/
distutils
/
tests
History
Download ZIP
Download TAR.GZ
Sebastian Rittau
5fedf71439
Fix import of HTTPError (GH-22304)
...
Import HTTPError from urllib.error instead of urllib.request.
2021-05-11 16:01:33 -07:00
..
__init__.py
includetest.rst
Setup.sample
support.py
test_archive_util.py
test_bdist.py
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
2021-01-09 00:35:01 +01:00
test_bdist_dumb.py
test_bdist_msi.py
test_bdist_rpm.py
test_build.py
test_build_clib.py
bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142)
2021-04-23 14:02:41 +02:00
test_build_ext.py
bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142)
2021-04-23 14:02:41 +02: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-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142)
2021-04-23 14:02:41 +02:00
test_core.py
test_cygwinccompiler.py
test_dep_util.py
test_dir_util.py
test_dist.py
test_extension.py
test_file_util.py
test_filelist.py
test_install.py
bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142)
2021-04-23 14:02:41 +02: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
test_register.py
test_sdist.py
test_spawn.py
bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359)
2020-07-07 04:11:28 -07:00
test_sysconfig.py
test_text_file.py
test_unixccompiler.py
bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142)
2021-04-23 14:02:41 +02:00
test_upload.py
Fix import of HTTPError (GH-22304)
2021-05-11 16:01:33 -07:00
test_util.py
bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142)
2021-04-23 14:02:41 +02:00
test_version.py
test_versionpredicate.py