Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make self turtledemo codeowner (#123524) | Terry Jan Reedy | 2024-08-31 | 1 | -1/+2 |
| | |||||
* | gh-119180: Add myself as CODEOWNER for annotationlib (#122366) | Jelle Zijlstra | 2024-07-28 | 1 | -0/+1 |
| | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | Add Fidget-Spinner to stackrefs CODEOWNERS (GH-121455) | Ken Jin | 2024-07-07 | 1 | -0/+1 |
| | |||||
* | No longer watch the queue module, remove rhettinger (#120664) | Raymond Hettinger | 2024-06-18 | 1 | -2/+1 |
| | |||||
* | gh-120360: Add self as IDLE doc owner (#120571) | Terry Jan Reedy | 2024-06-16 | 1 | -0/+1 |
| | | | Add self as IDLE doc owner | ||||
* | Add codeowner for Makefile.pre.in and Modules/Setup* (#120468) | Erlend E. Aasland | 2024-06-13 | 1 | -0/+2 |
| | |||||
* | Fix the CODEOWNERS for _interpretersmodule.c (gh-120288) | AN Long | 2024-06-10 | 1 | -1/+1 |
| | |||||
* | Add Tian Gao to CODEOWNERS and ACKS (GH-120166) | Tian Gao | 2024-06-06 | 1 | -0/+4 |
| | |||||
* | CODEOWNERS: Add myself to symtable and AST (#120139) | Jelle Zijlstra | 2024-06-06 | 1 | -4/+5 |
| | | | Co-authored-by: Carl Meyer <carl@oddbird.net> | ||||
* | update CODEOWNERS (#120003) | Irit Katriel | 2024-06-03 | 1 | -3/+1 |
| | |||||
* | Withdraw most of my ownership in favor of Mark (#119611) | Guido van Rossum | 2024-05-27 | 1 | -6/+6 |
| | |||||
* | Add codeowners for PYREPL (#119550) | Pablo Galindo Salgado | 2024-05-25 | 1 | -0/+2 |
| | |||||
* | gh-116622: Add Android testbed (GH-117878) | Malcolm Smith | 2024-05-01 | 1 | -0/+12 |
| | | | | | | | Add code and config for a minimal Android app, and instructions to build and run it. Improve Android build instructions in general. Add a tool subcommand to download the Gradle wrapper (with its binary blob). Android studio must be downloaded manually (due to the license). | ||||
* | gh-117089: Move importlib.metadata tests to their own package (#117092) | Jason R. Coombs | 2024-03-20 | 1 | -1/+1 |
| | | | | | | | | | * Ensure importlib.metadata tests do not leak references in sys.modules. * Move importlib.metadata tests to their own package for easier syncing with importlib_metadata. * Update owners and makefile for new directories. * Add blurb | ||||
* | gh-112844: Add SBOM for external dependencies (#115789) | Seth Michael Larson | 2024-02-29 | 1 | -0/+1 |
| | |||||
* | Rename tier 2 redundancy eliminator to optimizer (#115888) | Guido van Rossum | 2024-02-26 | 1 | -1/+1 |
| | | | | The original name is just too much of a mouthful. | ||||
* | Add Jason as an owner of configparser to coordinate backport concerns. (#115885) | Jason R. Coombs | 2024-02-26 | 1 | -0/+4 |
| | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | Add myself to various CODEOWNERS (GH-115481) | Ken Jin | 2024-02-14 | 1 | -0/+2 |
| | |||||
* | Remove Alex Waygood as an Argument Clinic CODEOWNER (#114796) | Alex Waygood | 2024-01-31 | 1 | -2/+2 |
| | |||||
* | GH-113464: Make Brandt a codeowner for JIT stuff (GH-114739) | Brandt Bucher | 2024-01-30 | 1 | -1/+1 |
| | |||||
* | Add More Entries to CODEOWNERS (#114617) | Eric Snow | 2024-01-26 | 1 | -1/+40 |
| | |||||
* | Add CODEOWNERS for dbm (gh-114555) | Donghee Na | 2024-01-25 | 1 | -0/+3 |
| | |||||
* | Add me to codeowners for hashlib & multiprocessing (#114454) | Gregory P. Smith | 2024-01-22 | 1 | -7/+10 |
| | | | | | I already effectively own these. (multiprocessing reluctantly, but I've spent enough time in the code of late, it is important, and and championing some changes, so I may as well be looped in there). | ||||
* | Add codeowners for `Lib/ensurepip/` (#112805) | Alex Waygood | 2023-12-24 | 1 | -0/+2 |
| | |||||
* | gh-76785: Fix CODEOWNERS (gh-113038) | Eric Snow | 2023-12-13 | 1 | -14/+7 |
| | | | In gh-112982 I made some changes to .github/CODEOWNERS. Later, @ezio-melotti pointed out that some of those changes were unnecessary. | ||||
* | gh-76785: Fixes for test.support.interpreters (gh-112982) | Eric Snow | 2023-12-12 | 1 | -1/+14 |
| | | | This involves a number of changes for PEP 734. | ||||
* | gh-112302: Add Software Bill-of-Materials (SBOM) tracking for dependencies ↵ | Seth Michael Larson | 2023-12-07 | 1 | -0/+4 |
| | | | | (#112303) | ||||
* | Fix syntax in CODEOWNERS file (#112210) | Alex Waygood | 2023-11-17 | 1 | -1/+2 |
| | |||||
* | Tweak my interests (and Mark Shannon's :-) in CODEOWNERS (#112206) | Guido van Rossum | 2023-11-17 | 1 | -2/+8 |
| | |||||
* | Remove myself from typing CODEOWNERS (#111523) | Ken Jin | 2023-10-30 | 1 | -1/+1 |
| | |||||
* | gh-60283: Check for redefined test names in CI (#109161) | Hugo van Kemenade | 2023-09-12 | 1 | -0/+1 |
| | | | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | Update `CODEOWNERS` for `Tools/wasm/` (#109119) | Brett Cannon | 2023-09-08 | 1 | -0/+3 |
| | |||||
* | add Kumar Aditya as CODEOWNER for import.c (#107441) | Kumar Aditya | 2023-07-29 | 1 | -0/+1 |
| | |||||
* | Add Erlend as CODEOWNER for Argument Clinic docs (#106840) | Erlend E. Aasland | 2023-07-17 | 1 | -0/+1 |
| | |||||
* | gh-106752: Move zipfile._path into its own package (#106753) | Jason R. Coombs | 2023-07-14 | 1 | -1/+1 |
| | | | | | * gh-106752: Move zipfile._path into its own package so it may have supplementary behavior. * Add blurb | ||||
* | Add some codeowners for `Tools/clinic/` (#106430) | Alex Waygood | 2023-07-04 | 1 | -0/+4 |
| | | | Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> | ||||
* | gh-106316: Remove pytime.h header file (#106317) | Victor Stinner | 2023-07-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Remove the "cpython/pytime.h" header file: it only contained private functions. Move functions to the internal pycore_time.h header file. Move tests from _testcapi to _testinternalcapi. Rename also test methods to have the same name than tested C functions. No longer export these functions: * _PyTime_Add() * _PyTime_As100Nanoseconds() * _PyTime_FromMicrosecondsClamp() * _PyTime_FromTimespec() * _PyTime_FromTimeval() * _PyTime_GetPerfCounterWithInfo() * _PyTime_MulDiv() | ||||
* | Add myself as codeowner for Limited API/Stable ABI, remove from *import* ↵ | Petr Viktorin | 2023-06-06 | 1 | -1/+7 |
| | | | | | (GH-105349) This should set up more relevant notifications for me. | ||||
* | Add codeowners for the tokenizer module (#104753) | Pablo Galindo Salgado | 2023-05-22 | 1 | -0/+2 |
| | |||||
* | CODEOWNERS: Assign new PEP 695 files to myself (#104551) | Jelle Zijlstra | 2023-05-16 | 1 | -0/+2 |
| | |||||
* | Trim trailing whitespace and test on CI (#104275) | Hugo van Kemenade | 2023-05-08 | 1 | -0/+3 |
| | | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | gh-87092: update CODEOWNERS for split of compile.c to 3 files (#103941) | Irit Katriel | 2023-04-27 | 1 | -0/+2 |
| | |||||
* | Add willingc to CODEOWNERS for asyncio (#103885) | Carol Willing | 2023-04-26 | 1 | -1/+1 |
| | |||||
* | gh-103326: Remove `Python/importlib.h` (GH-103331) | Nikita Sobolev | 2023-04-12 | 1 | -5/+1 |
| | | | | Co-authored-by: Brett Cannon <brett@python.org> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> | ||||
* | Add hugovk as a .github code owner (GH-103394) | Hugo van Kemenade | 2023-04-09 | 1 | -1/+1 |
| | | | Automerge-Triggered-By: GH:hugovk | ||||
* | 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 |
| |