aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_manifest.py
Commit message (Expand)AuthorAgeFilesLines
* Feed the hobgoblins (delint).Jason R. Coombs2019-01-261-66/+67
* Mark Py 2/3-only tests as skip instead of xfailNikolaus Waxweiler2018-10-271-2/+1
* Use Python 3 syntax for new-style clasessJason R. Coombs2018-06-031-1/+3
* Use makedirs with future compatibility throughout setuptools. Ref #1083.Jason R. Coombs2017-07-131-2/+2
* Merge branch 'master' into feature/re-vendor-sadfaceJason R. Coombs2017-05-301-20/+83
|\
| * Rewrite tests to test the actual matching rather than making assertions about...Jason R. Coombs2017-04-181-20/+83
| * Pass flags programmatically, avoiding deprecating trailing pattern flags synt...Jason R. Coombs2017-04-181-13/+13
* | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-1/+1
|/
* fixes #935 - allows for glob syntax in graftHatem Nassrat2017-01-231-0/+9
* Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-1/+1
* Revert "Fix #849 global-exclude globbing"Tim Heap2016-12-151-12/+0
* Fix #849 global-exclude globbingTim Heap2016-11-211-0/+12
* Fix quantity of blank lines.stepshal2016-10-181-4/+0
* Sort manifest file list in testsTim Heap2016-10-181-1/+19
* Much faster implementation of FileList, for big egg_info speedupsTim Heap2016-10-151-14/+54
* Fix quantity of blank lines after code object, class of function definition.stepshal2016-08-201-0/+1
* Copy FileList tests from distutilsTim Heap2016-08-171-9/+274
* Add tests for MANIFEST.inTim Heap2016-08-171-0/+210