This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-19 19:03:25 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2c2d2aedd5c48a5fbbbb4a238b7d4e86a5f64b60
cpython
/
Lib
/
distutils
/
tests
T
History
Éric Araujo
793c47a88a
Merge doc changes from 3.2 (
#10454
,
#12298
)
2011-09-02 00:03:20 +02:00
..
__init__.py
…
Setup.sample
…
support.py
Fix typo (was build) and remove redundancy in docstring
2011-09-01 23:37:56 +02:00
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_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_bdist.py
Make bdist_* commands respect --skip-build passed to bdist (
#10946
)
2011-08-29 21:48:39 +02:00
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_build.py
…
test_check.py
…
test_clean.py
…
test_cmd.py
…
test_config_cmd.py
…
test_config.py
…
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_data.py
…
test_install_headers.py
…
test_install_lib.py
…
test_install_scripts.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_log.py
…
test_msvc9compiler.py
…
test_register.py
…
test_sdist.py
Issue
#12678
: Fix distutils sdist test on Windows.
2011-08-21 22:35:41 +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
…