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
2242522fde
cpython
/
Lib
/
distutils
/
tests
History
Éric Araujo
92ffc500d1
Merge fix for
#8933
from 3.2
2011-09-10 04:56:44 +02:00
..
Setup.sample
…
__init__.py
…
support.py
Fix typo (was build) and remove redundancy in docstring
2011-09-01 23:37:56 +02:00
test_archive_util.py
…
test_bdist.py
Make bdist_* commands respect --skip-build passed to bdist (
#10946
)
2011-08-29 21:48:39 +02:00
test_bdist_dumb.py
…
test_bdist_msi.py
…
test_bdist_rpm.py
Issue
#12326
: don't test the major version of sys.platform
2011-08-17 20:49:41 +02:00
test_bdist_wininst.py
…
test_build.py
…
test_build_clib.py
…
test_build_ext.py
Fix distutils tests on Windows (
#12678
).
2011-08-24 01:29:10 +02:00
test_build_py.py
Revert cosmetic change.
2011-08-10 02:46:33 +02:00
test_build_scripts.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
Fix determination of Metadata version (
#8933
). Patch by Filip Gruszczyński.
2011-09-10 01:51:40 +02:00
test_extension.py
…
test_file_util.py
…
test_filelist.py
…
test_install.py
Turn two ifs into one in the code I commited a few days ago
2011-08-26 00:03:22 +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_register.py
…
test_sdist.py
Warn instead of crashing because of invalid path in MANIFEST.in (
#8286
).
2011-09-03 00:42:04 +02:00
test_spawn.py
…
test_sysconfig.py
…
test_text_file.py
…
test_unixccompiler.py
…
test_upload.py
…
test_util.py
…
test_version.py
…
test_versionpredicate.py
…