summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] gh-120360: Add self as IDLE doc owner (GH-120571) (#120576)Miss Islington (bot)2024-06-161-0/+1
| | | | | | | | gh-120360: Add self as IDLE doc owner (GH-120571) Add self as IDLE doc owner (cherry picked from commit cf49ef78f894e418bea7de23dde9b01d6235889d) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* [3.13] Fix the CODEOWNERS for _interpretersmodule.c (gh-120324)Miss Islington (bot)2024-06-101-1/+1
| | | | | (cherry picked from commit 6efe3460693c4f39de198a64cebeeee8b1d4e8b6, AKA gh-120288) Co-authored-by: AN Long <aisk@users.noreply.github.com>
* [3.13] Withdraw most of my ownership in favor of Mark (#120126)Guido van Rossum2024-06-051-6/+6
| | | | Backport of #119611.
* 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
|
* Drop myself from pathlib maintenance (#100757)Brett Cannon2023-01-041-4/+1
|
* gh-98098: Create packages from zipfile and test_zipfile (gh-98103)Jason R. Coombs2022-11-261-0/+3
| | | | | | | | | | | | | * gh-98098: Move zipfile into a package. * Moved test_zipfile to a package * Extracted module for test_path. * Add blurb * Add jaraco as owner of zipfile.Path. * Synchronize with minor changes found at jaraco/zipp@d9e7f4352d.
* add Kumar Aditya as `asyncio` codeowner (GH-99744)Kumar Aditya2022-11-241-1/+1
| | | Automerge-Triggered-By: GH:kumaraditya303
* CODEOWNERS: add myself to sysconfig and importlib.resources (#98851)Filipe Laíns2022-11-091-1/+3
|
* gh-72719: Remove asyncore and asynchat modules (#96580)Nikita Sobolev2022-11-081-2/+0
| | | | | Remove modules asyncore and asynchat, which were deprecated by PEP 594. Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
* CODEOWNERS: Become a typing code owner (#98480)Alex Waygood2022-10-201-1/+1
|
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Create Tools/build/ directory. Move the following scripts from Tools/scripts/ to Tools/build/: * check_extension_modules.py * deepfreeze.py * freeze_modules.py * generate_global_objects.py * generate_levenshtein_examples.py * generate_opcode_h.py * generate_re_casefix.py * generate_sre_constants.py * generate_stdlib_module_names.py * generate_token.py * parse_html5_entities.py * smelly.py * stable_abi.py * umarshal.py * update_file.py * verify_ensurepip_wheels.py Update references to these scripts.
* Add `@ezio-melotti` as codeowner for `.github/`. (#98079)Ezio Melotti2022-10-081-0/+3
|
* Add gvanrossum to asyncio experts (#96248)Guido van Rossum2022-08-241-1/+1
|