summaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Expand)AuthorAgeFilesLines
* Add skips to crashing tests under sanitizers instead of manually skipping the...Pablo Galindo Salgado2022-01-251-1/+4
* bpo-45200: GHA Address Sanitizer skips 3 slowest tests (GH-30797)Victor Stinner2022-01-221-1/+6
* Add a (conservative) timeout for Windows builds on GitHub Actions (GH-30301)Mark Dickinson2022-01-091-0/+2
* bpo-46106: Update OpenSSL to 1.1.1m (GH-30211)Kumar Aditya2021-12-211-3/+3
* bpo-44035: Show git diff after autoreconf and regen (GH-30117)Christian Heimes2021-12-171-1/+3
* bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)Christian Heimes2021-12-171-1/+1
* build(deps): bump actions/cache from 2.1.6 to 2.1.7 (GH-29875)dependabot[bot]2021-12-111-3/+3
* bpo-46016: GHA Doc job now also runs "make check" (GH-30009)Victor Stinner2021-12-101-2/+9
* bpo-44035: Check autoconf files thoroughly (GH-29935)Christian Heimes2021-12-061-7/+16
* bpo-45695: Test out-of-tree builds on GHA (GH-29904)Christian Heimes2021-12-041-3/+18
* bpo-45893: Add missing extern C to initconfig.h (GH-29761)Christian Heimes2021-11-241-0/+4
* bpo-45548: Fix out-of-tree and Debian builds (GH-29263)Christian Heimes2021-10-281-0/+1
* Add workflow_dispatch trigger to GHA workflows (GH-27873)Ryan Mast2021-10-213-0/+3
* bpo-45350: Rerun autoreconf with the pkg-config macros (GH-28708)Pablo Galindo Salgado2021-10-041-2/+8
* bpo-45200: Ignore test_multiprocessing_* in ASAN build due to false positives...Pablo Galindo Salgado2021-09-211-1/+1
* bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205)Christian Heimes2021-09-071-1/+1
* Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152)Pablo Galindo Salgado2021-09-041-0/+2
* bpo-45019: Add a tool to generate list of modules to include for frozen modul...Eric Snow2021-08-301-0/+1
* bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009)Steve Dower2021-08-291-3/+3
* build(deps): bump actions/stale from 3 to 4 (#27526)dependabot[bot]2021-08-021-1/+1
* Fail the CI if an optional module fails to compile (GH-27466)Pablo Galindo Salgado2021-07-301-0/+4
* Add missing gdbm dependencies to the UNIX CI (GH-27467)Pablo Galindo Salgado2021-07-291-0/+1
* Add windows build.bat counterpart for 'make regen-all' in error message (GH-2...Ken Jin2021-07-261-1/+1
* build(deps): bump actions/upload-artifact from 2.2.3 to 2.2.4 (#26979)dependabot[bot]2021-07-121-1/+1
* bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769)Christian Heimes2021-06-191-1/+1
* Run address sanitiser in the GitHub CI (GH-26640)Pablo Galindo2021-06-101-0/+43
* bpo-42238: Doc CI: Disable suspicious checks. (GH-26575)Julien Palard2021-06-081-1/+1
* build(deps): bump actions/cache from 2.1.5 to 2.1.6 (GH-26476)dependabot[bot]2021-06-021-2/+2
* bpo-38820: Test with OpenSSL 3.0.0-alpha17 (#26266)Christian Heimes2021-05-201-1/+1
* Enable GitHub Actions on the 3.10 branch (GH-26242)Hugo van Kemenade2021-05-193-24/+30
* bpo-38820: Test with OpenSSL 3.0.0-alpha16 (GH-25942)Christian Heimes2021-05-061-1/+1
* build(deps): bump actions/cache from v2.1.4 to v2.1.5 (#25773)dependabot[bot]2021-05-041-2/+2
* build(deps): bump actions/upload-artifact from v2.2.2 to v2.2.3 (#25772)dependabot[bot]2021-05-041-1/+1
* Update CI files to account for the master -> main rename (GH-25860)Pablo Galindo2021-05-033-6/+6
* Fix broken name in build.yml (GH-25759)Brandt Bucher2021-05-011-1/+1
* bpo-43888: Remove coverage builds from CI (GH-25679)Ammar Askar2021-04-301-95/+0
* Restrict GITHUB_TOKEN permissions for the 'stale' workflow (GH-25564)Brett Cannon2021-04-231-0/+3
* bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537)Christian Heimes2021-04-231-1/+1
* bpo-43888: Reduce coverage collection timeout to 1h40m in GHA (GH-25471)Sviatoslav Sydorenko2021-04-201-0/+1
* bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)Christian Heimes2021-04-171-1/+1
* bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360)Christian Heimes2021-04-132-2/+64
* Fix Sphinx errors in the documentation and re-activate the suspicious check (...Pablo Galindo2021-04-121-1/+1
* bpo-43631: Update to OpenSSL 1.1.1k (GH-25024)Christian Heimes2021-03-292-2/+2
* bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)Christian Heimes2021-03-181-1/+1
* Pin test runner to Ubuntu 18 to un-break CI (#24715)Brandt Bucher2021-03-021-1/+1
* build(deps): bump actions/cache from v2.1.3 to v2.1.4 (#24446)dependabot[bot]2021-02-042-2/+2
* build(deps): bump actions/upload-artifact from v2.2.1 to v2.2.2 (GH-24411)dependabot[bot]2021-02-031-1/+1
* bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)Victor Stinner2021-01-251-1/+1
* bpo-42955: Add Python/module_names.h (GH-24258)Victor Stinner2021-01-191-0/+1
* bpo-42773: fix tests not being run on pushes (GH-24004)Filipe LaĆ­ns2020-12-301-1/+1