This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
0163c9aa0c
cpython
/
Lib
/
distutils
/
tests
History
Éric Araujo
ad548b8534
Merge fixes for
#9860
, #11104/#8688 and
#12331
from 3.2
2011-07-31 18:33:00 +02:00
..
Setup.sample
Remove unneeded executable bit on two distutils files
2011-06-04 20:47:26 +02:00
__init__.py
…
support.py
…
test_archive_util.py
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller.
2011-07-28 22:32:49 +08:00
test_bdist.py
…
test_bdist_dumb.py
…
test_bdist_msi.py
…
test_bdist_rpm.py
…
test_bdist_wininst.py
…
test_build.py
…
test_build_clib.py
…
test_build_ext.py
Issue
#9516
: Correct and expand OS X deployment target tests in distutils
2011-06-28 19:43:15 -07:00
test_build_py.py
Issue
#12451
: Add support.create_empty_file()
2011-06-30 23:25:47 +02:00
test_build_scripts.py
…
test_check.py
…
test_clean.py
#11565
: Merge with 3.1.
2011-03-16 11:35:38 +02:00
test_cmd.py
…
test_config.py
…
test_config_cmd.py
…
test_core.py
…
test_cygwinccompiler.py
…
test_dep_util.py
…
test_dir_util.py
…
test_dist.py
…
test_extension.py
Remove unneeded executable bit on two distutils files
2011-06-04 20:47:26 +02:00
test_file_util.py
…
test_filelist.py
…
test_install.py
…
test_install_data.py
…
test_install_headers.py
…
test_install_lib.py
…
test_install_scripts.py
…
test_log.py
…
test_msvc9compiler.py
…
test_register.py
Fix improper tests in RegisterTestCase
2011-04-14 03:49:19 +02:00
test_sdist.py
Fix regression with distutils MANIFEST handing (
#11104
,
#8688
).
2011-07-31 04:06:12 +02:00
test_spawn.py
…
test_sysconfig.py
…
test_text_file.py
…
test_unixccompiler.py
…
test_upload.py
…
test_util.py
Issue
#9516
: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell.
2011-05-15 16:46:11 +02:00
test_version.py
…
test_versionpredicate.py
…