Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminated more py2 compatibility code | Alex Grönholm | 2021-12-24 | 1 | -27/+18 |
| | | | | | - Got rid of as_bytes(), as_unicode() and native() - Eliminated the py2 code path in _update_crc() | ||||
* | Adopted isort and applied it to the codebase | Alex Grönholm | 2021-12-24 | 1 | -2/+2 |
| | |||||
* | Adopted black and reformatted the codebase to match | Alex Grönholm | 2021-12-24 | 1 | -71/+92 |
| | |||||
* | Upgraded to py3.7+ syntax | Alex Grönholm | 2021-12-22 | 1 | -6/+6 |
| | |||||
* | Dropped support for unmaintained Python versions | Alex Grönholm | 2021-12-22 | 1 | -3/+0 |
| | |||||
* | Revert "Include directory entries when building wheel (#289)" | Alex Grönholm | 2019-05-12 | 1 | -24/+0 |
| | | | | This reverts commit 369b1eeb. Fixes #294. | ||||
* | Include directory entries when building wheel (#289) | Jason R. Coombs | 2019-04-28 | 1 | -0/+24 |
| | | | Fixes #287. | ||||
* | Skip attributes test on Windows | Alex Grönholm | 2019-02-12 | 1 | -0/+3 |
| | |||||
* | Fixed test warnings on Python 2 | Alex Grönholm | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | Write the RECORD file as CSV (#281) | Paul Moore | 2019-02-10 | 1 | -2/+6 |
| | | | Fixes #280. | ||||
* | Fixed permissions on the RECORD file | Alex Grönholm | 2018-10-04 | 1 | -0/+4 |
| | | | | Fixes #261. | ||||
* | Renamed the wheel.tool package to wheel.cli and migrated CLI stuff there | Alex Grönholm | 2018-07-17 | 1 | -53/+127 |
| | | | | The VerifyingZipFile class was also merged to the WheelFile class. | ||||
* | Moved the tests out of the package tree | Alex Grönholm | 2017-07-29 | 1 | -0/+89 |