index
:
delta/python-packages/wheel-git.git
bugfix/344-explicit-setuptools
cirrus-ci
directoryfix
fix-367
fix-411
flit-backend
licensefix
main
master
pre-commit-ci-update-config
publicapi
python-logging
python-logging-compat
remove-distutils
github.com: pypa/wheel.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wheel
/
bdist_wheel.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace bespoke logger with Python logging logger, restoring info/debug/warni...
python-logging
Jason R. Coombs
2021-12-26
1
-7
/
+6
*
Merge branch 'main' into remove-distutils
Alex Grönholm
2021-12-26
1
-3
/
+4
|
\
|
*
Eliminated the pkg_info module
Alex Grönholm
2021-12-25
1
-3
/
+4
*
|
Fixed one more distutils import
Alex Grönholm
2021-12-24
1
-11
/
+1
*
|
Fixed detection of 32-bit Python on 64-bit OS
Alex Grönholm
2021-12-24
1
-2
/
+2
*
|
Replaced distutils with setuptools
Alex Grönholm
2021-12-24
1
-16
/
+25
|
/
*
Adopted isort and applied it to the codebase
Alex Grönholm
2021-12-24
1
-6
/
+5
*
Adopted black and reformatted the codebase to match
Alex Grönholm
2021-12-24
1
-173
/
+225
*
Upgraded to py3.7+ syntax
Alex Grönholm
2021-12-22
1
-9
/
+9
*
Dropped support for unmaintained Python versions
Alex Grönholm
2021-12-22
1
-17
/
+5
*
Fixed TypeError when a unicode generator name was passed on Python 2.7
Alex Grönholm
2020-12-04
1
-0
/
+5
*
Adapted for upcoming changes in PyPy's SOABI tag (#373)
Matti Picus
2020-11-29
1
-0
/
+4
*
Fixed CRLF being used when generating WHEEL files on Windows (#383)
Alex Grönholm
2020-11-29
1
-3
/
+9
*
Fixed regression in setting plat-name (#375)
Matti Picus
2020-09-18
1
-1
/
+2
*
Vendored the packaging.tags module (#365)
Alex Grönholm
2020-08-14
1
-1
/
+1
*
Fixed bdist_wheel not lower casing the platform tag (#366)
Alex Grönholm
2020-08-14
1
-1
/
+1
*
Fixed PyPy2 ABI tag generation
Alex Grönholm
2020-08-14
1
-1
/
+1
*
Replaced pep425tags with packaging (#346)
Matti Picus
2020-04-07
1
-17
/
+86
*
Ignore files terminating in ~. (#347)
Diego Elio Pettenò
2020-03-24
1
-0
/
+4
*
Added the --compression option to bdist_wheel (#316)
Alex Grönholm
2020-01-26
1
-1
/
+18
*
Fixed bdist_wheel failing on a read-only source tree
Alex Grönholm
2020-01-22
1
-1
/
+8
*
Migrated to the src layout
Alex Grönholm
2020-01-22
1
-0
/
+379