Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove pkg_resources.py31compat.makedirs() in favor of the stdlib | Jon Dufresne | 2020-02-16 | 1 | -4/+1 |
| | | | | | As setuptools is now python 3.5+, this compatibility shim is no longer necessary. | ||||
* | Feed the hobgoblins (delint). | Jason R. Coombs | 2019-01-26 | 1 | -3/+6 |
| | |||||
* | Remove use of compatibility shim six.binary_type | Jon Dufresne | 2018-09-14 | 1 | -2/+1 |
| | | | | | The type bytes is available on all supported Pythons. Makes the code more forward compatible with Python 3. | ||||
* | Setuptools now vendors its own direct dependencies (packaging, six, ↵ | Jason R. Coombs | 2018-03-17 | 1 | -1/+1 |
| | | | | pyparsing). Ref #1296. | ||||
* | fix encoding handling of wheels metadata | Benoit Pierre | 2017-11-26 | 1 | -2/+7 |
| | |||||
* | Use makedirs with future compatibility throughout setuptools. Ref #1083. | Jason R. Coombs | 2017-07-13 | 1 | -2/+4 |
| | |||||
* | Added test utility for building files quickly. | Luke Plant | 2015-10-19 | 1 | -0/+32 |
And made use of it in test_egg_info. |