History log of /external/python/cpython3/Lib/distutils/tests/test_filelist.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bd48d27944453ad83d3ce37b2c867fa0d59a1c15 10-Sep-2016 Serhiy Storchaka <storchaka@gmail.com> Issue #22493: Inline flags now should be used only at the start of the
regular expression. Deprecation warning is emitted if uses them in the
middle of the regular expression.
/external/python/cpython3/Lib/distutils/tests/test_filelist.py
8ac147d6ee42d156ecc9b3ed2f57cc9c9f86f746 02-Sep-2016 Jason R. Coombs <jaraco@jaraco.com> Backed out changeset cc86e9e102e8
/external/python/cpython3/Lib/distutils/tests/test_filelist.py
1a04c447c951b33aa8c8c0f1b6803b06101b7f92 30-Aug-2015 Jason R. Coombs <jaraco@jaraco.com> Sort result to avoid spurious errors due to order.
/external/python/cpython3/Lib/distutils/tests/test_filelist.py
a2cf2292a221f874bfec7587299ef26baee08906 19-Sep-2015 Jason R. Coombs <jaraco@jaraco.com> Add docstring and additional test revealing nuances of the implementation as found in setuptools.
/external/python/cpython3/Lib/distutils/tests/test_filelist.py
2c5278ad30c2883a9d64e834d38119bb96487396 30-Aug-2015 Jason R. Coombs <jaraco@jaraco.com> Add another test capturing the basic discovery expectation.
/external/python/cpython3/Lib/distutils/tests/test_filelist.py
a0c6c1c6598173a524633c9b8fb23780f794b998 30-Aug-2015 Jason R. Coombs <jaraco@jaraco.com> Issue #12285: Add test capturing failure.
/external/python/cpython3/Lib/distutils/tests/test_filelist.py
fa5e7cf997df3cd011c4e2e9742811c0822a7f5c 30-Aug-2015 Jason R. Coombs <jaraco@jaraco.com> Use modern mechanism for test discovery
/external/python/cpython3/Lib/distutils/tests/test_filelist.py
2e0a0e1640e89bec7da985534411c464d3d30df2 25-Feb-2012 Éric Araujo <merwok@netwok.org> 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.
/external/python/cpython3/Lib/distutils/tests/test_filelist.py
2336c8553c27ea12f3e5e6d1119e5cc93e7b6404 11-Oct-2011 Éric Araujo <merwok@netwok.org> Increase test coverage for distutils.filelist (#11751).

Patch by Justin Love.
/external/python/cpython3/Lib/distutils/tests/test_filelist.py
b3aedd48621ed9d33b5f42f946b256bce4a50673 20-Nov-2010 Ezio Melotti <ezio.melotti@gmail.com> #9424: Replace deprecated assert* methods in the Python test suite.
/external/python/cpython3/Lib/distutils/tests/test_filelist.py
70ec44a7739e67dbdaa8ab9b0a59a9444153112a 06-Nov-2010 Éric Araujo <merwok@netwok.org> Make sure each test can be run standalone (./python Lib/distutils/tests/x.py)
/external/python/cpython3/Lib/distutils/tests/test_filelist.py
3679727939a9d25ccfe057e71e8a4b8be73d47ce 22-Jul-2010 Tarek Ziadé <ziade.tarek@gmail.com> reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen.
/external/python/cpython3/Lib/distutils/tests/test_filelist.py
03d5d087989fc38df2bee68a3f5ed758b0bfa665 21-Sep-2009 Tarek Ziadé <ziade.tarek@gmail.com> Merged revisions 74988 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r74988 | tarek.ziade | 2009-09-21 14:19:07 +0200 (Mon, 21 Sep 2009) | 1 line

improved distutils test coverage: now the DEBUG mode is covered too (will help fix the issue #6954 in py3k branch)
........
/external/python/cpython3/Lib/distutils/tests/test_filelist.py
61732853616186123df12d4f3e360b9b4e0c69a0 18-Aug-2009 Tarek Ziadé <ziade.tarek@gmail.com> Merged revisions 74501 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r74501 | tarek.ziade | 2009-08-18 10:16:33 +0200 (Tue, 18 Aug 2009) | 1 line

added more test coverage for distutils.filelist to prevent regressions when fnmatch or re are changed
........
/external/python/cpython3/Lib/distutils/tests/test_filelist.py
74c23ac08dda58f08b78f195151949525087f431 17-Aug-2009 Tarek Ziadé <ziade.tarek@gmail.com> Merged revisions 74493 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r74493 | tarek.ziade | 2009-08-17 23:28:34 +0200 (Mon, 17 Aug 2009) | 1 line

fixed how fnmatch.translate is used (since it has changed in r74475 for #6665). Now the code is not harcoding the usage of $ anymore
........
/external/python/cpython3/Lib/distutils/tests/test_filelist.py
889b0aa4506d5ea43985865a44562ebd39b3bf00 05-Apr-2009 Tarek Ziadé <ziade.tarek@gmail.com> Merged revisions 71280 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r71280 | tarek.ziade | 2009-04-05 23:44:08 +0200 (Sun, 05 Apr 2009) | 1 line

Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases (detailed in the test
........
/external/python/cpython3/Lib/distutils/tests/test_filelist.py