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-29 07:35:02 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
43ea6d9acc5227976ab0deeef0243cfaf5b0be71
cpython
/
Lib
/
distutils
/
tests
T
History
Tarek Ziadé
b1a85413b1
Fixed
#4702
: Throwing DistutilsPlatformError instead of IOError under win32 if MSVC is not found
2008-12-30 23:03:41 +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
stupid, stupid, stupid!
2008-04-04 11:38:51 +00:00
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_sysconfig.py
Fix test_distutils to not fail when running 'make test' from a Python build
2008-04-05 23:39:15 +00:00
test_upload.py
#1858
: re-apply patch for this, adding the missing files
2008-05-11 14:00:00 +00:00
test_versionpredicate.py
…