summaryrefslogtreecommitdiff
path: root/src/wheel/wheelfile.py
Commit message (Expand)AuthorAgeFilesLines
* Replace bespoke logger with Python logging logger, restoring info/debug/warni...python-loggingJason R. Coombs2021-12-261-2/+2
* Merge branch 'main' into remove-distutilsAlex Grönholm2021-12-261-26/+19
|\
| * Eliminated more py2 compatibility codeAlex Grönholm2021-12-241-25/+19
* | Fixed one more distutils importAlex Grönholm2021-12-241-3/+3
|/
* Adopted isort and applied it to the codebaseAlex Grönholm2021-12-241-3/+3
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-241-40/+65
* Upgraded to py3.7+ syntaxAlex Grönholm2021-12-221-6/+6
* Dropped support for unmaintained Python versionsAlex Grönholm2021-12-221-15/+3
* Support unpacking wheels that contain files with commas in their names (#427)Hood Chatham2021-12-221-17/+29
* Fix resource leak in WheelFile.open() (#338)Jon Dufresne2020-03-241-4/+4
* Added the --compression option to bdist_wheel (#316)Alex Grönholm2020-01-261-4/+4
* Migrated to the src layoutAlex Grönholm2020-01-221-0/+169