summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-109408: Move Windows builds from Azure Pipelines PR to GitHub Actio...Miss Islington (bot)2023-09-221-0/+20
* [3.12] GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210) (#109636)Miss Islington (bot)2023-09-221-1/+1
* [3.12] gh-60283: Check for redefined test names in CI (GH-109161) (#109365)Miss Islington (bot)2023-09-143-1/+6
* [3.12] Update workflow permissions in require-pr-label Action (GH-109342) (#1...Miss Islington (bot)2023-09-131-2/+2
* [3.12] CI: Bump GitHub Actions (GH-108879) (#108889)Miss Islington (bot)2023-09-056-17/+17
* [3.12] Disable `differing_test_runners` health check (GH-108886) (#108887)Miss Islington (bot)2023-09-041-1/+1
* [3.12] gh-101100: Only show GitHub check annotations on changed doc paragraph...Miss Islington (bot)2023-08-191-9/+24
* [3.12] gh-101100: Docs: Check Sphinx warnings and fail if improved (GH-106460...C.A.M. Gerlach2023-08-181-17/+10
* [3.12] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL...Miss Islington (bot)2023-08-181-4/+4
* [3.12] Remove Sphinx problem matcher to avoid annotating unchanged files (GH-...Miss Islington (bot)2023-08-162-44/+0
* [3.12] Introduce a gate/check GHA job (GH-97533) (#107114)Sviatoslav Sydorenko2023-07-231-0/+57
* [3.12] Convert `doc.yml` workflow to be reusable (GH-103914 + GH-105151) (#10...Sviatoslav Sydorenko2023-07-232-26/+29
* [3.12] gh-106752: Move zipfile._path into its own package (GH-106753) (#106755)Jason R. Coombs2023-07-141-1/+1
* [3.12] Docs: move sphinx-lint to pre-commit (GH-105750) (#105894)Miss Islington (bot)2023-06-181-4/+0
* [3.12] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105867)Miss Islington (bot)2023-06-161-2/+2
* [3.12] CI: Configure macOS build as per updated devguide recommendations (GH-...Miss Islington (bot)2023-06-081-3/+2
* [3.12] GH-89886: Bump to GNU Autoconf v2.71 (#104925) (#105207)Erlend E. Aasland2023-06-011-3/+3
* [3.12] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...Miss Islington (bot)2023-06-011-4/+4
* [3.12] Enable the ABI check job to publish the updated ABI data file (GH-105088)Steve Dower2023-05-301-0/+13
* [3.12] CI: Precompute hash for config cache key in check_source job (GH-10500...Miss Islington (bot)2023-05-271-6/+11
* [3.12] CI: Cache config.cache across runs to speed up build (GH-104800) (#104...Hugo van Kemenade2023-05-261-6/+45
* Improves the Windows MSI test run on PR (GH-104929)Miss Islington (bot)2023-05-251-1/+3
* [3.12] gh-87891: Add ABI check to CI (#104793)Petr Viktorin2023-05-231-0/+30
* [3.12] Add the 3.12 branch to the github workflows. (GH-104768) (#104769)Miss Islington (bot)2023-05-222-0/+4
* gh-86275: improve Hypothesis configuration for CI and local runs (#104468)Zac Hatfield-Dodds2023-05-211-0/+13
* CODEOWNERS: Assign new PEP 695 files to myself (#104551)Jelle Zijlstra2023-05-161-0/+2
* gh-104050: Run mypy on `clinic.py` in CI (#104421)Alex Waygood2023-05-152-0/+46
* GH-86275: Run hypothesis tests in parallel (#104427)Paul Ganssle2023-05-121-0/+2
* GH-86275: Implementation of hypothesis stubs for property-based tests, with z...Paul Ganssle2023-05-121-0/+96
* require-pr-label.yml: Add missing "permissions:" (#104309)Sebastian Pipping2023-05-091-0/+4
* Trim trailing whitespace and test on CI (#104275)Hugo van Kemenade2023-05-082-0/+25
* Replace Netlify with Read the Docs build previews (#103843)Hugo van Kemenade2023-04-301-0/+27
* gh-87092: update CODEOWNERS for split of compile.c to 3 files (#103941)Irit Katriel2023-04-271-0/+2
* GH-103903: Test the minimum Sphinx version in CI (#103904)Adam Turner2023-04-271-0/+20
* gh-103884: Docs CI: Only attempt nit-picky PR annotations for PRs (#103889)Hugo van Kemenade2023-04-261-0/+2
* Add willingc to CODEOWNERS for asyncio (#103885)Carol Willing2023-04-261-1/+1
* gh-103726: Set up gcc-10 for ASAN (gh-103728)Dong-hee Na2023-04-251-0/+4
* Also fail DO-NOT-MERGE when "awaiting changes" or "awaiting change review" pr...Ɓukasz Langa2023-04-241-2/+2
* gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)Pradyun Gedam2023-04-181-2/+2
* Remove `expert-*` from `project-updater` GH workflow (#103579)Ezio Melotti2023-04-171-2/+0
* gh-103180: Add CI timeouts to all GitHub Actions jobs (#103437)Nikita Sobolev2023-04-148-3/+17
* gh-103326: Remove `Python/importlib.h` (GH-103331)Nikita Sobolev2023-04-121-5/+1
* build(deps): bump actions/stale from 7 to 8 (#103169)dependabot[bot]2023-04-091-1/+1
* Add hugovk as a .github code owner (GH-103394)Hugo van Kemenade2023-04-091-1/+1
* CI: Do not allow merge if labelled DO-NOT-MERGE (#103337)Hugo van Kemenade2023-04-091-0/+17
* gh-101100: Fix Sphinx warning in gc.rst and refactor docs clean list (#103116)Hugo van Kemenade2023-03-301-2/+1
* gh-101100: Test only Doc/ files in nit-picky mode (#103019)Hugo van Kemenade2023-03-251-0/+2
* gh-101100: Test docs in nit-picky mode (#102513)Hugo van Kemenade2023-03-241-0/+22
* gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506)Eric Snow2023-03-141-0/+3
* Migrate to new PSF mailgun account (#102284)Ee Durbin2023-02-281-3/+3