summaryrefslogtreecommitdiff
path: root/setuptools/tests/files.py
Commit message (Expand)AuthorAgeFilesLines
* Remove pkg_resources.py31compat.makedirs() in favor of the stdlibJon Dufresne2020-02-161-4/+1
* Feed the hobgoblins (delint).Jason R. Coombs2019-01-261-3/+6
* Remove use of compatibility shim six.binary_typeJon Dufresne2018-09-141-2/+1
* Setuptools now vendors its own direct dependencies (packaging, six, pyparsing...Jason R. Coombs2018-03-171-1/+1
* fix encoding handling of wheels metadataBenoit Pierre2017-11-261-2/+7
* Use makedirs with future compatibility throughout setuptools. Ref #1083.Jason R. Coombs2017-07-131-2/+4
* Added test utility for building files quickly.Luke Plant2015-10-191-0/+32