Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adopted black and reformatted the codebase to match | Alex Grönholm | 2021-12-24 | 1 | -16/+36 |
| | |||||
* | Upgraded to py3.7+ syntax | Alex Grönholm | 2021-12-22 | 1 | -5/+2 |
| | |||||
* | Support unpacking wheels that contain files with commas in their names (#427) | Hood Chatham | 2021-12-22 | 1 | -1/+1 |
| | | | | | The csv module is now being used to read RECORD. Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi> | ||||
* | Don't try to build ABI3 extensions on Windows | Alex Grönholm | 2020-01-21 | 1 | -0/+4 |
| | |||||
* | Skip unicode dist and related test on Python < 3.6 | Alex Grönholm | 2020-01-21 | 1 | -1/+6 |
| | | | | Due to encoding issues, this ends up failing in certain cases and there is nothing wheel can do about it. | ||||
* | Build wheels into a temporary directory in the test setup phase | Alex Grönholm | 2018-07-17 | 1 | -18/+9 |
| | | | | This avoids polluting the project directory and also avoids unicode issues when a py3 test suite encounters a unicode containing wheel. | ||||
* | Renamed the wheel.tool package to wheel.cli and migrated CLI stuff there | Alex Grönholm | 2018-07-17 | 1 | -44/+3 |
| | | | | The VerifyingZipFile class was also merged to the WheelFile class. | ||||
* | Fixed wrong character encodings used to write RECORD | Alex Grönholm | 2018-03-31 | 1 | -1/+1 |
| | | | | | RECORD should always be read and written as UTF-8. Fixes #207. | ||||
* | Moved the tests out of the package tree | Alex Grönholm | 2017-07-29 | 1 | -0/+87 |