summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
Commit message (Collapse)AuthorAgeFilesLines
* Make self turtledemo codeowner (#123524)Terry Jan Reedy2024-08-311-1/+2
|
* gh-119180: Add myself as CODEOWNER for annotationlib (#122366)Jelle Zijlstra2024-07-281-0/+1
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* Add Fidget-Spinner to stackrefs CODEOWNERS (GH-121455)Ken Jin2024-07-071-0/+1
|
* No longer watch the queue module, remove rhettinger (#120664)Raymond Hettinger2024-06-181-2/+1
|
* gh-120360: Add self as IDLE doc owner (#120571)Terry Jan Reedy2024-06-161-0/+1
| | | Add self as IDLE doc owner
* Add codeowner for Makefile.pre.in and Modules/Setup* (#120468)Erlend E. Aasland2024-06-131-0/+2
|
* Fix the CODEOWNERS for _interpretersmodule.c (gh-120288)AN Long2024-06-101-1/+1
|
* Add Tian Gao to CODEOWNERS and ACKS (GH-120166)Tian Gao2024-06-061-0/+4
|
* CODEOWNERS: Add myself to symtable and AST (#120139)Jelle Zijlstra2024-06-061-4/+5
| | | Co-authored-by: Carl Meyer <carl@oddbird.net>
* update CODEOWNERS (#120003)Irit Katriel2024-06-031-3/+1
|
* Withdraw most of my ownership in favor of Mark (#119611)Guido van Rossum2024-05-271-6/+6
|
* Add codeowners for PYREPL (#119550)Pablo Galindo Salgado2024-05-251-0/+2
|
* gh-116622: Add Android testbed (GH-117878)Malcolm Smith2024-05-011-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. Coombs2024-03-201-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 Larson2024-02-291-0/+1
|
* Rename tier 2 redundancy eliminator to optimizer (#115888)Guido van Rossum2024-02-261-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. Coombs2024-02-261-0/+4
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* Add myself to various CODEOWNERS (GH-115481)Ken Jin2024-02-141-0/+2
|
* Remove Alex Waygood as an Argument Clinic CODEOWNER (#114796)Alex Waygood2024-01-311-2/+2
|
* GH-113464: Make Brandt a codeowner for JIT stuff (GH-114739)Brandt Bucher2024-01-301-1/+1
|
* Add More Entries to CODEOWNERS (#114617)Eric Snow2024-01-261-1/+40
|
* Add CODEOWNERS for dbm (gh-114555)Donghee Na2024-01-251-0/+3
|
* Add me to codeowners for hashlib & multiprocessing (#114454)Gregory P. Smith2024-01-221-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 Waygood2023-12-241-0/+2
|
* gh-76785: Fix CODEOWNERS (gh-113038)Eric Snow2023-12-131-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 Snow2023-12-121-1/+14
| | | This involves a number of changes for PEP 734.
* gh-112302: Add Software Bill-of-Materials (SBOM) tracking for dependencies ↵Seth Michael Larson2023-12-071-0/+4
| | | | (#112303)
* Fix syntax in CODEOWNERS file (#112210)Alex Waygood2023-11-171-1/+2
|
* Tweak my interests (and Mark Shannon's :-) in CODEOWNERS (#112206)Guido van Rossum2023-11-171-2/+8
|
* Remove myself from typing CODEOWNERS (#111523)Ken Jin2023-10-301-1/+1
|
* gh-60283: Check for redefined test names in CI (#109161)Hugo van Kemenade2023-09-121-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 Cannon2023-09-081-0/+3
|
* add Kumar Aditya as CODEOWNER for import.c (#107441)Kumar Aditya2023-07-291-0/+1
|
* Add Erlend as CODEOWNER for Argument Clinic docs (#106840)Erlend E. Aasland2023-07-171-0/+1
|
* gh-106752: Move zipfile._path into its own package (#106753)Jason R. Coombs2023-07-141-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 Waygood2023-07-041-0/+4
| | | Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
* gh-106316: Remove pytime.h header file (#106317)Victor Stinner2023-07-011-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 Viktorin2023-06-061-1/+7
| | | | | (GH-105349) This should set up more relevant notifications for me.
* Add codeowners for the tokenizer module (#104753)Pablo Galindo Salgado2023-05-221-0/+2
|
* CODEOWNERS: Assign new PEP 695 files to myself (#104551)Jelle Zijlstra2023-05-161-0/+2
|
* Trim trailing whitespace and test on CI (#104275)Hugo van Kemenade2023-05-081-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 Katriel2023-04-271-0/+2
|
* Add willingc to CODEOWNERS for asyncio (#103885)Carol Willing2023-04-261-1/+1
|
* gh-103326: Remove `Python/importlib.h` (GH-103331)Nikita Sobolev2023-04-121-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 Kemenade2023-04-091-1/+1
| | | Automerge-Triggered-By: GH:hugovk
* no-issue: Add Dong-hee Na as the cjkcodecs codeowner (gh-101731)Dong-hee Na2023-02-091-0/+2
|
* no-issue: Add Dong-hee Na as autoconf codeowner (gh-101281)Dong-hee Na2023-01-241-1/+1
|
* Add Erlend Aasland as autoconf codeowner (#101247)Erlend E. Aasland2023-01-221-0/+3
|
* Add barneygale to CODEOWNERS for pathlib (#100808)Barney Gale2023-01-061-0/+3
|
* Add hauntsaninja as tomllib CODEOWNER (#100779)Shantanu2023-01-051-1/+1
|