index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.github
Commit message (
Expand
)
Author
Age
Files
Lines
*
CI: Cache config.cache across runs to speed up build (#104800)
Hugo van Kemenade
2023-05-25
1
-6/+45
*
Add codeowners for the tokenizer module (#104753)
Pablo Galindo Salgado
2023-05-22
1
-0/+2
*
Add the 3.12 branch to the github workflows. (#104768)
T. Wouters
2023-05-22
2
-0/+4
*
gh-86275: improve Hypothesis configuration for CI and local runs (#104468)
Zac Hatfield-Dodds
2023-05-21
1
-0/+13
*
CODEOWNERS: Assign new PEP 695 files to myself (#104551)
Jelle Zijlstra
2023-05-16
1
-0/+2
*
gh-104050: Run mypy on `clinic.py` in CI (#104421)
Alex Waygood
2023-05-15
2
-0/+46
*
GH-86275: Run hypothesis tests in parallel (#104427)
Paul Ganssle
2023-05-12
1
-0/+2
*
GH-86275: Implementation of hypothesis stubs for property-based tests, with z...
Paul Ganssle
2023-05-12
1
-0/+96
*
require-pr-label.yml: Add missing "permissions:" (#104309)
Sebastian Pipping
2023-05-09
1
-0/+4
*
Trim trailing whitespace and test on CI (#104275)
Hugo van Kemenade
2023-05-08
2
-0/+25
*
Replace Netlify with Read the Docs build previews (#103843)
Hugo van Kemenade
2023-04-30
1
-0/+27
*
gh-87092: update CODEOWNERS for split of compile.c to 3 files (#103941)
Irit Katriel
2023-04-27
1
-0/+2
*
GH-103903: Test the minimum Sphinx version in CI (#103904)
Adam Turner
2023-04-27
1
-0/+20
*
gh-103884: Docs CI: Only attempt nit-picky PR annotations for PRs (#103889)
Hugo van Kemenade
2023-04-26
1
-0/+2
*
Add willingc to CODEOWNERS for asyncio (#103885)
Carol Willing
2023-04-26
1
-1/+1
*
gh-103726: Set up gcc-10 for ASAN (gh-103728)
Dong-hee Na
2023-04-25
1
-0/+4
*
Also fail DO-NOT-MERGE when "awaiting changes" or "awaiting change review" pr...
Łukasz Langa
2023-04-24
1
-2/+2
*
gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)
Pradyun Gedam
2023-04-18
1
-2/+2
*
Remove `expert-*` from `project-updater` GH workflow (#103579)
Ezio Melotti
2023-04-17
1
-2/+0
*
gh-103180: Add CI timeouts to all GitHub Actions jobs (#103437)
Nikita Sobolev
2023-04-14
8
-3/+17
*
gh-103326: Remove `Python/importlib.h` (GH-103331)
Nikita Sobolev
2023-04-12
1
-5/+1
*
build(deps): bump actions/stale from 7 to 8 (#103169)
dependabot[bot]
2023-04-09
1
-1/+1
*
Add hugovk as a .github code owner (GH-103394)
Hugo van Kemenade
2023-04-09
1
-1/+1
*
CI: Do not allow merge if labelled DO-NOT-MERGE (#103337)
Hugo van Kemenade
2023-04-09
1
-0/+17
*
gh-101100: Fix Sphinx warning in gc.rst and refactor docs clean list (#103116)
Hugo van Kemenade
2023-03-30
1
-2/+1
*
gh-101100: Test only Doc/ files in nit-picky mode (#103019)
Hugo van Kemenade
2023-03-25
1
-0/+2
*
gh-101100: Test docs in nit-picky mode (#102513)
Hugo van Kemenade
2023-03-24
1
-0/+22
*
gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506)
Eric Snow
2023-03-14
1
-0/+3
*
Migrate to new PSF mailgun account (#102284)
Ee Durbin
2023-02-28
1
-3/+3
*
gh-101981: Consolidate macOS configure steps in CI (GH-102131)
Erlend E. Aasland
2023-02-23
1
-5/+3
*
gh-101981: Apply HOMEBREW related environment variables (gh-102074)
Dong-hee Na
2023-02-20
1
-0/+3
*
gh-101981: Build macOS as recommended by the devguide (GH-102070)
Erlend E. Aasland
2023-02-20
1
-3/+10
*
gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
Gregory P. Smith
2023-02-09
1
-3/+3
*
no-issue: Add Dong-hee Na as the cjkcodecs codeowner (gh-101731)
Dong-hee Na
2023-02-09
1
-0/+2
*
no-issue: Add Dong-hee Na as autoconf codeowner (gh-101281)
Dong-hee Na
2023-01-24
1
-1/+1
*
Add Erlend Aasland as autoconf codeowner (#101247)
Erlend E. Aasland
2023-01-22
1
-0/+3
*
Add barneygale to CODEOWNERS for pathlib (#100808)
Barney Gale
2023-01-06
1
-0/+3
*
Add hauntsaninja as tomllib CODEOWNER (#100779)
Shantanu
2023-01-05
1
-1/+1
*
Drop myself from pathlib maintenance (#100757)
Brett Cannon
2023-01-04
1
-4/+1
*
build(deps): bump actions/stale from 6 to 7 (#100656)
dependabot[bot]
2023-01-01
1
-1/+1
*
gh-100454: Start running SSL tests with OpenSSL 3.1.0-beta1 (#100456)
Illia Volochii
2022-12-24
1
-1/+1
*
Docs: Don't upload CI artifacts (#100330)
Hugo van Kemenade
2022-12-19
1
-10/+0
*
gh-98098: Create packages from zipfile and test_zipfile (gh-98103)
Jason R. Coombs
2022-11-26
1
-0/+3
*
add Kumar Aditya as `asyncio` codeowner (GH-99744)
Kumar Aditya
2022-11-24
1
-1/+1
*
Upload NEWS file as artifact (#30419)
Hugo van Kemenade
2022-11-23
1
-1/+6
*
Update github CI to use OpenSSL 1.1.1s and 3.0.7. (#99364)
Gregory P. Smith
2022-11-11
1
-3/+3
*
CODEOWNERS: add myself to sysconfig and importlib.resources (#98851)
Filipe Laíns
2022-11-09
1
-1/+3
*
gh-72719: Remove asyncore and asynchat modules (#96580)
Nikita Sobolev
2022-11-08
1
-2/+0
*
Update build status links in contributing doc (GH-98672)
Zachary Ware
2022-10-25
1
-14/+2
*
Update link to supported versions table in security policy (GH-98670)
Zachary Ware
2022-10-25
1
-1/+1
[next]