cpython/Lib/distutils/tests
Éric Araujo 2e0a0e1640 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).
These regex changes fix a number of issues for distutils on Windows:
- #6884: impossible to include a file starting with 'build'
- #9691 and #14004: sdist includes too many files
- #13193: test_filelist failures

This commit replaces the incorrect changes done in 0a94e2f807c7 and
90b30d62caf2 to fix #13193; we were too eager to fix the test failures
and I did not study the code enough before greenlighting patches.  This
time we have unit tests from the problems reported by users to be sure
we have the right fix.

Thanks to Nadeem Vawda for his help.
2012-02-25 16:28:05 +01:00
..
Setup.sample Remove unneeded executable bit on two distutils files 2011-06-04 20:47:26 +02:00
__init__.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
support.py Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. 2012-02-03 02:42:16 +01: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.py Make bdist_* commands respect --skip-build passed to bdist (#10946) 2011-08-29 21:48:39 +02:00
test_bdist_dumb.py Cleanups in distutils tests. 2011-11-02 18:05:41 +01:00
test_bdist_msi.py Make sure each test can be run standalone (./python Lib/distutils/tests/x.py) 2010-11-06 02:44:43 +00:00
test_bdist_rpm.py Stop ignoring RPMs in distutils' upload command (#2945). 2012-01-15 02:48:55 +01:00
test_bdist_wininst.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
test_build.py #9424: Replace deprecated assert* methods in the Python test suite. 2010-11-20 19:04:17 +00:00
test_build_clib.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
test_build_ext.py Fix test failure for shared builds caused by #1326113 fix 2012-02-15 18:12:12 +01:00
test_build_py.py More fixes for PEP 3147 compliance in distutils (#11254) 2011-11-03 03:45:33 +01:00
test_build_scripts.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
test_check.py Add tests for Unicode handling in distutils’ check and register (#13114) 2011-10-09 07:25:33 +02:00
test_clean.py #11565: Merge with 3.1. 2011-03-16 11:35:38 +02:00
test_cmd.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
test_config.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
test_config_cmd.py Make C code in one distutils test comply with ISO C (#10359). 2011-10-07 23:13:45 +02:00
test_core.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
test_cygwinccompiler.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
test_dep_util.py #9424: Replace deprecated assert* methods in the Python test suite. 2010-11-20 19:04:17 +00:00
test_dir_util.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
test_dist.py Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. 2011-09-10 01:51:40 +02:00
test_extension.py Remove unneeded executable bit on two distutils files 2011-06-04 20:47:26 +02:00
test_file_util.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
test_filelist.py Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). 2012-02-25 16:28:05 +01:00
test_install.py More fixes for PEP 3147 compliance in distutils (#11254) 2011-11-03 03:45:33 +01:00
test_install_data.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
test_install_headers.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
test_install_lib.py More fixes for PEP 3147 compliance in distutils (#11254) 2011-11-03 03:45:33 +01:00
test_install_scripts.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
test_log.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
test_msvc9compiler.py Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest 2011-10-17 11:05:57 +11:00
test_register.py Add tests for Unicode handling in distutils’ check and register (#13114) 2011-10-09 07:25:33 +02:00
test_sdist.py Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). 2012-02-25 16:28:05 +01:00
test_spawn.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
test_sysconfig.py Merged revisions 86596 via svnmerge from 2010-11-21 01:30:29 +00:00
test_text_file.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
test_unixccompiler.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
test_upload.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
test_util.py Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. 2011-05-15 16:46:11 +02:00
test_version.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00
test_versionpredicate.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-02 21:38:37 +00:00