summaryrefslogtreecommitdiff
path: root/tests/test_wheelfile.py
Commit message (Expand)AuthorAgeFilesLines
* Mark generated files as regular files (#511)Alex Grönholm2023-03-131-3/+3
* Used modern tmp_path instead of py.path based tmpdir (#513)Henry Schreiner2023-03-111-11/+11
* Fixed parsing of wheel file names with multiple platform tags0.38.2Alex Grönholm2022-11-051-3/+11
* [pre-commit.ci] pre-commit autoupdate (#445)pre-commit-ci[bot]2022-01-311-1/+1
* Added pyupgrade and flake8-bugbear to pre-commit config (#432)Henry Schreiner2021-12-301-0/+2
* Eliminated more py2 compatibility codeAlex Grönholm2021-12-241-27/+18
* Adopted isort and applied it to the codebaseAlex Grönholm2021-12-241-2/+2
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-241-71/+92
* Upgraded to py3.7+ syntaxAlex Grönholm2021-12-221-6/+6
* Dropped support for unmaintained Python versionsAlex Grönholm2021-12-221-3/+0
* Revert "Include directory entries when building wheel (#289)"Alex Grönholm2019-05-121-24/+0
* Include directory entries when building wheel (#289)Jason R. Coombs2019-04-281-0/+24
* Skip attributes test on WindowsAlex Grönholm2019-02-121-0/+3
* Fixed test warnings on Python 2Alex Grönholm2019-02-111-1/+1
* Write the RECORD file as CSV (#281)Paul Moore2019-02-101-2/+6
* Fixed permissions on the RECORD fileAlex Grönholm2018-10-041-0/+4
* Renamed the wheel.tool package to wheel.cli and migrated CLI stuff thereAlex Grönholm2018-07-171-53/+127
* Moved the tests out of the package treeAlex Grönholm2017-07-291-0/+89