Skip to content

Commit dae0424

Browse files
committed
left-align
1 parent 9edad9c commit dae0424

File tree

1 file changed

+85
-85
lines changed

1 file changed

+85
-85
lines changed

.github/CODEOWNERS

Lines changed: 85 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
.azure-pipelines/ @AA-Turner
5656

5757
# GitHub & related scripts
58-
.github/ @ezio-melotti @hugovk @AA-Turner
59-
Tools/build/compute-changes.py @AA-Turner
58+
.github/ @ezio-melotti @hugovk @AA-Turner
59+
Tools/build/compute-changes.py @AA-Turner
6060
Tools/build/verify_ensurepip_wheels.py @AA-Turner @pfmoore @pradyunsg
6161

6262
# pre-commit
@@ -72,11 +72,11 @@ Tools/patchcheck/ @AA-Turner
7272
# ----------------------------------------------------------------------------
7373

7474
# autotools
75-
configure* @erlend-aasland @corona10 @AA-Turner
76-
Makefile.pre.in @erlend-aasland @AA-Turner
77-
Modules/Setup* @erlend-aasland @AA-Turner
78-
Tools/build/regen-configure.sh @AA-Turner
79-
75+
configure* @erlend-aasland @corona10 @AA-Turner
76+
Makefile.pre.in @erlend-aasland @AA-Turner
77+
Modules/Setup* @erlend-aasland @AA-Turner
78+
Tools/build/regen-configure.sh @AA-Turner
79+
@AA-Turner
8080

8181
# ----------------------------------------------------------------------------
8282
# Documentation
@@ -168,8 +168,8 @@ Tools/nuget/ @python/windows-team
168168
Tools/wasm/README.md @brettcannon @freakboy3742
169169

170170
# WebAssembly (Emscripten)
171-
Tools/wasm/config.site-wasm32-emscripten @freakboy3742
172-
Tools/wasm/emscripten @freakboy3742
171+
Tools/wasm/config.site-wasm32-emscripten @freakboy3742
172+
Tools/wasm/emscripten @freakboy3742
173173

174174
# WebAssembly (WASI)
175175
Tools/wasm/wasi-env @brettcannon
@@ -220,12 +220,12 @@ Python/ast.c @isidentical @JelleZijlstra @eclips4 @tomasr8
220220
Python/ast_preprocess.c @isidentical @eclips4 @tomasr8
221221

