Messages by Thread
-
[Python-checkins] [3.13] gh-128714: Fix function object races in `__annotate__`, `__annotations__` and `__type_params__` in free-threading build (GH-129016) (#129729)
terryjreedy
-
[Python-checkins] gh-130160: use `.. program::` directive for documenting `idle` CLI (#130278)
terryjreedy
-
[Python-checkins] gh-130151: Fix reference leaks in `_hashlib.hmac_{new,digest}` (GH-130152)
gpshead
-
[Python-checkins] gh-128641: Fix ConfigParser.read Perfomance Regression (#129596)
jaraco
-
[Python-checkins] gh-128627: Skip wasm-gc on iOS Safari where it's broken (#130418)
freakboy3742
-
[Python-checkins] gh-107773: Make `datetime` subclass `repr` consistent both implementations (#130308)
jaraco
-
[Python-checkins] gh-129948: Add `set()` to `multiprocessing.managers.SyncManager` (#129949)
gpshead
-
[Python-checkins] gh-124096: Enable REPL virtual terminal support on Windows (#124119)
ambv
-
[Python-checkins] gh-65697: Prevent configparser from writing keys it cannot properly read (#129270)
jaraco
-
[Python-checkins] gh-111178: fix UBSan failures in `Modules/_struct.c` (#129793)
picnixz
-
[Python-checkins] gh-84559: improve What's New entry for `multiprocessing` start method changes (#128173)
picnixz
-
[Python-checkins] [3.12] Docs: Test presence of optional extensions with importlib (GH-130445) (#130466)
AA-Turner
-
[Python-checkins] [3.13] Add test checking value of a TypedDict's __total__ attribute when there is an assignment in the class body. (GH-130460) (#130462)
JelleZijlstra
-
[Python-checkins] [3.12] gh-121970: Replace `.. coroutine{method,function}` with `:async:` (GH-130448) (#130467)
AA-Turner
-
[Python-checkins] [3.13] gh-121970: Replace `.. coroutine{method,function}` with `:async:` (GH-130448) (#130465)
AA-Turner
-
[Python-checkins] [3.13] Docs: Test presence of optional extensions with importlib (GH-130445) (#130464)
AA-Turner
-
[Python-checkins] gh-121970: Replace `.. coroutine{method,function}` with `:async:` (#130448)
AA-Turner
-
[Python-checkins] Docs: Test presence of optional extensions with importlib (#130445)
AA-Turner
-
[Python-checkins] Add test checking value of a TypedDict's __total__ attribute when there is an assignment in the class body. (#130460)
JelleZijlstra
-
[Python-checkins] [3.12] Add measuring unit to `sys.getswitchinterval` docs (GH-130457) (#130459)
sobolevn
-
[Python-checkins] [3.13] Add measuring unit to `sys.getswitchinterval` docs (GH-130457) (#130458)
sobolevn
-
[Python-checkins] Add measuring unit to `sys.getswitchinterval` docs (#130457)
sobolevn
-
[Python-checkins] gh-111178: fix clang-cl compilation of `Modules/mmapmodule.c` post gh-129784 (#130446)
picnixz
-
[Python-checkins] [3.13] gh-129712: Document the wheels tags corresponding to each universal SDK. (GH-130389) (#130449)
freakboy3742
-
[Python-checkins] gh-129712: Document the wheels tags corresponding to each universal SDK. (#130389)
freakboy3742
-
[Python-checkins] [3.12] gh-129712: Document the wheels tags corresponding to each universal SDK. (GH-130389) (#130450)
freakboy3742
-
[Python-checkins] [3.12] GH-121970: Replace custom abstract method directive with the ``:abstract:`` option (GH-129311) (#130440)
AA-Turner
-
[Python-checkins] [3.13] GH-121970: Replace custom abstract method directive with the ``:abstract:`` option (#129311) (#130439)
AA-Turner
-
[Python-checkins] [3.13] GH-103180: Set a timeout for every job in GitHub Actions (GH-130375) (#130431)
AA-Turner
-
[Python-checkins] GH-121970: Replace custom abstract method directive with the ``:abstract:`` option (#129311)
AA-Turner
-
[Python-checkins] [3.13] gh-128446: Skip Windows CI for Unix build system changes (GH-128450) (#130434)
AA-Turner
-
[Python-checkins] [3.12] GH-103180: Set a timeout for every job in GitHub Actions (GH-130375) (#130432)
AA-Turner
-
[Python-checkins] [3.12] gh-130159: Fix list indentation in collections.abc (GH-130165) (#130438)
AA-Turner
-
[Python-checkins] [3.13] gh-130159: Fix list indentation in collections.abc (GH-130165) (#130437)
AA-Turner
-
[Python-checkins] gh-130159: Fix list indentation in collections.abc (#130165)
AA-Turner
-
[Python-checkins] [3.12] gh-128446: Skip Windows CI for Unix build system changes (GH-128450) (#130435)
AA-Turner
-
[Python-checkins] [3.13] Convert change detection to a Python script (GH-129627) (#130367)
AA-Turner
-
[Python-checkins] gh-126835: Move constant unaryop & binop folding to CFG (#129550)
iritkatriel
-
[Python-checkins] GH-128520: More consistent type-checking behaviour in pathlib (#130199)
barneygale
-
[Python-checkins] [3.13] gh-130285: Fix handling of zero or empty counts in random.sample() (gh-130291) (gh-130416)
rhettinger
-
[Python-checkins] [3.12] gh-130285: Fix handling of zero or empty counts in random.sample() (gh-130291) (gh-130417)
rhettinger
-
[Python-checkins] gh-130285: Fix handling of zero or empty counts in random.sample() (gh-130291)
rhettinger
-
[Python-checkins] [3.13] gh-126332: Add tests for _pyrepl.utils (GH-129325) (#130414)
vstinner
-
[Python-checkins] gh-126332: Add tests for _pyrepl.utils (#129325)
vstinner
-
[Python-checkins] gh-129965: Add missing MIME types (#129969)
hugovk
-
[Python-checkins] [3.12] Convert change detection to a Python script (GH-129627) (#130370)
hugovk
-
[Python-checkins] GH-103180: Set a timeout for every job in GitHub Actions (#130375)
hugovk
-
[Python-checkins] gh-111178: fix UBSan failures in `Modules/_randommodule.c` (GH-129791)
encukou
-
[Python-checkins] [3.13] gh-124234: Improve docs for `Mock.reset_mock` (GH-124237) (#130408)
hugovk
-
[Python-checkins] [3.13] gh-111609: Test `end_offset` in SyntaxError subclass (GH-127830) (#130407)
hugovk
-
[Python-checkins] [3.12] gh-129363: Change regrtest sequential mode output (GH-129476) (#130406)
vstinner
-
[Python-checkins] gh-111178: fix UBSan failures in `Modules/_queuemodule.c` (GH-129790)
encukou
-
[Python-checkins] [3.13] gh-129363: Change regrtest sequential mode output (GH-129476) (#130405)
vstinner
-
[Python-checkins] gh-111178: fix UBSan failures in `Modules/_functoolsmodule.c` (GH-129778)
encukou
-
[Python-checkins] gh-129363: Change regrtest sequential mode output (#129476)
vstinner
-
[Python-checkins] gh-129569: The function unicodedata.normalize() always returns built-in str (#129570)
vstinner
-
[Python-checkins] [3.13] Add `.. versionadded` directive to `dis` CLI options (GH-130267) (#130401)
sobolevn
-
[Python-checkins] Add `.. versionadded` directive to `dis` CLI options (#130267)
sobolevn
-
[Python-checkins] gh-127805: Clarify Formatter initialization in logging.rst. (GH-127850)
vsajip
-
[Python-checkins] [3.13] Fix outdated reference link in collections module (gh-130349) (gh-130386)
rhettinger
-
[Python-checkins] [3.12] Fix outdated reference link in collections module (gh-130349) (gh-130387)
rhettinger
-
[Python-checkins] Fix outdated reference link in collections module (gh-130349)
rhettinger
-
[Python-checkins] [3.12] Itertool recipe additions (gh-127483) (gh-130362)
rhettinger
-
[Python-checkins] gh-130313: Avoid locking when clearing objects (#130126)
DinoV
-
[Python-checkins] gh-130052: Fix some exceptions on error paths in _testexternalinspection (#130053)
vstinner
-
[Python-checkins] [3.12] gh-129838: Don't redefine _Py_NO_SANITIZE_UNDEFINED (GH-129839) (#130365)
vstinner
-
[Python-checkins] gh-111924: Fix data races when swapping allocators (gh-130287)
colesbury
-
[Python-checkins] [3.13] gh-129838: Don't redefine _Py_NO_SANITIZE_UNDEFINED (GH-129839) (#130366)
vstinner
-
[Python-checkins] gh-129838: Don't redefine _Py_NO_SANITIZE_UNDEFINED (#129839)
vstinner
-
[Python-checkins] [3.13] Fix phrasing in paragraphs with leading "similar" (GH-121135) (#130364)
hugovk
-
[Python-checkins] [3.12] gh-119727: Add --single-process option to regrtest (GH-119728) (#130359)
hugovk
-
[Python-checkins] [3.13] gh-129269: Exclude everything in sys.path in `test_coverage_ignore` (gh-130133) (gh-130357)
colesbury
-
[Python-checkins] gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RPartition (#130191)
vstinner
-
[Python-checkins] [3.12] gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RPartition (GH-130191) (#130361)
vstinner
-
[Python-checkins] [3.13] gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RPartition (GH-130191) (#130360)
vstinner
-
[Python-checkins] [3.12] gh-129269: Exclude everything in sys.path in `test_coverage_ignore` (gh-130133) (gh-130358)
colesbury
-
[Python-checkins] [3.13] [doc]: Update logging cookbook to mention domain socket configuration in a recipe. (GH-130348) (GH-130351)
vsajip
-
[Python-checkins] [3.12] [doc]: Update logging cookbook to mention domain socket configuration in a recipe. (GH-130348) (GH-130352)
vsajip
-
[Python-checkins] [doc]: Update logging cookbook to mention domain socket configuration in a recipe. (GH-130348)
vsajip
-
[Python-checkins] [3.12] gh-101100: Fix sphinx warnings in `readline.rst` (GH-130300) (#130347)
hugovk
-
[Python-checkins] gh-111178: fix UBSan failures in `Modules/_pickle.c` (#129787)
encukou
-
[Python-checkins] gh-111178: fix UBSan failures in `Modules/overlapped.c` (GH-129786)
encukou
-
[Python-checkins] gh-111178: fix UBSan failures in `Modules/_operator.c` (GH-129785)
encukou
-
[Python-checkins] gh-129173: Use `_PyUnicodeError_GetParams` in `PyCodec_SurrogateEscapeErrors` (GH-129175)
encukou
-
[Python-checkins] [3.13] gh-101100: Fix sphinx warnings in `readline.rst` (GH-130300) (#130346)
hugovk
-
[Python-checkins] gh-128863: Deprecate the private _PyUnicodeWriter API (#129245)
vstinner
-
[Python-checkins] gh-101100: Fix sphinx warnings in `readline.rst` (#130300)
hugovk
-
[Python-checkins] [3.12] gh-127750: Backport some tests for singledispatchmethod (GH-130309) (GH-130340) (GH-130341)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-130250: use support.swap_attr() in test and don't assume we're beginning with a clean system state (GH-130342) (#130344)
iritkatriel
-
[Python-checkins] [3.12] gh-130250: use support.swap_attr() in test and don't assume we're beginning with a clean system state (GH-130342) (#130345)
iritkatriel
-
[Python-checkins] gh-130250: use support.swap_attr() in test and don't assume we're beginning with a clean system state (#130342)
iritkatriel
-
[Python-checkins] [3.13] Fix some ctypes docs typos (GH-130307) (GH-130343)
encukou
-
[Python-checkins] Fix some ctypes docs typos (GH-130307)
encukou
-
[Python-checkins] [3.13] gh-127750: Backport some tests for singledispatchmethod (GH-130309) (GH-130340)
serhiy-storchaka
-
[Python-checkins] gh-127750: Restore inspect and pydoc support of singledispatchmethod (GH-130309)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-69001: Convert links to more usable buttons (GH-129591) (#130338)
terryjreedy
-
[Python-checkins] [3.12] gh-69001: Convert links to more usable buttons (GH-129591) (#130339)
terryjreedy
-
[Python-checkins] gh-69001: Convert links to more usable buttons (#129591)
terryjreedy
-
[Python-checkins] gh-130130: Clarify `hash=False` docs in `dataclasses.field` (#130324)
ericvsmith
-
[Python-checkins] [3.12] gh-130130: Clarify `hash=False` docs in `dataclasses.field` (GH-130324) (#130336)
sobolevn
-
[Python-checkins] [3.13] gh-130130: Clarify `hash=False` docs in `dataclasses.field` (GH-130324) (#130337)
sobolevn
-
[Python-checkins] [3.13] gh-130293: Ensure test__colorize will pass on dumb terminals. (GH-130333) (#130334)
freakboy3742
-
[Python-checkins] gh-130293: Ensure test__colorize will pass on dumb terminals. (#130333)
freakboy3742
-
[Python-checkins] gh-57537: Support breakpoints for zipimport modules on pdb (#130290)
gaogaotiantian
-
[Python-checkins] [3.13] gh-130250: fix cleanup in test (impacts refleaks runs) (GH-130329) (#130330)
iritkatriel
-
[Python-checkins] [3.12] gh-130250: fix cleanup in test (impacts refleaks runs) (GH-130329) (#130331)
iritkatriel
-
[Python-checkins] gh-130250: fix cleanup in test (impacts refleaks runs) (#130329)
iritkatriel
-
[Python-checkins] [3.13] gh-130250: fix regression in traceback.print_last (GH-130318) (#130325)
iritkatriel
-
[Python-checkins] [3.12] gh-130250: fix regression in traceback.print_last (GH-130318) (#130326)
iritkatriel
-
[Python-checkins] gh-130250: fix regression in traceback.print_last (#130318)
iritkatriel
-
[Python-checkins] [3.13] gh-122876: Fix "End of lines" typo (GH-125310) (#130315)
hugovk
-
[Python-checkins] [3.12] gh-122876: Fix "End of lines" typo (GH-125310) (#130316)
hugovk
-
[Python-checkins] gh-122876: Fix "End of lines" typo (#125310)
hugovk
-
[Python-checkins] [3.13] gh-128396: Fix a crash when inline comprehension has the same … (#130311)
gaogaotiantian
-
[Python-checkins] gh-128396: Fix a crash when inline comprehension has the same local variable as the outside scope (#130235)
gaogaotiantian
-
[Python-checkins] gh-130221: fix crash when accessing module state while interp is finalizing in asyncio (#130245)
kumaraditya303
-
[Python-checkins] gh-129898: per-thread current task implementation in asyncio (#129899)
kumaraditya303
-
[Python-checkins] Revert "Use ubuntu-22.04-arm image for Arm runners. (#129834)" (#130305)
ambv
-
[Python-checkins] [3.9] gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed URLs (GH-129418) (#129530)
ambv
-
[Python-checkins] [3.10] gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed URLs (GH-129418) (#129529)
ambv
-
[Python-checkins] [3.9] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (#130248)
ambv
-
[Python-checkins] [3.10] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (#129358)
ambv
-
[Python-checkins] [3.9] gh-119461: Fix ThreadedVSOCKSocketStreamTest (GH-129171) (GH-129440) (#130075)
ambv
-
[Python-checkins] [3.11] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (#129357)
ambv
-
[Python-checkins] [3.11] gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed URLs (GH-129418) (#129528)
ambv
-
[Python-checkins] [3.11] gh-80222: Fix email address header folding with long quoted-string (GH-122753) (#129009)
ambv
-
[Python-checkins] [3.12] CI: Make macOS required to succeed (GH-110362) (#130299)
hugovk
-
[Python-checkins] gh-111178: fix UBSan failures in `Modules/_datetimemodule.c` (GH-129774)
encukou
-
[Python-checkins] gh-111178: fix UBSan failures in `Modules/mmapmodule.c` (GH-129784)
encukou
-
[Python-checkins] gh-111178: fix UBSan failures in `Modules/itertoolsmodule.c` (GH-129780)
encukou
-
[Python-checkins] gh-129107: make `bytearray` iterator thread safe (#130096)
kumaraditya303
-
[Python-checkins] [3.9] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (#130275)
hugovk
-
[Python-checkins] [3.10] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (#130274)
hugovk
-
[Python-checkins] [3.11] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (#130276)
hugovk
-
[Python-checkins] gh-115999: Make list and tuple iteration more thread-safe. (#128637)
Yhg1s
-
[Python-checkins] [3.12] Docs: Upgrade Sphinx to 8.2 (GH-130171) (#130288)
AA-Turner
-
[Python-checkins] [3.13] Docs: Upgrade Sphinx to 8.2 (GH-130171) (#130289)
AA-Turner
-
[Python-checkins] Docs: Upgrade Sphinx to 8.2 (#130171)
AA-Turner
-
[Python-checkins] gh-130094: Fix race conditions in `importlib` (gh-130101)
colesbury
-
[Python-checkins] gh-124703: Add extra checks for pdb quit test (#130286)
gaogaotiantian
-
[Python-checkins] bpo-45325: Add a new 'p' parameter to Py_BuildValue to convert an integer into a Python bool (#28634)
pablogsal
-
[Python-checkins] gh-126944: Show explicit errors when required arguments of pdb commands are missing (#130240)
gaogaotiantian
-
[Python-checkins] gh-127260: Improve error consistency in both `fromisoformat` implementations (#130134)
pganssle
-
[Python-checkins] gh-129989: Change Py_TAIL_CALL_INTERP ifndef to ! (#130269)
Fidget-Spinner
-
[Python-checkins] gh-130164: Fix inspect.Signature.bind() handling of positional-only args without defaults (GH-130192)
serhiy-storchaka
-
[Python-checkins] [3.12] gh-130160: use `option` instead of `cmdoption` in `dis.rst` (GH-130255) (#130265)
sobolevn
-
[Python-checkins] gh-44827: Improve error if BOM on first line of .po file (GH-130187)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-130160: use `option` instead of `cmdoption` in `dis.rst` (GH-130255) (#130264)
sobolevn
-
[Python-checkins] gh-111178: fix UBSan failures in `Modules/_lzmamodule.c` (GH-129783)
encukou
-
[Python-checkins] gh-130160: use `option` instead of `cmdoption` in `dis.rst` (#130255)
sobolevn
-
[Python-checkins] [3.12] gh-130160: use `.. program::` directive for documenting `ensurepip` CLI (gh-130253) (gh-130258)
pfmoore
-
[Python-checkins] [3.13] gh-130160: use `.. program::` directive for documenting `ensurepip` CLI (gh-130253) (gh-130259)
pfmoore
-
[Python-checkins] [3.11] CI: Use ImageOS (ubuntu24) instead of runner.os (Linux) in cache keys (GH-130200) (#130252)
hugovk
-
[Python-checkins] gh-130160: use `.. program::` directive for documenting `ensurepip` CLI (gh-130253)
pfmoore
-
[Python-checkins] improve `test_tasks` to use correct idiom for starting task in asyncio (#130257)
kumaraditya303
-
[Python-checkins] [3.13] gh-130230: Fix crash in pow() with only Decimal third argument (GH-130237) (GH-130246)
serhiy-storchaka
-
[Python-checkins] [3.9] gh-129641: Docs GHA build: use upload-artifact@v4 (GH-129642) (#130114)
hugovk
-
[Python-checkins] [3.9] gh-129509: Add required key to the dummy Read the Docs config file (GH-129510) (#130249)
hugovk
-
[Python-checkins] [3.10] gh-129509: Add required key to the dummy Read the Docs config file (#129510)
hugovk
-
[Python-checkins] [3.12] gh-130230: Add new tests for 3-arg pow() with Decimal (GH-130237) (GH-130247)
serhiy-storchaka
-
[Python-checkins] gh-130230: Fix crash in pow() with only Decimal third argument (GH-130237)
serhiy-storchaka
-
[Python-checkins] gh-130195: Remove unimplemented option from pygettext (#130196)
gvanrossum
-
[Python-checkins] [3.13] gh-130214: Document `PyEllipsis_Type` (GH-130215) (#130223)
sobolevn
-
[Python-checkins] gh-118761: Improve import time of `cmd` module (#130056)
gpshead
-
[Python-checkins] GH-127381: pathlib ABCs: remove `ReadablePath.rglob()` (#130207)
barneygale
-
[Python-checkins] GH-125413: Add private metadata methods to `pathlib.Path.info` (#129897)
barneygale
-
[Python-checkins] cover `**/*hashopenssl*` in CODEOWNERS (#130236)
gpshead
-
[Python-checkins] [3.12] gh-130214: Document `PyEllipsis_Type` (GH-130215) (#130224)
sobolevn
-
[Python-checkins] [3.12] gh-125741: Update `build.yml` for the new check_autoconf_regen job (GH-125772) (#130229)
hugovk
-
[Python-checkins] gh-125756: Document Pickler.clear_memo() (GH-125762)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-130127)
encukou
-
[Python-checkins] gh-111178: fix UBSan failures in `Modules/_lsprof.c` (GH-129782)
encukou
-
[Python-checkins] gh-111178: fix UBSan failures in `Modules/_jsonmodule.c` (GH-129781)
encukou
-
[Python-checkins] [3.12] CI: Use ImageOS (ubuntu24) instead of runner.os (Linux) in cache keys (GH-130200) (#130226)
hugovk
-
[Python-checkins] [3.13] CI: Use ImageOS (ubuntu24) instead of runner.os (Linux) in cache keys (GH-130200) (#130222)
hugovk
-
[Python-checkins] gh-129678: ConfigParser: do not write an empty unnamed section (GH-129679)
encukou
-
[Python-checkins] gh-129701: Fix a data race in `intern_common` in the free threaded build (GH-130089)
encukou
-
[Python-checkins] [3.12] gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-130125)
encukou
-
[Python-checkins] gh-130214: Document `PyEllipsis_Type` (GH-130215)
encukou
-
[Python-checkins] gh-111178: fix UBSan failures in `Modules/_collectionsmodule.c` (#129773)
picnixz
-
[Python-checkins] CI: Use ImageOS (ubuntu24) instead of runner.os (Linux) in cache keys (#130200)
hugovk
-
[Python-checkins] gh-130057: Pygettext: Support translator comments (GH-130061)
serhiy-storchaka
-
[Python-checkins] gh-111178: fix UBSan failures in `Modules/_interp*module.c` (GH-129779)
encukou
-
[Python-checkins] [3.13] gh-127750: Fix functools.singledispatchmethod() (GH-130029)
serhiy-storchaka
-
[Python-checkins] gh-111178: fix UBSan failures in `Objects/exceptions.c` (GH-128154)
encukou
-
[Python-checkins] [3.13] gh-130193: Increase test coverage of gettext.c2py (GH-130208) (GH-130217)
serhiy-storchaka
-
[Python-checkins] [3.12] gh-130193: Increase test coverage of gettext.c2py (GH-130208) (GH-130218)
serhiy-storchaka
-
[Python-checkins] gh-127750: Fix and optimize functools.singledispatchmethod() (GH-130008)
serhiy-storchaka
-
[Python-checkins] gh-130193: Increase test coverage of gettext.c2py (GH-130208)
serhiy-storchaka
-
[Python-checkins] [3.12] gh-86069: Add more PyNumber_InPlacePower() tests (GH-130111) (GH-130212)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-86069: Add more PyNumber_InPlacePower() tests (GH-130111) (GH-130211)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-129805: Fix `bytes` annotation in `Tools/jit` (GH-129806) (#130216)
sobolevn
-
[Python-checkins] gh-129805: Fix `bytes` annotation in `Tools/jit` (#129806)
sobolevn
-
[Python-checkins] gh-86069: Add more PyNumber_InPlacePower() tests (GH-130111)
serhiy-storchaka
-
[Python-checkins] [3.12] gh-118761: Revert "Improve import time of `subprocess` (GH-129427)" (GH-130201) (#130205)
gpshead
-
[Python-checkins] [3.13] gh-118761: Revert "Improve import time of `subprocess` (GH-129427)" (GH-130201) (#130204)
gpshead
-
[Python-checkins] gh-118761: Revert "Improve import time of `subprocess` (GH-129427)" (#130201)
gpshead
-
[Python-checkins] pathlib ABCs: remove caching of path parser case sensitivity (#130194)
barneygale
-
[Python-checkins] [3.13] gh-130179: Fix `persistent_{id,load}_attr` reference leaks in `_pickle` (GH-130180) (#130190)
sobolevn
-
[Python-checkins] gh-130179: Fix `persistent_{id,load}_attr` reference leaks in `_pickle` (#130180)
sobolevn