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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a standalone function for writing a WHEEL file
publicapi
Alex Grönholm
2022-12-12
2
-22
/
+35
*
Fixed the rest of mypy errors
Alex Grönholm
2022-12-11
1
-2
/
+6
*
Refactored pkg_resources imports
Alex Grönholm
2022-12-11
1
-3
/
+1
*
Refactored code to make mypy happy
Alex Grönholm
2022-12-11
2
-5
/
+14
*
Added automatic detection of .dist-info directory
Alex Grönholm
2022-12-11
1
-14
/
+38
*
Added compatibility shim for wheel.wheelfile
Alex Grönholm
2022-12-10
2
-4
/
+124
*
Merge branch 'main' into publicapi
Alex Grönholm
2022-12-10
7
-347
/
+425
|
\
|
*
Added missing module from vendored packaging
Alex Grönholm
2022-12-10
1
-0
/
+108
|
*
Updated vendored packaging lib to v22.0
Alex Grönholm
2022-12-10
4
-207
/
+113
|
*
Created a new release
0.38.4
Alex Grönholm
2022-11-09
1
-1
/
+1
|
*
Allow `METADATA` file to contain UTF-8 chars (#489)
Anderson Bravalheri
2022-11-09
1
-1
/
+7
|
*
Created a new release
0.38.3
Alex Grönholm
2022-11-08
1
-1
/
+1
*
|
Added a fix for #489
Alex Grönholm
2022-11-27
1
-2
/
+4
*
|
Renamed test() to validate_record()
Alex Grönholm
2022-11-27
1
-1
/
+1
*
|
Moved the bdist_wheel module back to its original location
Alex Grönholm
2022-11-07
1
-0
/
+0
*
|
Merge branch 'main' into publicapi
Alex Grönholm
2022-11-06
1
-6
/
+5
|
\
\
|
|
/
|
*
Fixed parsing of wheel file names with multiple platform tags
0.38.2
Alex Grönholm
2022-11-05
2
-3
/
+3
|
*
Created a new release
0.38.1
Alex Grönholm
2022-11-04
1
-1
/
+1
|
*
Removed install dependency on setuptools (#483)
Alex Grönholm
2022-11-04
2
-4
/
+50
|
*
Fixed PyPy SOABI parsing (#484)
Matti Picus
2022-11-03
1
-6
/
+5
*
|
Merged the license_paths property back to run()
Alex Grönholm
2022-10-26
1
-11
/
+6
*
|
Added tests to type checking and finish annotations. (#477)
Kyle Benesch
2022-10-26
9
-39
/
+53
*
|
Fixed mypy error
Alex Grönholm
2022-10-25
1
-2
/
+2
*
|
Removed obsolete options
Alex Grönholm
2022-10-25
1
-13
/
+0
*
|
Made WheelContentElement into a named tuple
Alex Grönholm
2022-10-25
1
-5
/
+10
*
|
Updated CLI help, type annotations and string interpolation
Alex Grönholm
2022-10-25
1
-4
/
+6
*
|
Removed unused module
Alex Grönholm
2022-10-25
1
-26
/
+0
*
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2022-10-25
1
-1
/
+1
*
|
Fixed the most critical type issues and added a MyPy check to CI (#473)
Kyle Benesch
2022-10-25
5
-55
/
+72
*
|
Fixed import in wheel.__main__
Alex Grönholm
2022-10-24
1
-2
/
+2
*
|
Changed the default value for amount in WheelArchiveFile.read() to -1
Alex Grönholm
2022-10-24
1
-1
/
+1
*
|
Made all remaining modules private
Alex Grönholm
2022-10-24
5
-0
/
+0
*
|
Made most wheel modules private
Alex Grönholm
2022-10-24
8
-7
/
+10
*
|
Fixed no files beside .egg-info being added by bdist_wheel
Alex Grönholm
2022-10-24
1
-3
/
+3
*
|
Updated version number
Alex Grönholm
2022-10-24
1
-1
/
+1
*
|
Improved the API and dropped bdist_wininst convert support
Alex Grönholm
2022-10-24
10
-774
/
+1287
*
|
Merge branch 'main' into publicapi
Alex Grönholm
2022-10-22
16
-925
/
+1018
|
\
\
|
|
/
|
*
Updated __version__ to match the release
0.38.0
Alex Grönholm
2022-10-21
1
-1
/
+1
|
*
Fixed pre-1980 file timestamps raising ValueError
fix-411
Alex Grönholm
2022-10-20
1
-0
/
+2
|
*
Fixed potential DoS attack via WHEEL_INFO_RE
Alex Grönholm
2022-10-20
1
-2
/
+2
|
*
Add support for `license_files` specified in `setup.py` (#466)
Anderson Bravalheri
2022-10-20
1
-33
/
+2
|
*
[pre-commit.ci] pre-commit autoupdate (#445)
pre-commit-ci[bot]
2022-01-31
2
-9
/
+6
|
*
Replaced all uses of distutils with setuptools (#428)
Alex Grönholm
2021-12-31
6
-36
/
+66
|
*
Added pyupgrade and flake8-bugbear to pre-commit config (#432)
Henry Schreiner
2021-12-30
11
-45
/
+54
|
*
Added the first batch of type annotations
Alex Grönholm
2021-12-26
5
-17
/
+26
|
*
Tidied up the code in the metadata module
Alex Grönholm
2021-12-25
1
-4
/
+7
|
*
Eliminated unwarranted pkg-info workarounds
Alex Grönholm
2021-12-25
1
-45
/
+11
|
*
Eliminated the pkg_info module
Alex Grönholm
2021-12-25
3
-23
/
+8
|
*
Eliminated more py2 compatibility code
Alex Grönholm
2021-12-24
2
-45
/
+19
|
*
Adopted isort and applied it to the codebase
Alex Grönholm
2021-12-24
2
-9
/
+8
[next]