summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed a typoremove-distutilsAlex Grönholm2021-12-311-1/+1
* Merge branch 'main' into remove-distutilsAlex Grönholm2021-12-313-32/+40
|\
| * Added more pre-commit checks and a tox job for it (#434)Henry Schreiner2021-12-313-32/+40
* | [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-3036-171/+209
|\ \ | |/
| * 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
* | Merge branch 'main' into remove-distutilsAlex Grönholm2021-12-295-39/+29
|\ \ | |/
| * 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
* | 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-2610-187/+90
|\ \ | |/
| * 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
* | 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-242-3/+3
* | Replaced distutils with setuptoolsAlex Grönholm2021-12-245-33/+44
|/
* 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
* Updated branch name in Cirrus CI configurationAlex Grönholm2021-12-221-1/+1
* Upgraded to py3.7+ syntaxAlex Grönholm2021-12-2218-52/+49
* Added caching for pipAlex Grönholm2021-12-221-0/+8
* Switched to installing and running flake8 directlyAlex Grönholm2021-12-221-5/+8
* Use the latest Python 3.x version to publish packagesAlex Grönholm2021-12-221-1/+1
* Dropped support for unmaintained Python versionsAlex Grönholm2021-12-2218-136/+56
* Updated branch name in GA test workflow0.37.1Alex Grönholm2021-12-221-1/+1
* Created a new releaseAlex Grönholm2021-12-222-2/+2
* Added news entry for PR #427Alex Grönholm2021-12-221-0/+1
* Support unpacking wheels that contain files with commas in their names (#427)Hood Chatham2021-12-227-18/+42
* CI: Fixed PyPY and used Python 3.10.0 (#423)Henry Schreiner2021-10-081-5/+5