Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mypy: a separate tox env for mypy | Ned Batchelder | 2022-12-29 | 1 | -0/+1 |
| | |||||
* | build: a target to summarize `make upgrade` | Ned Batchelder | 2022-12-07 | 1 | -0/+2 |
| | |||||
* | build: use --resolver=backtracking as advised | Ned Batchelder | 2022-12-02 | 1 | -1/+1 |
| | |||||
* | build: automate release-related edits | Ned Batchelder | 2022-09-30 | 1 | -0/+6 |
| | |||||
* | docs: add some `make upgrade` instructions to the Makefile | Ned Batchelder | 2022-08-15 | 1 | -0/+9 |
| | |||||
* | build: use hashed pins | Ned Batchelder | 2022-08-15 | 1 | -1/+1 |
| | |||||
* | build: don't install multiple .pip files | Ned Batchelder | 2022-08-15 | 1 | -0/+1 |
| | | | | | | | If .pip files are pip-compile'd separately, they can have different pinned versions. Then when installed together, pip can't resolve the difference. Instead, pip-compile multiple .in files to produce one .pip file that is installed. | ||||
* | build: clean up ci helpers, use them more uniformly | Ned Batchelder | 2022-06-02 | 1 | -6/+8 |
| | |||||
* | build: automate triggering kit builds on github actions | Ned Batchelder | 2022-06-02 | 1 | -1/+4 |
| | |||||
* | build: move sample html steps into Makefile | Ned Batchelder | 2022-06-02 | 1 | -0/+23 |
| | |||||
* | build: fix a typo in the Makefile | Ned Batchelder | 2022-05-22 | 1 | -1/+1 |
| | |||||
* | build: use an api token for test.pypi.org | Ned Batchelder | 2022-05-22 | 1 | -1/+1 |
| | |||||
* | build: more make targets for release steps | Ned Batchelder | 2022-05-22 | 1 | -1/+13 |
| | |||||
* | build: one more tweak-down of the help target | Ned Batchelder | 2022-01-05 | 1 | -1/+1 |
| | |||||
* | refactor(build): Makefile organization and help | Ned Batchelder | 2022-01-01 | 1 | -22/+55 |
| | |||||
* | build: a make target to cog the workflows | Ned Batchelder | 2021-12-31 | 1 | -0/+3 |
| | |||||
* | test(feat): track test times, and balance xdist workers | Ned Batchelder | 2021-11-28 | 1 | -1/+1 |
| | | | | In the end, this seems to only speed things up by about 5% | ||||
* | build(docs): a target for running cog on the docs | Ned Batchelder | 2021-11-25 | 1 | -1/+3 |
| | |||||
* | test(build): a better way to pin light-thread packages | Ned Batchelder | 2021-11-24 | 1 | -0/+1 |
| | | | | | Also, clearly indicate when we are skipping tests because the packages aren't available. | ||||
* | build: i ran mypy, so deal with .mypy_cache | Ned Batchelder | 2021-11-21 | 1 | -1/+1 |
| | |||||
* | build: use cog to maintain data copied into docs | Ned Batchelder | 2021-11-19 | 1 | -18/+2 |
| | |||||
* | docs: document the exceptions | Ned Batchelder | 2021-11-14 | 1 | -1/+1 |
| | | | | ... and make some of them private. | ||||
* | test: when we measure our coverage, get a json report also | Ned Batchelder | 2021-10-31 | 1 | -1/+1 |
| | |||||
* | build: clean up the Makefile a bit | Ned Batchelder | 2021-10-30 | 1 | -13/+5 |
| | |||||
* | build: also pin pip and setuptools | Ned Batchelder | 2021-10-30 | 1 | -7/+8 |
| | | | | Mostly to get rid of the "you're not using the latest pip!" warning. | ||||
* | docs: fix two warnings in the release-notes process | Ned Batchelder | 2021-10-30 | 1 | -1/+1 |
| | | | | ... and change "tox doc" to fail next time this happens. | ||||
* | build: a minimal tox.pip for getting tox started | Ned Batchelder | 2021-10-25 | 1 | -1/+2 |
| | | | | | | No need to install a lot of junk just to have tox make a new venv and install things into it. And then ci.pip can be much smaller, installing just what kits need: kit.pip | ||||
* | build: avoid direct setup.py invocations | Ned Batchelder | 2021-10-25 | 1 | -3/+2 |
| | | | | Also simplified the .pip files a bit. | ||||
* | build: use pip-tools to manage *.pip from *.in | Ned Batchelder | 2021-10-24 | 1 | -0/+11 |
| | | | | | The requires.io site stopped working for me, and this is a more automated process anyway. | ||||
* | build: clean up the Makefile a bit | Ned Batchelder | 2021-10-11 | 1 | -9/+6 |
| | |||||
* | build: make "clean" targets be quiet | Ned Batchelder | 2021-10-08 | 1 | -20/+21 |
| | |||||
* | style: fix typos discovered by codespell (#1197) | Christian Clauss | 2021-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | python3 -m pip install codespell codespell --ignore-words-list="ba,cant,datas,hart,linke,ned,nin,overthere,upto" --skip="*.js" * Fix typos discovered by codespell * datas * intgers ==> integers | ||||
* | build: generalize download_gha_artifacts so other repos can use it | Ned Batchelder | 2021-07-24 | 1 | -1/+1 |
| | |||||
* | test: change how we keep mismatched actual output | Ned Batchelder | 2021-07-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Now when a goldtest has a failure, the actual mismatched output will be written to the tests/actual directory. Along the way, I removed some obsolete settings which were only used by unittest and unittest_mixins, which we no longer use: - COVERAGE_KEEP_TMP - COVERAGE_ENV_ID - $TMPDIR/coverage_test | ||||
* | build: don't refer to py27 in the Makefile | Ned Batchelder | 2021-05-02 | 1 | -3/+3 |
| | |||||
* | test: remove the .egg test | Ned Batchelder | 2021-04-14 | 1 | -3/+1 |
| | | | | | | People don't use .egg much anymore, distutils is showing deprecation warnings, and coverage.py only deals with them the same way it deals with .zip files, so let's just rely on a .zip test to cover that. | ||||
* | build: tox should be quiet | Ned Batchelder | 2021-04-10 | 1 | -3/+3 |
| | |||||
* | build: remove obsolete Tidelift release notes support | Ned Batchelder | 2021-04-10 | 1 | -3/+0 |
| | | | | | Tidelift removed their release notes API on 2021-03-09: https://forum.tidelift.com/t/release-notes-task/467 | ||||
* | build: clearly label auto-generated files | Ned Batchelder | 2021-01-30 | 1 | -0/+2 |
| | |||||
* | Combine kit download with kit check | Ned Batchelder | 2021-01-26 | 1 | -1/+4 |
| | |||||
* | Remove unneeded slashcoverage-5.4 | Ned Batchelder | 2021-01-26 | 1 | -1/+1 |
| | |||||
* | Remove unneeded CI and kitting support | Ned Batchelder | 2020-11-28 | 1 | -24/+2 |
| | | | | | | | | | We no longer: - Use Travis - Use AppVeyor - Build manylinux wheels locally - Build other wheels locally | ||||
* | Remove a noisy command from the outputnedbat/bug959 | Ned Batchelder | 2020-08-18 | 1 | -1/+1 |
| | |||||
* | Prevent trailing whitespace in doc/help/* files | Ned Batchelder | 2020-08-18 | 1 | -1/+1 |
| | |||||
* | Help in docs didn't work with tmp | Ned Batchelder | 2020-07-24 | 1 | -6/+5 |
| | |||||
* | Switch to python-based sass compiler | Ned Batchelder | 2020-07-05 | 1 | -1/+1 |
| | |||||
* | Document two more Makefile targets | Ned Batchelder | 2020-07-04 | 1 | -2/+2 |
| | |||||
* | Add --help output to command docs, and other reorganization | Ned Batchelder | 2020-07-04 | 1 | -7/+23 |
| | |||||
* | GitHub release automation | Ned Batchelder | 2020-05-19 | 1 | -6/+18 |
| | |||||
* | Use latest wheel to make Windows 3.8 work. #949 | Ned Batchelder | 2020-02-29 | 1 | -3/+0 |
| |