summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed pre-1980 file timestamps raising ValueErrorfix-411Alex Grönholm2022-10-203-0/+21
* Fixed potential DoS attack via WHEEL_INFO_REAlex Grönholm2022-10-202-2/+3
* Updated tox configuration and classifiers to support Python 3.11Alex Grönholm2022-10-202-1/+2
* [pre-commit.ci] pre-commit autoupdate (#468)pre-commit-ci[bot]2022-10-201-2/+2
* Add support for `license_files` specified in `setup.py` (#466)Anderson Bravalheri2022-10-204-58/+29
* [pre-commit.ci] pre-commit autoupdate (#467)pre-commit-ci[bot]2022-10-101-2/+2
* [pre-commit.ci] pre-commit autoupdate (#464)pre-commit-ci[bot]2022-09-271-1/+1
* [pre-commit.ci] pre-commit autoupdate (#463)pre-commit-ci[bot]2022-09-051-4/+4
* Make license auto-detectable by GitHub (#459)Dustin Ingram2022-07-271-3/+2
* [pre-commit.ci] pre-commit autoupdate (#462)pre-commit-ci[bot]2022-07-251-1/+1
* [pre-commit.ci] pre-commit autoupdate (#460)pre-commit-ci[bot]2022-07-121-1/+1
* [pre-commit.ci] pre-commit autoupdate (#458)pre-commit-ci[bot]2022-07-041-1/+1
* [pre-commit.ci] pre-commit autoupdate (#457)pre-commit-ci[bot]2022-06-141-2/+2
* CI: Reconfigure build matrix for Python 3.11 and PyPy 3.9 (#456)Ewout ter Hoeven2022-05-251-21/+18
* [pre-commit.ci] pre-commit autoupdate (#455)pre-commit-ci[bot]2022-05-121-1/+1
* [pre-commit.ci] pre-commit autoupdate (#452)pre-commit-ci[bot]2022-04-111-2/+2
* [pre-commit.ci] pre-commit autoupdate (#450)pre-commit-ci[bot]2022-04-041-1/+1
* [pre-commit.ci] pre-commit autoupdate (#449)pre-commit-ci[bot]2022-03-141-1/+1
* [pre-commit.ci] pre-commit autoupdate (#445)pre-commit-ci[bot]2022-01-314-11/+8
* Recommend build instead of invoking setup.py directly (#439)Hugo van Kemenade2022-01-112-5/+6
* [pre-commit.ci] pre-commit autoupdate (#437)pre-commit-ci[bot]2022-01-031-3/+3
* Removed *.dylib from gitignoreAlex Grönholm2022-01-031-1/+0
* Ignore DLLs generated by the test distributionsAlex Grönholm2022-01-021-0/+3
* Remove Python < 3.6 skips and master branch references (#435)Hugo van Kemenade2022-01-012-10/+3
* Replaced all uses of distutils with setuptools (#428)Alex Grönholm2021-12-319-48/+79
* Added more pre-commit checks and a tox job for it (#434)Henry Schreiner2021-12-313-32/+40
* Added pyupgrade and flake8-bugbear to pre-commit config (#432)Henry Schreiner2021-12-3031-72/+135
* Removed code quality checks from the main GA workflowAlex Grönholm2021-12-301-21/+1
* Fixed pre-commit parameters for BlackHenry Schreiner2021-12-306-80/+75
* Switched to upstream flake8 in pre-commit configAlex Grönholm2021-12-291-5/+5
* Corrected the flake8 section nameAlex Grönholm2021-12-291-1/+1
* Removed leftover pytest-cov configurationAlex Grönholm2021-12-291-1/+0
* Eliminated pyproject.toml entirelyAlex Grönholm2021-12-294-29/+25
* Backed out of PEP 517 buildsAlex Grönholm2021-12-292-5/+0
* 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-254-47/+8
* Eliminated more py2 compatibility codeAlex Grönholm2021-12-243-72/+37
* Further reduced the number of test environmentsAlex Grönholm2021-12-241-0/+6
* Added missing toml extra to coverage installAlex Grönholm2021-12-241-1/+1
* Added the pre-commit configuration fileAlex Grönholm2021-12-242-1/+23
* Moved tool configurations to pyproject.tomlAlex Grönholm2021-12-243-15/+15
* Adopted isort and applied it to the codebaseAlex Grönholm2021-12-249-16/+28
* Migrated flake8 config from setup.cfg to pyproject.tomlAlex Grönholm2021-12-244-7/+7
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-2431-787/+1145
* Removed mentions of old Python versions in the installation docsAlex Grönholm2021-12-241-2/+1
* Use build isolation when building wheel itselfAlex Grönholm2021-12-234-3/+8
* Removed unused functionAlex Grönholm2021-12-231-6/+0
* Updated vendored packaging to 21.3Alex Grönholm2021-12-226-520/+531