cpython/Lib/distutils/tests
Éric Araujo 021eddfff6 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 557a973709de,
c566a3447ba1 and 3925081a7ca0 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:13:53 +01:00
..
Setup.sample Remove unnecessary executable bit on one distutils file 2011-06-04 20:45:33 +02:00
__init__.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
setuptools_build_ext.py files used by win32 tests 2010-03-06 01:27:09 +00:00
setuptools_extension.py files used by win32 tests 2010-03-06 01:27:09 +00:00
support.py Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. 2012-02-03 02:39:49 +01:00
test_archive_util.py Limit test scope to those platforms that can save the target filenames. Reference #11638. 2011-12-28 11:42:22 -05:00
test_bdist.py Make bdist_* commands respect --skip-build passed to bdist (#10946) 2011-08-30 01:48:59 +02:00
test_bdist_dumb.py Merged revisions 86596 via svnmerge from 2010-11-21 13:34:58 +00:00
test_bdist_msi.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_bdist_rpm.py Add missing import when running these tests standalone. 2010-02-06 23:53:52 +00:00
test_bdist_wininst.py Add missing import when running these tests standalone. 2010-02-06 23:53:52 +00:00
test_build.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_build_clib.py Issue #13994: Earler partial revert of Distutils enhancements in 2.7 2012-02-11 20:40:24 +01:00
test_build_ext.py Fix test failure for shared builds caused by #1326113 fix 2012-02-15 18:13:45 +01:00
test_build_py.py Fix test_distutils when sys.dont_write_bytecode is true (#9831). 2011-05-28 23:21:19 +02:00
test_build_scripts.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_ccompiler.py Issue #13994: Earler partial revert of Distutils enhancements in 2.7 2012-02-11 20:40:24 +01:00
test_check.py Fix distutils’ check and register Unicode handling (#13114). 2011-10-09 07:11:19 +02:00
test_clean.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 12:34:31 +02:00
test_cmd.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_config.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_config_cmd.py Make C code in one distutils test comply with ISO C (#10359). 2011-10-08 02:15:55 +02:00
test_core.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_dep_util.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_dir_util.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_dist.py Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. 2011-09-10 05:39:45 +02:00
test_file_util.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_filelist.py Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). 2012-02-25 16:13:53 +01:00
test_install.py Backport tests for the distutils install command 2011-08-26 02:06:27 +02:00
test_install_data.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_install_headers.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_install_lib.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_install_scripts.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_msvc9compiler.py Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest 2011-10-17 11:05:36 +11:00
test_register.py Fix distutils’ check and register Unicode handling (#13114). 2011-10-09 07:11:19 +02:00
test_sdist.py Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). 2012-02-25 16:13:53 +01:00
test_spawn.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_sysconfig.py Merged revisions 86596 via svnmerge from 2010-11-21 13:34:58 +00:00
test_text_file.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_unixccompiler.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_upload.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_util.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_version.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_versionpredicate.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00