This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
d0edec38ce
cpython
/
Lib
/
distutils
/
tests
History
Tarek Ziadé
92e68af56a
added local get_platform/set_platform APIs in distutils.sysconfig
2010-01-26 22:46:15 +00:00
..
Setup.sample
…
__init__.py
…
support.py
…
test_archive_util.py
…
test_bdist.py
…
test_bdist_dumb.py
…
test_bdist_msi.py
fixed bdist_msi imports and added a test module for distutils.command.bdist_msi
2010-01-26 17:20:37 +00:00
test_bdist_rpm.py
…
test_bdist_wininst.py
…
test_build.py
…
test_build_clib.py
…
test_build_ext.py
…
test_build_py.py
…
test_build_scripts.py
…
test_ccompiler.py
…
test_check.py
…
test_clean.py
…
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_emxccompiler.py
…
test_extension.py
…
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_msvc9compiler.py
…
test_register.py
Fixed
#7748
: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings
2010-01-24 00:33:32 +00:00
test_sdist.py
…
test_spawn.py
…
test_sysconfig.py
…
test_text_file.py
…
test_unixccompiler.py
…
test_upload.py
Fixed
#7748
: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings
2010-01-24 00:33:32 +00:00
test_util.py
added local get_platform/set_platform APIs in distutils.sysconfig
2010-01-26 22:46:15 +00:00
test_version.py
…
test_versionpredicate.py
…