222222
# Context variables & HAMT
223-
**/contextvars* @1st1
224-
**/*hamt* @1st1
225-
Include/cpython/context.h @1st1
226-
Include/internal/pycore_context.h @1st1
227-
Lib/test/test_context.py @1st1
228-
Python/context.c @1st1
223+
**/contextvars* @1st1
224+
**/*hamt* @1st1
225+
Include/cpython/context.h @1st1
226+
Include/internal/pycore_context.h @1st1
227+
Lib/test/test_context.py @1st1
228+
Python/context.c @1st1
229229

230230
# Exceptions
231231
Lib/test/test_except*.py @iritkatriel
@@ -236,10 +236,10 @@ Lib/test/test_getpath.py @FFY00
236236
Modules/getpath* @FFY00
237237

238238
# Hashing / ``hash()`` and related
239-
Include/cpython/pyhash.h @gpshead @picnixz @tiran
239+
Include/cpython/pyhash.h @gpshead @picnixz @tiran
240240
Include/internal/pycore_pyhash.h @gpshead @picnixz @tiran
241-
Include/pyhash.h @gpshead @picnixz @tiran
242-
Python/pyhash.c @gpshead @picnixz @tiran
241+
Include/pyhash.h @gpshead @picnixz @tiran
242+
Python/pyhash.c @gpshead @picnixz @tiran
243243

244244
# The import system (including importlib)
245245
**/*import* @brettcannon @ericsnowcurrently @ncoghlan @warsaw
@@ -294,54 +294,54 @@ Tools/peg_generator/ @pablogsal @lysnikolaou
294294
**/*gil* @ericsnowcurrently
295295
**/*pylifecycle* @ericsnowcurrently @ZeroIntensity
296296
**/*pystate* @ericsnowcurrently @ZeroIntensity
297-
Include/internal/pycore_*_init.h @ericsnowcurrently
298-
Include/internal/pycore_*_state.h @ericsnowcurrently
299-
Include/internal/pycore_atexit.h @ericsnowcurrently
300-
Include/internal/pycore_freelist.h @ericsnowcurrently
297+
Include/internal/pycore_*_init.h @ericsnowcurrently
298+
Include/internal/pycore_*_state.h @ericsnowcurrently
299+
Include/internal/pycore_atexit.h @ericsnowcurrently
300+
Include/internal/pycore_freelist.h @ericsnowcurrently
301301
Include/internal/pycore_global_objects.h @ericsnowcurrently
302-
Include/internal/pycore_interp.h @ericsnowcurrently
303-
Include/internal/pycore_obmalloc.h @ericsnowcurrently
304-
Include/internal/pycore_pymem.h @ericsnowcurrently
305-
Include/internal/pycore_runtime.h @ericsnowcurrently
306-
Include/internal/pycore_stackref.h @Fidget-Spinner
307-
Include/internal/pycore_tstate.h @ericsnowcurrently
308-
Tools/build/generate_global_objects.py @ericsnowcurrently
302+
Include/internal/pycore_interp.h @ericsnowcurrently
303+
Include/internal/pycore_obmalloc.h @ericsnowcurrently
304+
Include/internal/pycore_pymem.h @ericsnowcurrently
305+
Include/internal/pycore_runtime.h @ericsnowcurrently
306+
Include/internal/pycore_stackref.h @Fidget-Spinner
307+
Include/internal/pycore_tstate.h @ericsnowcurrently
308+
Tools/build/generate_global_objects.py @ericsnowcurrently
309309

310310
# Remote Debugging
311-
Python/remote_debug.h @pablogsal
312-
Python/remote_debugging.c @pablogsal
313-
Modules/_remote_debugging_module.c @pablogsal @ambv @1st1
311+
Python/remote_debug.h @pablogsal
312+
Python/remote_debugging.c @pablogsal
313+
Modules/_remote_debugging_module.c @pablogsal @ambv @1st1
314314

315315
# Sub-Interpreters
316-
**/*crossinterp* @ericsnowcurrently
317-
**/*interpreteridobject.* @ericsnowcurrently
318-
Doc/library/concurrent.interpreters.rst @ericsnowcurrently
319-
Lib/concurrent/futures/interpreter.py @ericsnowcurrently
320-
Lib/concurrent/interpreters/ @ericsnowcurrently
321-
Lib/test/support/channels.py @ericsnowcurrently
322-
Lib/test/test__interp*.py @ericsnowcurrently
323-
Lib/test/test_interpreters/ @ericsnowcurrently
324-
Modules/_interp*module.c @ericsnowcurrently
316+
**/*crossinterp* @ericsnowcurrently
317+
**/*interpreteridobject.* @ericsnowcurrently
318+
Doc/library/concurrent.interpreters.rst @ericsnowcurrently
319+
Lib/concurrent/futures/interpreter.py @ericsnowcurrently
320+
Lib/concurrent/interpreters/ @ericsnowcurrently
321+
Lib/test/support/channels.py @ericsnowcurrently
322+
Lib/test/test__interp*.py @ericsnowcurrently
323+
Lib/test/test_interpreters/ @ericsnowcurrently
324+
Modules/_interp*module.c @ericsnowcurrently
325325

326326
# Template string literals (t-strings)
327327
Lib/test/test_tstring.py @lysnikolaou
328328
Objects/interpolationobject.c @lysnikolaou
329329
Objects/templateobject.c @lysnikolaou
330330

331331
# Tests
332-
Lib/test/test_patma.py @brandtbucher
333-
Lib/test/test_type_*.py @JelleZijlstra
334-
Lib/test/test_capi/test_misc.py @markshannon
332+
Lib/test/test_patma.py @brandtbucher
333+
Lib/test/test_type_*.py @JelleZijlstra
334+
Lib/test/test_capi/test_misc.py @markshannon
335335

336336

337337
# ----------------------------------------------------------------------------
338338
# Standard Library
339339
# ----------------------------------------------------------------------------
340340

341341
# Annotationlib
342-
Doc/library/annotationlib.rst @JelleZijlstra
343-
Lib/annotationlib.py @JelleZijlstra
344-
Lib/test/test_annotationlib.py @JelleZijlstra
342+
Doc/library/annotationlib.rst @JelleZijlstra
343+
Lib/annotationlib.py @JelleZijlstra
344+
Lib/test/test_annotationlib.py @JelleZijlstra
345345

346346
# Argparse
347347
Doc/**/argparse*.rst @savannahostrowski
@@ -380,12 +380,12 @@ Modules/cjkcodecs/ @corona10
380380
Tools/unicode/gencjkcodecs.py @corona10
381381

