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-20 19:33:12 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e96d4ea4e235645452ae8a6c8ab557d31d2bb485
cpython
/
Lib
/
distutils
/
tests
T
History
Tarek Ziadé
85d6fb5022
fixed
#1702551
: distutils sdist was not pruning VCS directories under win32
2009-01-04 00:04:49 +00:00
..
__init__.py
…
support.py
…
test_build_ext.py
Issue
#3925
: Ignores shutil.rmtree error on cygwin too.
2008-09-21 20:48:41 +00:00
test_build_py.py
…
test_build_scripts.py
…
test_config.py
fixed
#4400
: distutils .pypirc default generated file was broken.
2008-12-24 19:10:05 +00:00
test_core.py
…
test_dist.py
fixed
#4646
: distutils was choking on empty options arg in the setup function.
2008-12-29 22:23:53 +00:00
test_install_scripts.py
…
test_install.py
…
test_msvc9compiler.py
Fixed
#4702
: Throwing DistutilsPlatformError instead of IOError under win32 if MSVC is not found
2008-12-30 23:03:41 +00:00
test_register.py
fixed
#4400
: distutils .pypirc default generated file was broken.
2008-12-24 19:10:05 +00:00
test_sdist.py
fixed
#1702551
: distutils sdist was not pruning VCS directories under win32
2009-01-04 00:04:49 +00:00
test_sysconfig.py
…
test_upload.py
…
test_versionpredicate.py
…