summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
* [3.10] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127408)Hugo van Kemenade12 days1-1/+4
* [3.10] gh-89452: GHA: Set --with-dbmliborder to avoid issues with homebrew's ...Petr Viktorin2024-10-081-1/+3
* [3.10] gh-112160: Add 'regen-configure' make target (#112163)Seth Michael Larson2023-11-201-1/+5
* [3.10] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multis...Ned Deily2023-09-281-2/+2
* [3.10] CI: Bump GitHub Actions (GH-108879) (#108892)Hugo van Kemenade2023-09-054-15/+15
* [3.10] gh-107565: Update multissltests and GitHub CI workflows to use OpenSS...Ned Deily2023-08-181-2/+2
* [3.10] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105869)Miss Islington (bot)2023-07-051-2/+2
* [3.10] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...Gregory P. Smith2023-06-051-2/+2
* [3.10] Update GitHub CI workflow for macOS. (GH-105304)Ned Deily2023-06-051-3/+2
* [3.10] Improves the Windows MSI test run on PR (GH-104929)Steve Dower2023-05-251-2/+4
* gh-101981: Consolidate macOS configure steps in CI (GH-102131)Miss Islington (bot)2023-02-231-5/+3
* gh-101981: Apply HOMEBREW related environment variables (gh-102074)Miss Islington (bot)2023-02-201-0/+3
* [3.10] gh-101981: Fix Ubuntu SSL tests with OpenSSL (3.1.0-beta1) CI issue (g...Dong-hee Na2023-02-201-2/+2
* [3.10] gh-101981: Build macOS as recommended by the devguide (GH-102070) (#10...Miss Islington (bot)2023-02-201-3/+10
* gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)Steve Dower2023-02-091-2/+2
* [3.10] gh-98548: Fix `-ne` shell operator spelling (#98555)sterliakov2022-10-281-2/+1
* [3.10] gh-98456: Replace deprecated `set-output` with up-to-date vers… (gh-...Dong-hee Na2022-10-251-4/+4
* CODEOWNERS: Become a typing code owner (GH-98480)Miss Islington (bot)2022-10-201-1/+1
* [3.10] gh-86404: Doc CI: Disable suspicious checks. (GH-26575) (GH-98221)Julien Palard2022-10-121-2/+0
* [3.10] Auto-cancel old builds when new commit pushed to branch (GH-98009) (#9...Ezio Melotti2022-10-104-0/+16
* [3.10] ci: add GitHub token permissions (GH-92999) (#98161)Ezio Melotti2022-10-103-0/+9
* Fix link to Lifecycle of a Pull Request in CONTRIBUTING (GH-98102)Miss Islington (bot)2022-10-081-1/+1
* Add `@ezio-melotti` as codeowner for `.github/`. (GH-98079)Miss Islington (bot)2022-10-081-0/+3
* [3.10] gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683) (gh-96391)Christian Heimes2022-08-291-2/+2
* [3.10] gh-91838: Use HTTPS links in docs for resources which redirect to HTTP...Serhiy Storchaka2022-08-041-4/+4
* [3.11] Backport ABI regeneration script (GH-94376)Miss Islington (bot)2022-06-281-0/+8
* [3.10] Add an error message to the ABI-dump file check (#94131)Pablo Galindo Salgado2022-06-221-1/+10
* gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-3188...Miss Islington (bot)2022-06-221-0/+28
* [3.10] gh-93735: Split Docs CI to speed-up the build (GH-93736) (GH-93833)Adam Turner2022-06-161-7/+35
* Speedup: build docs in parallel (GH-92733) (GH-92850)Hugo van Kemenade2022-05-161-1/+1
* CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535)Miss Islington (bot)2022-05-091-1/+1
* [3.10] build(deps): bump actions/cache from 3.0.1 to 3.0.2 (GH-92111) (#92124)Jelle Zijlstra2022-05-021-2/+2
* [3.10] build(deps): bump actions/stale from 4 to 5 (GH-92108) (#92127)Jelle Zijlstra2022-05-011-1/+2
* [3.10] build(deps): bump actions/upload-artifact from 2.3.1 to 3 (GH-32227) (...Jelle Zijlstra2022-04-211-1/+1
* [3.10] build(deps): bump actions/cache from 2.1.7 to 3.0.1 (GH-32228) (#91746)Jelle Zijlstra2022-04-211-2/+2
* [3.10] build(deps): bump actions/checkout from 2 to 3 (GH-32226) (#91723)Jelle Zijlstra2022-04-203-10/+10
* build(deps): bump actions/setup-python from 2 to 3 (GH-31630)Miss Islington (bot)2022-04-191-1/+1
* [3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916)Christian Heimes2022-03-151-2/+2
* [3.10] Become a CODEOWNER for typing (GH-31374) (GH-31382)Miss Islington (bot)2022-02-171-1/+1
* bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30224)Ned Deily2021-12-221-2/+2
* bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)Miss Islington (bot)2021-12-171-1/+1
* [3.10] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29937)Miss Islington (bot)2021-12-061-7/+16
* bpo-45893: Add missing extern C to initconfig.h (GH-29761)Miss Islington (bot)2021-11-241-0/+4
* bpo-45350: Rerun autoreconf with the pkg-config macros (GH-28707)Pablo Galindo Salgado2021-10-031-2/+8
* bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205)Miss Islington (bot)2021-09-081-1/+1
* Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152) (GH-28155)Miss Islington (bot)2021-09-051-0/+2
* [3.10] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009)...Łukasz Langa2021-08-301-2/+2
* [3.10] Fail the CI if an optional module fails to compile (GH-27466). (GH-27481)Pablo Galindo Salgado2021-07-301-0/+3
* Add missing gdbm dependencies to the UNIX CI (GH-27467)Miss Islington (bot)2021-07-291-0/+1
* Add windows build.bat counterpart for 'make regen-all' in error message (GH-2...Miss Islington (bot)2021-07-271-1/+1