382382
# Collections
383-
Doc/library/collections.abc.rst @rhettinger
384-
Doc/library/collections.rst @rhettinger
385-
Lib/_collections_abc.py @rhettinger
386-
Lib/collections/ @rhettinger
387-
Lib/test/test_collections.py @rhettinger
388-
Modules/_collectionsmodule.c @rhettinger
383+
Doc/library/collections.abc.rst @rhettinger
384+
Doc/library/collections.rst @rhettinger
385+
Lib/_collections_abc.py @rhettinger
386+
Lib/collections/ @rhettinger
387+
Lib/test/test_collections.py @rhettinger
388+
Modules/_collectionsmodule.c @rhettinger
389389

390390
# Colorize
391391
Lib/_colorize.py @hugovk
@@ -401,14 +401,14 @@ Lib/dataclasses.py @ericvsmith
401401
Lib/test/test_dataclasses/ @ericvsmith
402402

403403
# Dates and times
404-
Doc/**/*time.rst @pganssle @abalkin
405-
Include/datetime.h @pganssle @abalkin
406-
Include/internal/pycore_time.h @pganssle @abalkin
407-
Lib/*time.py @pganssle @abalkin
408-
Lib/test/datetimetester.py @pganssle @abalkin
409-
Lib/test/test_*time.py @pganssle @abalkin
410-
Modules/*time* @pganssle @abalkin
411-
Python/pytime.c @pganssle @abalkin
404+
Doc/**/*time.rst @pganssle @abalkin
405+
Include/datetime.h @pganssle @abalkin
406+
Include/internal/pycore_time.h @pganssle @abalkin
407+
Lib/*time.py @pganssle @abalkin
408+
Lib/test/datetimetester.py @pganssle @abalkin
409+
Lib/test/test_*time.py @pganssle @abalkin
410+
Modules/*time* @pganssle @abalkin
411+
Python/pytime.c @pganssle @abalkin
412412

413413
# Dbm
414414
Doc/library/dbm.rst @corona10 @erlend-aasland @serhiy-storchaka
@@ -429,11 +429,11 @@ Lib/ensurepip/ @pfmoore @pradyunsg
429429
Lib/test/test_ensurepip.py @pfmoore @pradyunsg
430430

431431
# Enum
432-
Doc/howto/enum.rst @ethanfurman
433-
Doc/library/enum.rst @ethanfurman
434-
Lib/enum.py @ethanfurman
435-
Lib/test/test_enum.py @ethanfurman
436-
Lib/test/test_json/test_enum.py @ethanfurman
432+
Doc/howto/enum.rst @ethanfurman
433+
Doc/library/enum.rst @ethanfurman
434+
Lib/enum.py @ethanfurman
435+
Lib/test/test_enum.py @ethanfurman
436+
Lib/test/test_json/test_enum.py @ethanfurman
437437

438438
# FTP
439439
Doc/library/ftplib.rst @giampaolo
@@ -463,22 +463,22 @@ Lib/test/test_heapq.py @rhettinger
463463
Modules/_heapqmodule.c @rhettinger
464464

465465
# HTML
466-
Doc/library/html* @ezio-melotti
467-
Lib/html/ @ezio-melotti
468-
Lib/_markupbase.py @ezio-melotti
469-
Lib/test/test_html*.py @ezio-melotti
466+
Doc/library/html* @ezio-melotti
467+
Lib/html/ @ezio-melotti
468+
Lib/_markupbase.py @ezio-melotti
469+
Lib/test/test_html*.py @ezio-melotti
470470
Tools/build/parse_html5_entities.py @ezio-melotti
471471

472472
# importlib.metadata
473-
Doc/library/importlib.metadata.rst @jaraco @warsaw
474-
Lib/importlib/metadata/ @jaraco @warsaw
475-
Lib/test/test_importlib/metadata/ @jaraco @warsaw
473+
Doc/library/importlib.metadata.rst @jaraco @warsaw
474+
Lib/importlib/metadata/ @jaraco @warsaw
475+
Lib/test/test_importlib/metadata/ @jaraco @warsaw
476476

477477
# importlib.resources
478-
Doc/library/importlib.resources.abc.rst @jaraco @warsaw
479-
Doc/library/importlib.resources.rst @jaraco @warsaw
480-
Lib/importlib/resources/ @jaraco @warsaw @FFY00
481-
Lib/test/test_importlib/resources/ @jaraco @warsaw @FFY00
478+
Doc/library/importlib.resources.abc.rst @jaraco @warsaw
479+
Doc/library/importlib.resources.rst @jaraco @warsaw
480+
Lib/importlib/resources/ @jaraco @warsaw @FFY00
481+
Lib/test/test_importlib/resources/ @jaraco @warsaw @FFY00
482482

483483
# itertools
484484
Doc/library/itertools.rst @rhettinger
@@ -492,10 +492,10 @@ Lib/test/test_logging.py @vsajip
492492

493493
# multiprocessing
494494
Doc/library/multiprocessing*.rst @gpshead
495-
Lib/multiprocessing/ @gpshead
496-
Lib/test/*multiprocessing.py @gpshead
497-
Lib/test/test_multiprocessing*/ @gpshead
498-
Modules/_multiprocessing/ @gpshead
495+
Lib/multiprocessing/ @gpshead
496+
Lib/test/*multiprocessing.py @gpshead
497+
Lib/test/test_multiprocessing*/ @gpshead
498+
Modules/_multiprocessing/ @gpshead
499499

500500
# pathlib
501501
Doc/library/pathlib.rst @barneygale
@@ -537,9 +537,9 @@ Lib/test/test_site.py @FFY00
537537
Doc/library/site.rst @FFY00
538538

539539
# string.templatelib
540-
Doc/library/string.templatelib.rst @lysnikolaou @AA-Turner
541-
Lib/string/templatelib.py @lysnikolaou @AA-Turner
542-
Lib/test/test_string/test_templatelib.py @lysnikolaou @AA-Turner
540+
Doc/library/string.templatelib.rst @lysnikolaou @AA-Turner
541+
Lib/string/templatelib.py @lysnikolaou @AA-Turner
542+
Lib/test/test_string/test_templatelib.py @lysnikolaou @AA-Turner
543543

544544
# Sysconfig
545545
**/*sysconfig* @FFY00
@@ -578,7 +578,7 @@ Lib/types.py @AA-Turner
578578
Modules/_typesmodule.c @AA-Turner
579579

580580
# Unittest
581-
Lib/unittest/mock.py @cjw296
581+
Lib/unittest/mock.py @cjw296
582582
Lib/test/test_unittest/testmock/ @cjw296
583583

584584
# Urllib

0 commit comments

Comments
 (0)