summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed a typoremove-distutilsAlex Grönholm2021-12-311-1/+1
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-12-301-0/+2
* Merge branch 'main' into remove-distutilsAlex Grönholm2021-12-3011-45/+54
|\
| * Added pyupgrade and flake8-bugbear to pre-commit config (#432)Henry Schreiner2021-12-3011-45/+54
* | Reformatted code with blackAlex Grönholm2021-12-292-4/+6
* | Wrapped long linesAlex Grönholm2021-12-291-2/+6
* | Ensure logging is configured even on older Setuptools versions.python-logging-compatJason R. Coombs2021-12-262-0/+31
* | Replace bespoke logger with Python logging logger, restoring info/debug/warni...python-loggingJason R. Coombs2021-12-263-21/+11
* | Merge branch 'main' into remove-distutilsAlex Grönholm2021-12-268-136/+72
|\ \ | |/
| * Added the first batch of type annotationsAlex Grönholm2021-12-265-17/+26
| * Tidied up the code in the metadata moduleAlex Grönholm2021-12-251-4/+7
| * Eliminated unwarranted pkg-info workaroundsAlex Grönholm2021-12-251-45/+11
| * Eliminated the pkg_info moduleAlex Grönholm2021-12-253-23/+8
| * Eliminated more py2 compatibility codeAlex Grönholm2021-12-242-45/+19
* | Got rid of require_pkgresources()Alex Grönholm2021-12-242-11/+1
* | Fixed one more distutils importAlex Grönholm2021-12-243-14/+16
* | Fixed detection of 32-bit Python on 64-bit OSAlex Grönholm2021-12-241-2/+2
* | Replaced distutils with setuptoolsAlex Grönholm2021-12-242-21/+31
|/
* Adopted isort and applied it to the codebaseAlex Grönholm2021-12-242-9/+8
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-2411-406/+557
* Removed unused functionAlex Grönholm2021-12-231-6/+0
* Updated vendored packaging to 21.3Alex Grönholm2021-12-225-520/+530
* Upgraded to py3.7+ syntaxAlex Grönholm2021-12-228-30/+30
* Dropped support for unmaintained Python versionsAlex Grönholm2021-12-228-106/+36
* Created a new releaseAlex Grönholm2021-12-221-1/+1
* Support unpacking wheels that contain files with commas in their names (#427)Hood Chatham2021-12-221-17/+29
* Fixed wheel pack duplicating WHEEL contents on build number changeAlex Grönholm2021-08-151-1/+4
* Created a new release0.37.0Alex Grönholm2021-08-091-1/+1
* Fix typo of comments (#404)Yusuke Hayashi2021-05-221-2/+2
* Updated vendored packaging to v20.9Alex Grönholm2021-02-082-6/+20
* Added vendor.txtAlex Grönholm2021-01-041-0/+1
* Created a new release0.36.2Alex Grönholm2020-12-131-1/+1
* Updated vendored packaging to v20.8Alex Grönholm2020-12-131-6/+2
* Don't use default macos/arm64 deployment target in calculating the platform t...Ronald Oussoren2020-12-131-0/+14
* Created a new release0.36.1Alex Grönholm2020-12-041-1/+1
* Fixed TypeError when a unicode generator name was passed on Python 2.7Alex Grönholm2020-12-041-0/+5
* Fixed error on Big Sur when deployment target = 11 (#386)Grzegorz Bokota2020-12-041-6/+10
* Created a new release0.36.0Alex Grönholm2020-12-011-1/+1
* Adapted for upcoming changes in PyPy's SOABI tag (#373)Matti Picus2020-11-291-0/+4
* Fixed CRLF being used when generating WHEEL files on Windows (#383)Alex Grönholm2020-11-291-3/+9
* Fixed flake8 errorAlex Grönholm2020-11-291-1/+1
* Updated vendored packaging to v20.7Alex Grönholm2020-11-292-61/+162
* Fixed regression in setting plat-name (#375)Matti Picus2020-09-181-1/+2
* Created a new release0.35.1Alex Grönholm2020-08-141-1/+1
* Vendored the packaging.tags module (#365)Alex Grönholm2020-08-145-1/+804
* Fixed bdist_wheel not lower casing the platform tag (#366)Alex Grönholm2020-08-141-1/+1
* Created a new release0.35.0Alex Grönholm2020-08-141-1/+1
* Fixed PyPy2 ABI tag generationAlex Grönholm2020-08-141-1/+1
* Replaced pep425tags with packaging (#346)Matti Picus2020-04-073-278/+155
* Fix resource leak in WheelFile.open() (#338)Jon Dufresne2020-03-241-4/+4