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 11:23:49 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1f01cd013ff153b92dc7fed13ace419a5d024da7
cpython
/
Lib
/
distutils
/
tests
T
History
Tarek Ziadé
1a240fb9f0
fixed
#4394
make the storage of the password optional in .pypirc
2009-01-08 23:56:31 +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
Issue
#4864
: test_msvc9compiler failed on VC6/7.
2009-01-07 09:42:28 +00:00
test_register.py
fixed
#4394
make the storage of the password optional in .pypirc
2009-01-08 23:56:31 +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
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
fixed
#4394
make the storage of the password optional in .pypirc
2009-01-08 23:56:31 +00:00
test_versionpredicate.py
…