Ken Jin
3bddd07c2a
Add Fidget-Spinner to stackrefs CODEOWNERS (GH-121455)
2024-07-07 21:45:06 +08:00
Raymond Hettinger
3044d3866e
No longer watch the queue module, remove rhettinger ( #120664 )
2024-06-18 13:47:32 +02:00
Terry Jan Reedy
cf49ef78f8
gh-120360: Add self as IDLE doc owner ( #120571 )
...
Add self as IDLE doc owner
2024-06-16 01:55:47 -04:00
Erlend E. Aasland
6674c63dc7
Add codeowner for Makefile.pre.in and Modules/Setup* ( #120468 )
2024-06-13 19:01:05 +00:00
AN Long
6efe346069
Fix the CODEOWNERS for _interpretersmodule.c (gh-120288)
2024-06-10 10:45:16 -06:00
Tian Gao
417bec733c
Add Tian Gao to CODEOWNERS and ACKS (GH-120166)
2024-06-06 10:20:37 -07:00
Jelle Zijlstra
d50a7c478f
CODEOWNERS: Add myself to symtable and AST ( #120139 )
...
Co-authored-by: Carl Meyer <carl@oddbird.net>
2024-06-06 16:25:05 +00:00
Irit Katriel
b8fde5db86
update CODEOWNERS ( #120003 )
2024-06-03 20:44:36 +00:00
Guido van Rossum
3ff06ebec4
Withdraw most of my ownership in favor of Mark ( #119611 )
2024-05-27 11:07:16 -07:00
Pablo Galindo Salgado
6b6c1a904f
Add codeowners for PYREPL ( #119550 )
2024-05-25 16:21:07 +00:00
Malcolm Smith
2520eed0a5
gh-116622: Add Android testbed (GH-117878)
...
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).
2024-05-01 08:36:45 +02:00
Jason R. Coombs
8ad8898420
gh-117089: Move importlib.metadata tests to their own package ( #117092 )
...
* 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
2024-03-20 17:11:00 -04:00
Seth Michael Larson
45d8871dc4
gh-112844: Add SBOM for external dependencies ( #115789 )
2024-02-29 17:38:04 +02:00
Guido van Rossum
c0fdfba7ff
Rename tier 2 redundancy eliminator to optimizer ( #115888 )
...
The original name is just too much of a mouthful.
2024-02-26 08:42:53 -08:00
Jason R. Coombs
5a83292213
Add Jason as an owner of configparser to coordinate backport concerns. ( #115885 )
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-02-26 17:11:38 +01:00
Ken Jin
d9f4cbe5e1
Add myself to various CODEOWNERS (GH-115481)
2024-02-15 03:48:11 +08:00
Alex Waygood
25ce7f872d
Remove Alex Waygood as an Argument Clinic CODEOWNER ( #114796 )
2024-01-31 11:28:23 +00:00
Brandt Bucher
742ba6081c
GH-113464: Make Brandt a codeowner for JIT stuff (GH-114739)
2024-01-29 16:29:54 -08:00
Eric Snow
df17b52643
Add More Entries to CODEOWNERS ( #114617 )
2024-01-26 11:33:02 -07:00
Donghee Na
841eacd076
Add CODEOWNERS for dbm (gh-114555)
2024-01-26 05:49:37 +09:00
Gregory P. Smith
5725523695
Add me to codeowners for hashlib & multiprocessing ( #114454 )
...
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).
2024-01-22 23:55:12 +00:00
Alex Waygood
0d74e9683b
Add codeowners for `Lib/ensurepip/` ( #112805 )
2023-12-24 11:09:50 +00:00
Eric Snow
480b4b359d
gh-76785: Fix CODEOWNERS (gh-113038)
...
In gh-112982 I made some changes to .github/CODEOWNERS. Later, @ezio-melotti pointed out that some of those changes were unnecessary.
2023-12-13 09:29:40 -07:00
Eric Snow
86a77f4e1a
gh-76785: Fixes for test.support.interpreters (gh-112982)
...
This involves a number of changes for PEP 734.
2023-12-12 08:24:31 -07:00
Seth Michael Larson
21221c398f
gh-112302: Add Software Bill-of-Materials (SBOM) tracking for dependencies ( #112303 )
2023-12-07 18:01:58 +02:00
Alex Waygood
b414497993
Fix syntax in CODEOWNERS file ( #112210 )
2023-11-17 18:31:45 +00:00
Guido van Rossum
25538c72d1
Tweak my interests (and Mark Shannon's :-) in CODEOWNERS ( #112206 )
2023-11-17 16:44:51 +00:00
Ken Jin
804a207c16
Remove myself from typing CODEOWNERS ( #111523 )
2023-10-30 21:08:26 +00:00
Hugo van Kemenade
3cb9a8edca
gh-60283: Check for redefined test names in CI ( #109161 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2023-09-12 15:28:20 +00:00
Brett Cannon
00cf626cd4
Update `CODEOWNERS` for `Tools/wasm/` ( #109119 )
2023-09-07 23:37:29 -06:00
Kumar Aditya
2e9ddb943c
add Kumar Aditya as CODEOWNER for import.c ( #107441 )
2023-07-29 18:26:24 +00:00
Erlend E. Aasland
1654916c48
Add Erlend as CODEOWNER for Argument Clinic docs ( #106840 )
2023-07-17 22:10:03 +00:00
Jason R. Coombs
03185f0c15
gh-106752: Move zipfile._path into its own package ( #106753 )
...
* gh-106752: Move zipfile._path into its own package so it may have supplementary behavior.
* Add blurb
2023-07-14 20:40:46 +00:00
Alex Waygood
eeb5c63179
Add some codeowners for `Tools/clinic/` ( #106430 )
...
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
2023-07-04 19:45:32 +00:00
Victor Stinner
46d77610fc
gh-106316: Remove pytime.h header file ( #106317 )
...
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()
2023-07-01 22:27:18 +00:00
Petr Viktorin
49fe2e4af7
Add myself as codeowner for Limited API/Stable ABI, remove from *import* (GH-105349)
...
This should set up more relevant notifications for me.
2023-06-06 09:33:40 +00:00
Pablo Galindo Salgado
988c1f68ce
Add codeowners for the tokenizer module ( #104753 )
2023-05-23 00:27:10 +01:00
Jelle Zijlstra
febcc6ccfb
CODEOWNERS: Assign new PEP 695 files to myself ( #104551 )
2023-05-16 08:48:52 -07:00
Hugo van Kemenade
d513ddee94
Trim trailing whitespace and test on CI ( #104275 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2023-05-08 17:03:52 +03:00
Irit Katriel
72adaba6dd
gh-87092: update CODEOWNERS for split of compile.c to 3 files ( #103941 )
2023-04-27 19:35:53 +00:00
Carol Willing
1461a22f91
Add willingc to CODEOWNERS for asyncio ( #103885 )
2023-04-26 17:22:52 +00:00
Nikita Sobolev
7f3c106503
gh-103326: Remove `Python/importlib.h` (GH-103331)
...
Co-authored-by: Brett Cannon <brett@python.org>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-04-12 11:27:14 -07:00
Hugo van Kemenade
c330b4a3e7
Add hugovk as a .github code owner (GH-103394)
...
Automerge-Triggered-By: GH:hugovk
2023-04-09 00:43:01 -07:00
Dong-hee Na
1c49e61b9b
no-issue: Add Dong-hee Na as the cjkcodecs codeowner (gh-101731)
2023-02-09 21:01:32 +09:00
Dong-hee Na
38cc24f119
no-issue: Add Dong-hee Na as autoconf codeowner (gh-101281)
2023-01-24 19:22:22 +09:00
Erlend E. Aasland
4db64529ae
Add Erlend Aasland as autoconf codeowner ( #101247 )
2023-01-22 23:02:15 +01:00
Barney Gale
26ff43625e
Add barneygale to CODEOWNERS for pathlib ( #100808 )
2023-01-06 20:38:12 +00:00
Shantanu
d84b1a97f9
Add hauntsaninja as tomllib CODEOWNER ( #100779 )
2023-01-05 14:28:02 -08:00
Brett Cannon
31b639a992
Drop myself from pathlib maintenance ( #100757 )
2023-01-04 14:59:48 -08:00
Jason R. Coombs
7796d3179b
gh-98098: Create packages from zipfile and test_zipfile (gh-98103)
...
* 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 .
2022-11-26 09:44:13 -05:00