This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
51dbc9a4ad272d832dfd5265cc3161cbb658aecb
cpython
/
Lib
/
distutils
/
tests
History
Benjamin Peterson
95ee9c7175
fix parsing reST with code or code-block directives (
closes
#23063
)
...
Patch by Marc Abramowitz.
2015-01-14 23:56:35 -05:00
..
__init__.py
…
Setup.sample
…
setuptools_build_ext.py
…
setuptools_extension.py
…
support.py
…
test_archive_util.py
…
test_bdist_dumb.py
…
test_bdist_msi.py
…
test_bdist_rpm.py
#22512
: move distutils rpm test's .rpmdb to testing tmpdir.
2014-09-30 20:57:24 -04:00
test_bdist_wininst.py
…
test_bdist.py
…
test_build_clib.py
…
test_build_ext.py
Issue
#21811
: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
2014-06-25 13:33:57 -07:00
test_build_py.py
…
test_build_scripts.py
…
test_build.py
…
test_ccompiler.py
…
test_check.py
fix parsing reST with code or code-block directives (
closes
#23063
)
2015-01-14 23:56:35 -05:00
test_clean.py
…
test_cmd.py
…
test_config_cmd.py
…
test_config.py
…
test_core.py
…
test_dep_util.py
…
test_dir_util.py
…
test_dist.py
test_distutils: remove the test file in DistributionTestCase.test_debug_mode()
2014-09-11 17:52:58 +02:00
test_file_util.py
Issue
#8876
: distutils now falls back to copying files when hard linking doesn't work.
2014-10-30 19:37:07 +01:00
test_filelist.py
…
test_install_data.py
…
test_install_headers.py
…
test_install_lib.py
…
test_install_scripts.py
…
test_install.py
…
test_msvc9compiler.py
…
test_register.py
…
test_sdist.py
…
test_spawn.py
…
test_sysconfig.py
Issue
#21923
: Prevent AttributeError in distutils.sysconfig.customize_compiler
2014-07-06 16:11:44 -07:00
test_text_file.py
…
test_unixccompiler.py
…
test_upload.py
#10510
: make distuitls upload/register use HTML standards compliant CRLF.
2014-09-27 16:59:04 -04:00
test_util.py
…
test_version.py
…
test_versionpredicate.py
…