8000 cpython/.github/CODEOWNERS at 3.13 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
{"payload":{"allShortcutsEnabled":false,"fileTree":{".github":{"items":[{"name":"ISSUE_TEMPLATE","path":".github/ISSUE_TEMPLATE","contentType":"directory"},{"name":"problem-matchers","path":".github/problem-matchers","contentType":"directory"},{"name":"workflows","path":".github/workflows","contentType":"directory"},{"name":"CODEOWNERS","path":".github/CODEOWNERS","contentType":"file"},{"name":"CONTRIBUTING.rst","path":".github/CONTRIBUTING.rst","contentType":"file"},{"name":"PULL_REQUEST_TEMPLATE.md","path":".github/PULL_REQUEST_TEMPLATE.md","contentType":"file"},{"name":"SECURITY.md","path":".github/SECURITY.md","contentType":"file"},{"name":"dependabot.yml","path":".github/dependabot.yml","contentType":"file"},{"name":"zizmor.yml","path":".github/zizmor.yml","contentType":"file"}],"totalCount":9},"":{"items":[{"name":".azure-pipelines","path":".azure-pipelines","contentType":"directory"},{"name":".devcontainer","path":".devcontainer","contentType":"directory"},{"name":".github","path":".github","contentType":"directory"},{"name":"Android","path":"Android","contentType":"directory"},{"name":"Doc","path":"Doc","contentType":"directory"},{"name":"Grammar","path":"Grammar","contentType":"directory"},{"name":"Include","path":"Include","contentType":"directory"},{"name":"InternalDocs","path":"InternalDocs","contentType":"directory"},{"name":"Lib","path":"Lib","contentType":"directory"},{"name":"Mac","path":"Mac","contentType":"directory"},{"name":"Misc","path":"Misc","contentType":"directory"},{"name":"Modules","path":"Modules","contentType":"directory"},{"name":"Objects","path":"Objects","contentType":"directory"},{"name":"PC","path":"PC","contentType":"directory"},{"name":"PCbuild","path":"PCbuild","contentType":"directory"},{"name":"Parser","path":"Parser","contentType":"directory"},{"name":"Programs","path":"Programs","contentType":"directory"},{"name":"Python","path":"Python","contentType":"directory"},{"name":"Tools","path":"Tools","contentType":"directory"},{"name":"iOS","path":"iOS","contentType":"directory"},{"name":".coveragerc","path":".coveragerc","contentType":"file"},{"name":".editorconfig","path":".editorconfig","contentType":"file"},{"name":".gitattributes","path":".gitattributes","contentType":"file"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":".mailmap","path":".mailmap","contentType":"file"},{"name":".pre-commit-config.yaml","path":".pre-commit-config.yaml","contentType":"file"},{"name":".readthedocs.yml","path":".readthedocs.yml","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"Makefile.pre.in","path":"Makefile.pre.in","contentType":"file"},{"name":"README.rst","path":"README.rst","contentType":"file"},{"name":"aclocal.m4","path":"aclocal.m4","contentType":"file"},{"name":"config.guess","path":"config.guess","contentType":"file"},{"name":"config.sub","path":"config.sub","contentType":"file"},{"name":"configure","path":"configure","contentType":"file"},{"name":"configure.ac","path":"configure.ac","contentType":"file"},{"name":"install-sh","path":"install-sh","contentType":"file"},{"name":"pyconfig.h.in","path":"pyconfig.h.in","contentType":"file"}],"totalCount":37}},"fileTreeProcessingTime":4.866256,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":81598961,"defaultBranch":"main","name":"cpython","ownerLogin":"python","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-02-10T19:23:51.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1525981?v=4","public":true,"private":false,"isOrgOwned":true},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"3.13","listCacheKey":"v0:1749677636.0","canEdit":false,"refType":"branch","currentOid":"a80d47ecb1c1a272b1fc305eaf0a1afdc228ddfd"},"path":".github/CODEOWNERS","currentUser":null,"blob":{"rawLines":["# See https://help.github.com/articles/about-codeowners/","# for more info about CODEOWNERS file","","# It uses the same pattern rule for gitignore file","# https://git-scm.com/docs/gitignore#_pattern_format","","# GitHub",".github/** @ezio-melotti @hugovk","","# pre-commit",".pre-commit-config.yaml @hugovk @AlexWaygood",".ruff.toml @hugovk @AlexWaygood","","# Build system","configure* @erlend-aasland @corona10","","# asyncio","**/*asyncio* @1st1 @asvetlov @gvanrossum @kumaraditya303 @willingc","","# Core","**/*context* @1st1","**/*genobject* @markshannon","**/*hamt* @1st1","**/*jit* @brandtbucher","Objects/set* @rhettinger","Objects/dict* @methane @markshannon","Objects/typevarobject.c @JelleZijlstra","Objects/type* @markshannon","Objects/codeobject.c @markshannon","Objects/frameobject.c @markshannon","Objects/call.c @markshannon","Python/ceval*.c @markshannon","Python/ceval*.h @markshannon","Python/compile.c @markshannon @iritkatriel","Python/assemble.c @markshannon @iritkatriel","Python/flowgraph.c @markshannon @iritkatriel","Python/ast_opt.c @isidentical","Python/bytecodes.c @markshannon","Python/optimizer*.c @markshannon","Python/optimizer_analysis.c @Fidget-Spinner","Python/optimizer_bytecodes.c @Fidget-Spinner","Lib/test/test_patma.py @brandtbucher","Lib/test/test_type_*.py @JelleZijlstra","Lib/test/test_capi/test_misc.py @markshannon","Tools/c-analyzer/ @ericsnowcurrently","","# dbm","**/*dbm* @corona10 @erlend-aasland @serhiy-storchaka","","# runtime state/lifecycle","**/*pylifecycle* @ericsnowcurrently","**/*pystate* @ericsnowcurrently","**/*preconfig* @ericsnowcurrently","**/*initconfig* @ericsnowcurrently","**/*pathconfig* @ericsnowcurrently","**/*sysmodule* @ericsnowcurrently","**/*bltinmodule* @ericsnowcurrently","**/*gil* @ericsnowcurrently","Include/internal/pycore_runtime.h @ericsnowcurrently","Include/internal/pycore_interp.h @ericsnowcurrently","Include/internal/pycore_tstate.h @ericsnowcurrently","Include/internal/pycore_*_state.h @ericsnowcurrently","Include/internal/pycore_*_init.h @ericsnowcurrently","Include/internal/pycore_atexit.h @ericsnowcurrently","Include/internal/pycore_freelist.h @ericsnowcurrently","Include/internal/pycore_global_objects.h @ericsnowcurrently","Include/internal/pycore_obmalloc.h @ericsnowcurrently","Include/internal/pycore_pymem.h @ericsnowcurrently","Modules/main.c @ericsnowcurrently","Programs/_bootstrap_python.c @ericsnowcurrently","Programs/python.c @ericsnowcurrently","Tools/build/generate_global_objects.py @ericsnowcurrently","","# Exceptions","Lib/traceback.py @iritkatriel","Lib/test/test_except*.py @iritkatriel","Lib/test/test_traceback.py @iritkatriel","Objects/exceptions.c @iritkatriel","Python/traceback.c @iritkatriel","","# Hashing","**/*hashlib* @gpshead @tiran","**/*pyhash* @gpshead @tiran","**/sha* @gpshead @tiran","Modules/md5* @gpshead @tiran","**/*blake* @gpshead @tiran","Modules/_blake2/** @gpshead @tiran","Modules/_hacl/** @gpshead","","# logging","**/*logging* @vsajip","","# venv","**/*venv* @vsajip","","# Launcher","/PC/launcher.c @vsajip","","# HTML","/Lib/html/ @ezio-melotti","/Lib/_markupbase.py @ezio-melotti","/Lib/test/test_html*.py @ezio-melotti","/Tools/build/parse_html5_entities.py @ezio-melotti","","# Import (including importlib).","**/*import* @brettcannon @ericsnowcurrently @ncoghlan @warsaw","/Python/import.c @kumaraditya303","Python/dynload_*.c @ericsnowcurrently","**/*freeze* @ericsnowcurrently","**/*frozen* @ericsnowcurrently","**/*modsupport* @ericsnowcurrently","**/*modulefinder* @ericsnowcurrently","**/*moduleobject* @ericsnowcurrently","**/*multiphase* @ericsnowcurrently","**/*pkgutil* @ericsnowcurrently","**/*pythonrun* @ericsnowcurrently","**/*runpy* @ericsnowcurrently","**/*singlephase* @ericsnowcurrently","Lib/test/test_module/ @ericsnowcurrently","Doc/c-api/module.rst @ericsnowcurrently","**/*importlib/resources/* @jaraco @warsaw @FFY00","**/*importlib/metadata/* @jaraco @warsaw","","# Dates and times","**/*datetime* @pganssle @abalkin","**/*str*time* @pganssle @abalkin","Doc/library/time.rst @pganssle @abalkin","Lib/test/test_time.py @pganssle @abalkin","Modules/timemodule.c @pganssle @abalkin","Python/pytime.c @pganssle @abalkin","Include/internal/pycore_time.h @pganssle @abalkin","","# Email and related","**/*mail* @python/email-team","**/*smtp* @python/email-team","**/*mime* @python/email-team","**/*imap* @python/email-team","**/*poplib* @python/email-team","","# Garbage collector","/Modules/gcmodule.c @pablogsal","/Doc/library/gc.rst @pablogsal","","# Parser","/Parser/ @pablogsal @lysnikolaou","/Tools/peg_generator/ @pablogsal @lysnikolaou","/Lib/test/test_peg_generator/ @pablogsal @lysnikolaou","/Grammar/python.gram @pablogsal @lysnikolaou","/Lib/tokenize.py @pablogsal @lysnikolaou","/Lib/test/test_tokenize.py @pablogsal @lysnikolaou","","# Code generator","/Tools/cases_generator/ @markshannon","","# AST","Python/ast.c @isidentical","Parser/asdl.py @isidentical","Parser/asdl_c.py @isidentical","Lib/ast.py @isidentical","","# Mock","/Lib/unittest/mock.py @cjw296","/Lib/test/test_unittest/testmock/* @cjw296","","# multiprocessing","**/*multiprocessing* @gpshead","","# SQLite 3","**/*sqlite* @berkerpeksag @erlend-aasland","","# subprocess","/Lib/subprocess.py @gpshead","/Lib/test/test_subprocess.py @gpshead","/Modules/*subprocess* @gpshead","","# Limited C API \u0026 stable ABI","Tools/build/stable_abi.py @encukou","Misc/stable_abi.toml @encukou","Doc/data/*.abi @encukou","Doc/c-api/stable.rst @encukou","","# Windows","/PC/ @python/windows-team","/PCbuild/ @python/windows-team","","# Urllib","**/*robotparser* @berkerpeksag","","# Windows installer packages","/Tools/msi/ @python/windows-team","/Tools/nuget/ @python/windows-team","","# Misc","**/*itertools* @rhettinger","**/*collections* @rhettinger","**/*random* @rhettinger","**/*bisect* @rhettinger","**/*heapq* @rhettinger","**/*functools* @rhettinger","**/*decimal* @rhettinger","","**/*dataclasses* @ericvsmith","","**/*ensurepip* @pfmoore @pradyunsg","","**/*idlelib* @terryjreedy","/Doc/library/idle.rst @terryjreedy","","**/*typing* @JelleZijlstra @AlexWaygood","","**/*ftplib @giampaolo","**/*shutil @giampaolo","","**/*enum* @ethanfurman","**/*cgi* @ethanfurman","**/*tarfile* @ethanfurman","","**/*tomllib* @encukou @hauntsaninja","","**/*sysconfig* @FFY00","","**/*cjkcodecs* @corona10","","# macOS","/Mac/ @python/macos-team","**/*osx_support* @python/macos-team","","# pathlib","**/*pathlib* @barneygale","","# zipfile.Path","**/*zipfile/_path/* @jaraco","","# Argument Clinic","/Tools/clinic/** @erlend-aasland","/Lib/test/test_clinic.py @erlend-aasland","Doc/howto/clinic.rst @erlend-aasland","","# Subinterpreters","**/*interpreteridobject.* @ericsnowcurrently","**/*crossinterp* @ericsnowcurrently","Lib/test/support/interpreters/ @ericsnowcurrently","Modules/_interp*module.c @ericsnowcurrently","Lib/test/test_interpreters/ @ericsnowcurrently","","# Android","**/*Android* @mhsmith @freakboy3742","**/*android* @mhsmith @freakboy3742","","# iOS (but not termios)","**/iOS* @freakboy3742","**/ios* @freakboy3742","**/*_iOS* @freakboy3742","**/*_ios* @freakboy3742","**/*-iOS* @freakboy3742","**/*-ios* @freakboy3742","","# WebAssembly","/Tools/wasm/ @brettcannon","","# SBOM","/Misc/externals.spdx.json @sethmlarson","/Misc/sbom.spdx.json @sethmlarson","/Tools/build/generate_sbom.py @sethmlarson","","# Config Parser","Lib/configparser.py @jaraco","Lib/test/test_configparser.py @jaraco","","# Colorize","Lib/_colorize.py @hugovk","Lib/test/test__colorize.py @hugovk"],"stylingDirectives":null,"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/python/cpython/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"CODEOWNERS","displayUrl":"https://github.com/python/cpython/blob/3.13/.github/CODEOWNERS?raw=true","headerInfo":{"blobSize":"8.97 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"b2fc6a5","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fblob%2F3.13%2F.github%2FCODEOWNERS","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"272","truncatedSloc":"222"},"mode":"file"},"image":false,"isCodeownersFile":true,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"CODEOWNERS","languageID":321684729,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/python/cpython/blob/3.13/.github/CODEOWNERS","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/python/cpython/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/python/cpython/raw/refs/heads/3.13/.github/CODEOWNERS","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":"/python/.github/blob/5a0a7cb55767fb3667fe2391bcb66bda638edcb4/FUNDING.yml","showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":{"timed_out":false,"not_analyzed":true,"symbols":[]}},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"csrf_tokens":{"/python/cpython/branches":{"post":"7DIjVJWKlfRmA6FJ9X2dyTlfC_0ccQewDUkfuAVnPnMA6YNVHsW9NfOHAyhAW0qK3_INcw04ERok5Pck57zvtg"},"/repos/preferences":{"post":"HfNY7Y8fK0v1LzbyN1iBOY2DndCT4h-3CX6odg6d2nsV1qrJvVhqs8wujA2MaN9ZZI5hoGCcr-SNKQhdX7Cvag"},"/python/cpython/codeowners-validity/3.13/.github/CODEOWNERS":{"get":"KVQKx67z83isOk6Xlo2BlkULUyTO6kr6EQGqqo4FzsWHKXFBdicht2ZZ4E75d0xrodobeSeukJqNhOR0dBldKQ"}}},"title":"cpython/.github/CODEOWNERS at 3.13 · python/cpython","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-263cab1760dd.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1b17b3e7786a.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true}}}
0