summaryrefslogtreecommitdiff
path: root/setuptools/glob.py
Commit message (Collapse)AuthorAgeFilesLines
* Simplify `setuptools.glob._iglob`Sviatoslav Sydorenko2020-12-311-12/+5
|
* Remove use of compatibility shim six.binary_typeJon Dufresne2018-09-141-8/+6
| | | | | The type bytes is available on all supported Pythons. Makes the code more forward compatible with Python 3.
* Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-1/+1
| | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd.
* Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-1/+1
|
* Fix quantity of blank lines.stepshal2016-10-181-0/+11
|
* Much faster implementation of FileList, for big egg_info speedupsTim Heap2016-10-151-0/+165