| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace bespoke logger with Python logging logger, restoring ↵python-logging | Jason R. Coombs | 2021-12-26 | 1 | -2/+2 |
| | | | | | info/debug/warning levels to logged messages. Fixed missing f-string for 'wheelfile_path'. | ||||
| * | Merge branch 'main' into remove-distutils | Alex Grönholm | 2021-12-26 | 1 | -26/+19 |
| |\ | |||||
| | * | Eliminated more py2 compatibility code | Alex Grönholm | 2021-12-24 | 1 | -25/+19 |
| | | | | | | | | | | | - Got rid of as_bytes(), as_unicode() and native() - Eliminated the py2 code path in _update_crc() | ||||
| * | | Fixed one more distutils import | Alex Grönholm | 2021-12-24 | 1 | -3/+3 |
| |/ | |||||
| * | Adopted isort and applied it to the codebase | Alex Grönholm | 2021-12-24 | 1 | -3/+3 |
| | | |||||
| * | Adopted black and reformatted the codebase to match | Alex Grönholm | 2021-12-24 | 1 | -40/+65 |
| | | |||||
| * | 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 | -15/+3 |
| | | |||||
| * | Support unpacking wheels that contain files with commas in their names (#427) | Hood Chatham | 2021-12-22 | 1 | -17/+29 |
| | | | | | | The csv module is now being used to read RECORD. Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi> | ||||
| * | Fix resource leak in WheelFile.open() (#338) | Jon Dufresne | 2020-03-24 | 1 | -4/+4 |
| | | | | | | | | | | | | In WheelFile.open(), if the hash does not exist, avoid opening the file before raising the exception. Previously would leak the open file resource which could result in a ResourceWarning when Python warnings are enabled: ResourceWarning: unclosed file <_io.FileIO name='…/test_testzip_missing_hash0/test-1.0-py2.py3-none-any.whl' mode='rb' closefd=True> Python warnings are now enabled during tests to help catch these earlier. | ||||
| * | Added the --compression option to bdist_wheel (#316) | Alex Grönholm | 2020-01-26 | 1 | -4/+4 |
| | | | | Fixes #313. | ||||
| * | Migrated to the src layout | Alex Grönholm | 2020-01-22 | 1 | -0/+169 |
| Fixes #37. | |||||
