| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build: prep for 6.3.3 | Ned Batchelder | 2022-05-12 | 1 | -1/+1 |
| | | |||||
| * | build: Set permissions for GitHub actions (#1369) | Naveen | 2022-05-03 | 1 | -0/+3 |
| | | | | | | | | | | | | | | Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com> | ||||
| * | build(deps): bump actions/checkout from 2 to 3 (#1336) | dependabot[bot] | 2022-03-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | build(deps): bump actions/setup-python from 2 to 3 (#1335) | dependabot[bot] | 2022-03-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | build: pip cache works again | Ned Batchelder | 2022-02-06 | 1 | -2/+3 |
| | | |||||
| * | build: 3.11.0-alpha.5 is available | Ned Batchelder | 2022-02-04 | 1 | -1/+1 |
| | | |||||
| * | build: windows 3.11.0a4 started failing to save the pip cache | Ned Batchelder | 2022-02-01 | 1 | -2/+2 |
| | | |||||
| * | build: show more information about the build of Python, if needed | Ned Batchelder | 2022-01-27 | 1 | -0/+2 |
| | | |||||
| * | build: GitHub Actions now has 3.11.0a4 | Ned Batchelder | 2022-01-27 | 1 | -1/+1 |
| | | |||||
| * | build: better docs about Python versions in actions | Ned Batchelder | 2022-01-15 | 1 | -0/+2 |
| | | |||||
| * | build: drop Python 3.6 support | Ned Batchelder | 2021-12-31 | 1 | -2/+1 |
| | | |||||
| * | build: need to use pypy-3.7 instead of pypy3 on GHAnedbat/pypy37 | Ned Batchelder | 2021-12-14 | 1 | -2/+2 |
| | | |||||
| * | test(build): i've had the wrong -r character this whole time | Ned Batchelder | 2021-11-24 | 1 | -2/+2 |
| | | | | | E means show summary of errors. e means nothing. :( | ||||
| * | build: use new setup-python caching | Ned Batchelder | 2021-11-24 | 1 | -0/+2 |
| | | |||||
| * | debug: why can't we clean up the C extension on windows? | Ned Batchelder | 2021-11-21 | 1 | -0/+1 |
| | | |||||
| * | fix: CPython 3.11 support. #1241 | Ned Batchelder | 2021-11-10 | 1 | -0/+1 |
| | | | | | | | | | | | | The fix for CTracer is egregious and will need to be updated when there's a supported way to do it. The fullcoverage skip is noted in https://github.com/nedbat/coveragepy/issues/1278 The raise_through_with skip is noted in https://github.com/nedbat/coveragepy/issues/1270 | ||||
| * | build: run tests and quality on my branches without making pull requests | Ned Batchelder | 2021-10-27 | 1 | -0/+1 |
| | | |||||
| * | build: a minimal tox.pip for getting tox started | Ned Batchelder | 2021-10-25 | 1 | -3/+1 |
| | | | | | | | 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: use pip-tools to manage *.pip from *.in | Ned Batchelder | 2021-10-24 | 1 | -2/+1 |
| | | | | | | The requires.io site stopped working for me, and this is a more automated process anyway. | ||||
| * | build: 3.10.0 is out | Ned Batchelder | 2021-10-05 | 1 | -1/+1 |
| | | |||||
| * | Python 3.10.0rc2 | Ned Batchelder | 2021-09-08 | 1 | -1/+1 |
| | | |||||
| * | build: don't over-run actions | Ned Batchelder | 2021-08-31 | 1 | -0/+2 |
| | | |||||
| * | build: never warn about old pip versions | Ned Batchelder | 2021-08-09 | 1 | -0/+3 |
| | | |||||
| * | build: use 3.10.0-rc.1 (#1204) | Ned Batchelder | 2021-08-04 | 1 | -1/+1 |
| | | |||||
| * | build: 3.10 beta 4 is out | Ned Batchelder | 2021-07-11 | 1 | -1/+1 |
| | | |||||
| * | build: 3.10b3 is out | Ned Batchelder | 2021-06-18 | 1 | -2/+1 |
| | | |||||
| * | build: 3.10 is in flux, but beta3 should be good | Ned Batchelder | 2021-06-06 | 1 | -1/+2 |
| | | |||||
| * | build: don't run CI on 2.7, pypy2, or 3.5 | Ned Batchelder | 2021-05-01 | 1 | -10/+0 |
| | | |||||
| * | build: no more Windows 2.7? | Ned Batchelder | 2021-05-01 | 1 | -0/+3 |
| | | | | | | Microsoft removed the vcpython27 code (because 2.7 isn't supported anymore). Discussion here: https://community.chocolatey.org/packages/vcpython27 | ||||
| * | build: run tests and quality on all branches | Ned Batchelder | 2021-04-14 | 1 | -2/+0 |
| | | |||||
| * | fix: adapt to 3.10.0a7's f_lasti field | Ned Batchelder | 2021-04-11 | 1 | -1/+1 |
| | | |||||
| * | test: show more information for not-passed tests | Ned Batchelder | 2021-03-11 | 1 | -2/+2 |
| | | |||||
| * | test: Use 3.10 alpha.6 | Ned Batchelder | 2021-03-11 | 1 | -1/+1 |
| | | |||||
| * | build: run on Python 3.10 alpha 5 | Ned Batchelder | 2021-02-25 | 1 | -0/+5 |
| | | | | | | This required pinning setuptools more aggressively, and cleaning up some dependency sloppinesss. | ||||
| * | build: make yaml syntax more uniform | Ned Batchelder | 2021-02-25 | 1 | -2/+3 |
| | | |||||
| * | build: improved combined coverage action | Ned Batchelder | 2021-02-07 | 1 | -1/+4 |
| | | | | | | | - codecov wants more history. - make a downloadable HTML report. | ||||
| * | Run actions on any pull request, not just those going to master | Ned Batchelder | 2020-11-30 | 1 | -1/+0 |
| | | |||||
| * | Give every step a human name | Ned Batchelder | 2020-11-29 | 1 | -2/+5 |
| | | |||||
| * | Use bash for everything | Ned Batchelder | 2020-11-29 | 1 | -2/+4 |
| | | |||||
| * | Only install Windows 2.7 support for 2.7 | Ned Batchelder | 2020-11-29 | 1 | -2/+2 |
| | | |||||
| * | Small tweaks to GHA syntax | Ned Batchelder | 2020-11-29 | 1 | -6/+9 |
| | | |||||
| * | Keep version pins in .pip files | Ned Batchelder | 2020-11-28 | 1 | -0/+1 |
| | | |||||
| * | Retry tox if it fails, to avoid flaky failures | Ned Batchelder | 2020-11-28 | 1 | -1/+20 |
| | | |||||
| * | GitHub Action for running tests | Ned Batchelder | 2020-11-28 | 1 | -0/+50 |
