| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added pyupgrade and flake8-bugbear to pre-commit config (#432) | Henry Schreiner | 2021-12-30 | 1 | -0/+2 |
| | | | | Added pyupgrade and flake8-bugbear to pre-commit configuration. Converted all code to py37+ syntax. Reformatted the pre-commit configuration file. | ||||
| * | Adopted isort and applied it to the codebase | Alex Grönholm | 2021-12-24 | 1 | -1/+1 |
| | | |||||
| * | Adopted black and reformatted the codebase to match | Alex Grönholm | 2021-12-24 | 1 | -8/+6 |
| | | |||||
| * | Upgraded to py3.7+ syntax | Alex Grönholm | 2021-12-22 | 1 | -1/+1 |
| | | |||||
| * | Added boilerplate code to the dummy extension dist | Alex Grönholm | 2020-01-21 | 1 | -0/+16 |
| | | | | | On Windows, not having this results in a linker error (unresolved external symbol PyInit_extension). | ||||
| * | Don't try to build ABI3 extensions on Windows | Alex Grönholm | 2020-01-21 | 3 | -5/+1 |
| | | |||||
| * | Renamed the wheel.tool package to wheel.cli and migrated CLI stuff there | Alex Grönholm | 2018-07-17 | 3 | -0/+15 |
| The VerifyingZipFile class was also merged to the WheelFile class. | |||||
