summaryrefslogtreecommitdiff
path: root/src/wheel/bdist_wheel.py
Commit message (Expand)AuthorAgeFilesLines
* Replace bespoke logger with Python logging logger, restoring info/debug/warni...python-loggingJason R. Coombs2021-12-261-7/+6
* Merge branch 'main' into remove-distutilsAlex Grönholm2021-12-261-3/+4
|\
| * Eliminated the pkg_info moduleAlex Grönholm2021-12-251-3/+4
* | Fixed one more distutils importAlex Grönholm2021-12-241-11/+1
* | Fixed detection of 32-bit Python on 64-bit OSAlex Grönholm2021-12-241-2/+2
* | Replaced distutils with setuptoolsAlex Grönholm2021-12-241-16/+25
|/
* Adopted isort and applied it to the codebaseAlex Grönholm2021-12-241-6/+5
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-241-173/+225
* Upgraded to py3.7+ syntaxAlex Grönholm2021-12-221-9/+9
* Dropped support for unmaintained Python versionsAlex Grönholm2021-12-221-17/+5
* Fixed TypeError when a unicode generator name was passed on Python 2.7Alex Grönholm2020-12-041-0/+5
* Adapted for upcoming changes in PyPy's SOABI tag (#373)Matti Picus2020-11-291-0/+4
* Fixed CRLF being used when generating WHEEL files on Windows (#383)Alex Grönholm2020-11-291-3/+9
* Fixed regression in setting plat-name (#375)Matti Picus2020-09-181-1/+2
* Vendored the packaging.tags module (#365)Alex Grönholm2020-08-141-1/+1
* Fixed bdist_wheel not lower casing the platform tag (#366)Alex Grönholm2020-08-141-1/+1
* Fixed PyPy2 ABI tag generationAlex Grönholm2020-08-141-1/+1
* Replaced pep425tags with packaging (#346)Matti Picus2020-04-071-17/+86
* Ignore files terminating in ~. (#347)Diego Elio Pettenò2020-03-241-0/+4
* Added the --compression option to bdist_wheel (#316)Alex Grönholm2020-01-261-1/+18
* Fixed bdist_wheel failing on a read-only source treeAlex Grönholm2020-01-221-1/+8
* Migrated to the src layoutAlex Grönholm2020-01-221-0/+379