cpython/Lib/distutils/tests
Tarek Ziadé ff0d8a36be Fixed #7115: using paths instead of dotted name for extensions works too in distutils.command.build_ext 2009-10-12 22:38:34 +00:00
..
__init__.py
setuptools_build_ext.py Fixed #7064: making sure get_ext_filename is called as Setuptools is assuming so it doesn't break it 2009-10-05 17:35:51 +00:00
setuptools_extension.py Fixed #7064: making sure get_ext_filename is called as Setuptools is assuming so it doesn't break it 2009-10-05 17:35:51 +00:00
support.py Merged revisions 72585 via svnmerge from 2009-05-12 17:11:54 +00:00
test_bdist_wininst.py Merged revisions 71759 via svnmerge from 2009-04-20 12:48:47 +00:00
test_build_ext.py Fixed #7115: using paths instead of dotted name for extensions works too in distutils.command.build_ext 2009-10-12 22:38:34 +00:00
test_build_py.py
test_build_scripts.py Merged revisions 71884 via svnmerge from 2009-04-25 12:55:56 +00:00
test_config.py fixed the distutils tests that were not writing in temp 2009-10-02 22:37:51 +00:00
test_core.py Merged revisions 69846 via svnmerge from 2009-07-02 15:37:21 +00:00
test_dist.py Merged revisions 68033 via svnmerge from 2008-12-29 22:36:22 +00:00
test_filelist.py Merged revisions 71280 via svnmerge from 2009-04-05 21:47:02 +00:00
test_install.py
test_install_scripts.py
test_msvc9compiler.py Merged revisions 68373 via svnmerge from 2009-01-07 09:53:35 +00:00
test_register.py Merged revisions 67926 via svnmerge from 2008-12-27 13:28:42 +00:00
test_sdist.py fixed the distutils tests that were not writing in temp 2009-10-02 22:37:51 +00:00
test_sysconfig.py Issue #7039: Fixed test_distutils when running tests on an installation with no build 2009-10-03 01:21:38 +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