python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] [3.14] GH-141808: Do not generate the jit stencils twice in case of PGO builds on Windows. (GH-142043) (#142100)
gpshead
[Python-checkins] GH-141808: Do not generate the jit stencils twice in case of PGO builds on Windows. (GH-142043)
gpshead
[Python-checkins] [3.13] Docs: Prepare for Sphinx 9 (GH-142057) (#142092)
AA-Turner
[Python-checkins] [3.14] Docs: Prepare for Sphinx 9 (GH-142057) (#142091)
hugovk
[Python-checkins] [3.13] GH-121970: Remove Docutils list monkeypatch (GH-142056) (#142089)
AA-Turner
[Python-checkins] [3.14] GH-121970: Remove Docutils list monkeypatch (GH-142056) (#142088)
AA-Turner
[Python-checkins] Docs: Prepare for Sphinx 9 (#142057)
hugovk
[Python-checkins] GH-121970: Remove Docutils list monkeypatch (#142056)
AA-Turner
[Python-checkins] [3.14] GH-91636: Clear weakrefs created by finalizers. (GH-136401) (#141993)
gpshead
[Python-checkins] [3.13] gh-74389: gh-70560: subprocess.Popen.communicate() now ignores stdin.flush error when closed (GH-142061) (#142065)
gpshead
[Python-checkins] [3.13] gh-140011: Delete importdl assertion that prevents importing embedded modules from packages (GH-141605) (#141987)
gpshead
[Python-checkins] [3.14] gh-140011: Delete importdl assertion that prevents importing embedded modules from packages (GH-141605) (#141986)
gpshead
[Python-checkins] [3.13] GH-141963: Clarify argparse documentation (GH-141964) (#142077)
gpshead
[Python-checkins] [3.14] GH-141963: Clarify argparse documentation (GH-141964) (#142076)
gpshead
[Python-checkins] [3.14] Fix multiprocessing queue test_get() (GH-142024) (#142070)
gpshead
[Python-checkins] GH-141963: Clarify argparse documentation (GH-141964)
gpshead
[Python-checkins] [3.13] gh-87512: Fix `subprocess` using `timeout=` on Windows blocking with a large `input=` (GH-142058) (#142069)
gpshead
[Python-checkins] [3.13] Fix multiprocessing queue test_get() (GH-142024) (#142071)
gpshead
[Python-checkins] [3.13] Docs: multi-disk ZIP files -> multipart ZIP files (GH-141962) (#142075)
gpshead
[Python-checkins] [3.14] Docs: multi-disk ZIP files -> multipart ZIP files (GH-141962) (#142074)
gpshead
[Python-checkins] [3.13] gh-141994: Warn of XXE vulnerability in documentation of SAX feature `xml.sax.handler.feature_external_ges` (GH-141996) (#142073)
gpshead
[Python-checkins] [3.14] gh-141994: Warn of XXE vulnerability in documentation of SAX feature `xml.sax.handler.feature_external_ges` (GH-141996) (#142072)
gpshead
[Python-checkins] Docs: multi-disk ZIP files -> multipart ZIP files (GH-141962)
gpshead
[Python-checkins] gh-141994: Warn of XXE vulnerability in documentation of SAX feature `xml.sax.handler.feature_external_ges` (GH-141996)
gpshead
[Python-checkins] [3.14] gh-74389: gh-70560: subprocess.Popen.communicate() now ignores stdin.flush error when closed (GH-142061) (#142064)
gpshead
[Python-checkins] Fix multiprocessing queue test_get() (GH-142024)
gpshead
[Python-checkins] [3.13] gh-141473: Fix subprocess.Popen.communicate to send input to stdin upon a subsequent post-timeout call (GH-141477) (#142060)
gpshead
[Python-checkins] [3.13] GH-134453: Fix subprocess memoryview input handling on POSIX (GH-134949) (#142063)
gpshead
[Python-checkins] [3.14] gh-87512: Fix `subprocess` using `timeout=` on Windows blocking with a large `input=` (GH-142058) (#142068)
gpshead
[Python-checkins] [3.14] gh-141473: Fix subprocess.Popen.communicate to send input to stdin upon a subsequent post-timeout call (GH-141477) (#142059)
gpshead
[Python-checkins] gh-87512: Fix `subprocess` using `timeout=` on Windows blocking with a large `input=` (GH-142058)
gpshead
[Python-checkins] gh-74389: gh-70560: subprocess.Popen.communicate() now ignores stdin.flush error when closed (GH-142061)
gpshead
[Python-checkins] [3.14] GH-134453: Fix subprocess memoryview input handling on POSIX (GH-134949) (#142062)
gpshead
[Python-checkins] GH-134453: Fix subprocess memoryview input handling on POSIX (GH-134949)
gpshead
[Python-checkins] gh-141473: Fix subprocess.Popen.communicate to send input to stdin upon a subsequent post-timeout call (GH-141477)
gpshead
[Python-checkins] Docs: Move to method references for bytearray.take_bytes (#142053)
picnixz
[Python-checkins] gh-142025: Add c-analyzer include for pyexpat.c (GH-142026)
gpshead
[Python-checkins] gh-141968: Use take_bytes in encodings.punycode (#141974)
vstinner
[Python-checkins] gh-141968: Use take_bytes in re._compiler (#141995)
vstinner
[Python-checkins] [3.13] gh-98896: resource_tracker: use json&base64 to allow arbitrary shared memory names (GH-138473) (GH-142014)
encukou
[Python-checkins] gh-133228: c-analyzer clang preprocessor (GH-133229)
gpshead
[Python-checkins] [3.14] gh-116008: Detect freed thread state in faulthandler (GH-141988) (#142013)
vstinner
[Python-checkins] [3.13] gh-141004: Document `PyImport_Inittab` (GH-141844) (GH-142016)
ZeroIntensity
[Python-checkins] gh-141930: Use the regular IO stack to write .pyc files for a better error message on failure (GH-141931)
gpshead
[Python-checkins] gh-140210: Make test_sysconfig.test_parse_makefile_renamed_vars ignore environment variables (#140213)
brettcannon
[Python-checkins] gh-140505: Fix 'parameters' to 'arguments' in xmlrpc.client.MultiCall docs (GH-141942)
JulienPalard
[Python-checkins] [3.13] gh-116008: Detect freed thread state in faulthandler (#141988) (#142017)
vstinner
[Python-checkins] gh-130396: Export _Py_ReachedRecursionLimitWithMargin() (#142012)
vstinner
[Python-checkins] [3.14] gh-98896: resource_tracker: use json&base64 to allow arbitrary shared memory names (GH-138473) (GH-141922)
encukou
[Python-checkins] [3.14] gh-125434: Display thread name in faulthandler on Windows (#142011)
vstinner
[Python-checkins] gh-116008: Detect freed thread state in faulthandler (#141988)
vstinner
[Python-checkins] gh-127635: Use flexible array in tracemalloc (#141991)
vstinner
[Python-checkins] gh-130396: Remove _Py_ReachedRecursionLimitWithMargin() function (#141951)
vstinner
[Python-checkins] [3.14] gh-116738: Fix thread-safety issue in re module for free threading (gh-141923) (gh-141990)
colesbury
[Python-checkins] gh-116738: Fix thread-safety issue in re module for free threading (gh-141923)
colesbury
[Python-checkins] gh-141968: use `bytearray.take_bytes` in `encodings.idna` (#141975)
kumaraditya303
[Python-checkins] gh-141968: use `bytearray.take_bytes` in `wave._byteswap` (#141973)
kumaraditya303
[Python-checkins] gh-141968: Use `bytearray.take_bytes` in `base64` `_b32encode` and `_b32decode` (#141971)
kumaraditya303
[Python-checkins] gh-135676: Simplify docs on lexing names (GH-140464)
encukou
[Python-checkins] [3.13] gh-141909: Add `PyModuleDef_Slot` and earlier Py_mod_* constants to stable ABI manifest (#141910) (GH-141977)
encukou
[Python-checkins] [3.14] gh-141909: Add `PyModuleDef_Slot` and earlier Py_mod_* constants to stable ABI manifest (#141910) (GH-141978)
encukou
[Python-checkins] GH-141861: Fix TRACE_RECORD if full (GH-141959)
Fidget-Spinner
[Python-checkins] gh-140011: Delete importdl assertion that prevents importing embedded modules from packages (GH-141605)
encukou
[Python-checkins] gh-140550: PEP 793 reference documentation (GH-141197)
encukou
[Python-checkins] [3.14] GH-139653: Only raise an exception (or fatal error) when the stack pointer is about to overflow the stack. (GH-141711) (GH-141944)
encukou
[Python-checkins] Correct indentation in `stdtypes.rst` (#141957)
kumaraditya303
[Python-checkins] Remove ``Misc/ACKS`` check from patchcheck, documentation (#141960)
AA-Turner
[Python-checkins] Remove references to ``Misc/ACKS`` from ``CONTRIBUTING.md`` (#141952)
AA-Turner
[Python-checkins] [3.13] gh-141004: Document missing `PyThread*` APIs (GH-141810) (GH-141955)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document missing `PyThread*` APIs (GH-141810) (GH-141954)
ZeroIntensity
[Python-checkins] gh-141004: Document missing `PyThread*` APIs (GH-141810)
ZeroIntensity
[Python-checkins] [3.10] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (GH-139234) (#139532)
pablogsal
[Python-checkins] [3.11] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (GH-139234) (#139529)
pablogsal
[Python-checkins] [3.14] gh-140911: Ensure that UserString.index() and UserString.rindex() accept UserString as argument (GH-140945) (GH-141946)
serhiy-storchaka
[Python-checkins] gh-141909: Add `PyModuleDef_Slot` and earlier Py_mod_* constants to stable ABI manifest (#141910)
encukou
[Python-checkins] [3.13] gh-141004: Document `PyOS_mystr(n)icmp` (GH-141760) (#141948)
vstinner
[Python-checkins] [3.14] gh-141004: Document `PyOS_mystr(n)icmp` (GH-141760) (#141947)
vstinner
[Python-checkins] [3.13] gh-140911: Ensure that UserString.index() and UserString.rindex() accept UserString as argument (GH-140945) (GH-141945)
serhiy-storchaka
[Python-checkins] gh-141004: Document `PyOS_mystr(n)icmp` (#141760)
vstinner
[Python-checkins] gh-139165: Make Py_SIZE, Py_IS_TYPE,Py_ SET_SIZE regular functions in stable ABI (GH-139166)
encukou
[Python-checkins] gh-140911: Ensure that UserString.index() and UserString.rindex() accept UserString as argument (GH-140945)
serhiy-storchaka
[Python-checkins] [3.14] gh-138199: Address potential confusion re: threading (GH-138200) (GH-141928)
ZeroIntensity
[Python-checkins] [3.13] gh-138199: Address potential confusion re: threading (GH-138200) (GH-141929)
ZeroIntensity
[Python-checkins] gh-141781: Fix pdb.line_prefix binding (#141779)
gaogaotiantian
[Python-checkins] [3.13] gh-141907: Better handle support for SHA3 for test_hashlib (GH-141908) (#141919)
picnixz
[Python-checkins] [3.14] gh-141907: Better handle support for SHA3 for test_hashlib (GH-141908) (#141918)
picnixz
[Python-checkins] GH-141861: Fix invalid memory read in the ENTER_EXECUTOR (GH-141921)
Fidget-Spinner
[Python-checkins] [3.14] Fix implicit import in `test_monitoring.py` (gh-141795) (gh-141920)
colesbury
[Python-checkins] Fix implicit import in `test_monitoring.py` (gh-141795)
colesbury
[Python-checkins] [3.13] gh-129441: Fix some flakiness in test_instrumentation (gh-141881) (gh-141914)
colesbury
[Python-checkins] gh-141907: Better handle support for SHA3 for test_hashlib (GH-141908)
gpshead
[Python-checkins] [3.13] gh-141004: Document stack effect C APIs (GH-141843) (GH-141917)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document stack effect C APIs (GH-141843) (GH-141916)
ZeroIntensity
[Python-checkins] gh-141004: Document stack effect C APIs (GH-141843)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document `PyImport_Inittab` (GH-141844) (GH-141915)
ZeroIntensity
[Python-checkins] [3.13] GH-129805: Clean up some changes from GH-129806 (GH-133540) (#141165)
hugovk
[Python-checkins] [3.14] gh-129441: Fix some flakiness in test_instrumentation (gh-141881) (gh-141913)
colesbury
[Python-checkins] gh-141004: Document `PyImport_Inittab` (GH-141844)
ZeroIntensity
[Python-checkins] gh-129441: Fix some flakiness in test_instrumentation (gh-141881)
colesbury
[Python-checkins] [3.14] gh-116749: Fix code comment for _PyConfig_GIL_DEFAULT (gh-141804) (gh-141911)
colesbury
[Python-checkins] gh-116749: Fix code comment for _PyConfig_GIL_DEFAULT (gh-141804)
colesbury
[Python-checkins] gh-141863: use `bytearray.take_bytes` in asyncio streams for better performance (#141864)
kumaraditya303
[Python-checkins] [3.13] gh-106318: Add example for str.format() (GH-137018) (#141903)
hugovk
[Python-checkins] [3.14] gh-106318: Add example for str.format() (GH-137018) (#141904)
hugovk
[Python-checkins] gh-141831: Document behavior of functools.lru_cache with concurrent access (gh-141869)
rhettinger
[Python-checkins] [3.13] gh-106318: Add example for str.isalpha() (GH-137557) (#141902)
hugovk
[Python-checkins] [3.14] gh-106318: Add example for str.isalpha() (GH-137557) (#141901)
hugovk
[Python-checkins] gh-138199: Address potential confusion regarding threading in the `asyncio` HOWTO (GH-138200)
ZeroIntensity
[Python-checkins] [3.13] gh-106318: Add example for str.isascii() (GH-137558) (#141899)
hugovk
[Python-checkins] gh-106318: Add example for str.isascii() (#137558)
hugovk
[Python-checkins] [3.13] gh-141004: Document `Py_ARRAY_LENGTH` (GH-141601) (GH-141896)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document `Py_ARRAY_LENGTH` (GH-141601) (GH-141895)
ZeroIntensity
[Python-checkins] gh-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed (GH-141785)
encukou
[Python-checkins] gh-106318: Add example for str.isdecimal() (#137559)
hugovk
[Python-checkins] [3.13] gh-135335: Simplify preload regression test using __main__ (GH-138686) (#141887)
gpshead
[Python-checkins] [3.14] gh-135335: Simplify preload regression test using __main__ (GH-138686) (#141886)
gpshead
[Python-checkins] [3.14] GH-139914: Handle stack growth direction on HPPA (GH-140028) (#141404)
gpshead
[Python-checkins] gh-135335: Simplify preload regression test using __main__ (GH-138686)
gpshead
[Python-checkins] math.dist documentation: add 'strict=True' to equivalent code (#141819)
rhettinger
[Python-checkins] [3.13] gh-141865: Fix translation of strings in `changes.py` extension (GH-141882) (#141884)
hugovk
[Python-checkins] [3.14] gh-141865: Fix translation of strings in `changes.py` extension (GH-141882) (#141883)
hugovk
[Python-checkins] gh-141865: Fix translation of strings in `changes.py` extension (#141882)
hugovk
[Python-checkins] Drop three unused imports (#141875)
pablogsal
[Python-checkins] [3.14] gh-120158: Fix inconsistent monitoring state when setting events too frequently (gh-141845) (gh-141879)
colesbury
[Python-checkins] [3.13] gh-120158: Fix inconsistent monitoring state when setting events too frequently (gh-141845) (gh-141880)
colesbury
[Python-checkins] gh-120158: Fix inconsistent monitoring state when setting events too frequently (gh-141845)
colesbury
[Python-checkins] [3.14] gh-98552: Revert (unneeded, already done elsewhere) "flush std streams in the multiprocessing forkserver before fork (GH-141849)" (GH-141871) (#141872)
gpshead
[Python-checkins] [3.13] gh-98552: Revert (unneeded, already done elsewhere) "flush std streams in the multiprocessing forkserver before fork (GH-141849)" (GH-141871) (#141873)
gpshead
[Python-checkins] gh-98552: Revert (unneeded, already done elsewhere) "flush std streams in the multiprocessing forkserver before fork (#141849)" (#141871)
gpshead
[Python-checkins] [security] Add a cooldown period to dependabot (GH-141866)
gpshead
[Python-checkins] gh-141679: Add colour to defaults in `argparse` help (#141680)
savannahostrowski
[Python-checkins] GH-140638: Add a GC "candidates" stat (GH-141814)
brandtbucher
[Python-checkins] gh-138525: Support single-dash long options and prefix_chars in BooleanOptionalAction (GH-138692)
serhiy-storchaka
[Python-checkins] [3.13] gh-98552: flush std streams in the multiprocessing forkserver before fork (GH-141849) (#141852)
gpshead
[Python-checkins] [3.14] gh-98552: flush std streams in the multiprocessing forkserver before fork (GH-141849) (#141851)
gpshead
[Python-checkins] [3.14] GH-101100: Resolve reference warnings in library/stdtypes.rst (GH-138420) (#141855)
hugovk
[Python-checkins] [3.14] gh-101100: Fix sphinx warnings in `library/unittest.rst` (GH-140109) (#141853)
hugovk
[Python-checkins] GH-101100: Resolve reference warnings in library/stdtypes.rst (#138420)
AA-Turner
[Python-checkins] [3.13] gh-101100: Fix sphinx warnings in `library/unittest.rst` (GH-140109) (#141854)
hugovk
[Python-checkins] gh-101100: Fix sphinx warnings in `library/unittest.rst` (#140109)
hugovk
[Python-checkins] [3.13] gh-141801: Use accessors for ASN1_STRING fields in libssl (GH-141802) (#141848)
gpshead
[Python-checkins] [3.14] gh-141801: Use accessors for ASN1_STRING fields in libssl (GH-141802) (#141847)
gpshead
[Python-checkins] [3.14] gh-141600: Fix musl version detection on Void Linux (GH-141850)
zware
[Python-checkins] gh-98552: flush std streams in the multiprocessing forkserver before fork (#141849)
gpshead
[Python-checkins] gh-141600: Fix musl version detection on Void Linux (GH-141602)
zware
[Python-checkins] [3.13] gh-101100: Fix all Sphinx warnings in `Doc/library/subprocess.rst` (GH-139576) (#139788)
hugovk
[Python-checkins] gh-141801: Use accessors for ASN1_STRING fields in libssl (GH-141802)
gpshead
[Python-checkins] gh-131178: Add tests for `pickletools` command-line interface (#131287)
hugovk
[Python-checkins] gh-141817: Add IPV6_HDRINCL constant to the socket module (#141818)
vstinner
[Python-checkins] gh-141833: Remove the bad lines in `test_attr_promotion_failure` (GH-141841)
Fidget-Spinner
[Python-checkins] [3.14] gh-141612: improve `test_trampoline_works_with_forks` coverage (GH-141613) (#141824)
picnixz
[Python-checkins] [3.13] gh-141612: improve `test_trampoline_works_with_forks` coverage (GH-141613) (#141826)
picnixz
[Python-checkins] [3.14] gh-129559: add `bytearray.resize` thread safety test for free-threading (GH-141739) (#141835)
kumaraditya303
[Python-checkins] gh-140381: Make test_profiling tests deterministic to fix flakiness (#141731)
pablogsal
[Python-checkins] [3.14] gh-141729: Doc PyTypeObject.tp_vectorcall grammar fix (GH-141730) (#141815)
sobolevn
[Python-checkins] [3.14] gh-137422: Fix race condition in PyImport_AddModuleRef (gh-141822) (gh-141830)
colesbury
[Python-checkins] gh-137422: Fix race condition in PyImport_AddModuleRef (gh-141822)
colesbury
[Python-checkins] gh-129559: add `bytearray.resize` thread safety test for free-threading (#141739)
kumaraditya303
[Python-checkins] [3.13] gh-141659: Fix bad file descriptor error in subprocess on AIX (GH-141660) (#141828)
hugovk
[Python-checkins] gh-141498: Change backoff counter to use prime numbers instead of powers of 2 (GH-141591)
markshannon
[Python-checkins] [3.14] gh-116738: Make csv module thread-safe (gh-141365) (gh-141825)
colesbury
[Python-checkins] gh-116738: Make csv module thread-safe (gh-141365)
colesbury
[Python-checkins] gh-141612: improve `test_trampoline_works_with_forks` coverage (#141613)
picnixz
[Python-checkins] gh-140795: fetch thread state once on fast path for critical sections (#141406)
kumaraditya303
[Python-checkins] gh-141645: Add profiling/sampling/live_collector to the makefile and remove spurious file (#141820)
pablogsal
[Python-checkins] GH-139727: Add --enable-stackref-debug flag to build.bat to enable Py_STACKREF_DEBUG build on Windows (GH-139728)
zooba
[Python-checkins] gh-141729: Doc PyTypeObject.tp_vectorcall grammar fix (#141730)
sobolevn
[Python-checkins] gh-141645: Refactor tachyon's live TUI tests to not use private fields (#141806)
pablogsal
[Python-checkins] [3.13] Docs: Fix typo in socketserver documentation (GH-140956) (#141798)
hugovk
[Python-checkins] [3.14] Docs: Fix typo in socketserver documentation (GH-140956) (#141799)
hugovk
[Python-checkins] gh-141784: Fix _remote_debugging_module.c compilation on 32-bit Linux (#141796)
vstinner
[Python-checkins] [3.13] GH-137841: Open tzdata/zones file with UTF-8 encoding (GH-137872) (#141608)
hugovk
[Python-checkins] [3.14] GH-137841: Open tzdata/zones file with UTF-8 encoding (GH-137872) (#141607)
hugovk
[Python-checkins] gh-140042: Removing unsafe call to sqlite3_shutdown (GH-141690)
encukou
[Python-checkins] [3.13] gh-141004: Document `Py_MakePendingCalls` (GH-141137) (GH-141788)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document missing `PyDateTime*` APIs (GH-141543) (GH-141792)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document missing `PyDateTime*` APIs (GH-141543) (GH-141791)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document missing generator APIs (GH-141409) (GH-141790)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document missing generator APIs (GH-141409) (GH-141789)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document `Py_MakePendingCalls` (GH-141137) (GH-141787)
ZeroIntensity
[Python-checkins] gh-141004: Document missing `PyDateTime*` APIs (GH-141543)
ZeroIntensity
[Python-checkins] gh-141004: Document missing generator APIs (GH-141409)
ZeroIntensity
[Python-checkins] gh-141004: Document `Py_MakePendingCalls` (GH-141137)
ZeroIntensity
[Python-checkins] [3.14] gh-141757: Comply with pickle protocol in test_reduce_5tuple (GH-141759) (GH-141782)
serhiy-storchaka
[Python-checkins] [3.13] gh-141757: Comply with pickle protocol in test_reduce_5tuple (GH-141759) (GH-141783)
serhiy-storchaka
[Python-checkins] gh-141757: Comply with pickle protocol in test_reduce_5tuple (GH-141759)
serhiy-storchaka
[Python-checkins] gh-139871: Optimize small takes in bytearray.take_bytes (GH-141741)
encukou
[Python-checkins] [3.14] gh-141489: Simplify closure/freevar iteration in `annotationlib._build_closure()` (GH-141490) (#141776)
JelleZijlstra
[Python-checkins] gh-141489: Simplify closure/freevar iteration in `annotationlib._build_closure()` (#141490)
JelleZijlstra
[Python-checkins] gh-141615: Check stdin instead of stdout for use_rawinput in pdb (#141616)
gaogaotiantian
[Python-checkins] [Docs] Fix typo in bdb: `is_skipped_line` to `is_skipped_module` (#141771)
gaogaotiantian
[Python-checkins] [3.14] gh-132657: optimize `PySet_Contains` for `frozenset` (GH-141183) (gh-141773)
nascheme
[Python-checkins] [3.14] gh-132657: avoid locks and refcounting in `frozenset` lookups (GH-136107) (gh-141772)
nascheme
[Python-checkins] Simplify setting CLI options for WASI builds (GH-141769)
brettcannon
[Python-checkins] [3.13] Remove GvR from '_stdauthor' in Doc/conf.py (GH-141765) (#141768)
hugovk
[Python-checkins] [3.14] Remove GvR from '_stdauthor' in Doc/conf.py (GH-141765) (#141767)
hugovk
[Python-checkins] Remove GvR from '_stdauthor' in Doc/conf.py (#141765)
hugovk
[Python-checkins] [3.14] Move the NEWS entry for gh-141659 to the correct section (GH-141744) (GH-141766)
serhiy-storchaka
[Python-checkins] Move the NEWS entry for gh-141659 to the correct section (GH-141744)
serhiy-storchaka
[Python-checkins] [3.13] gh-141004: Document `Py_LOCAL` and `Py_LOCAL_INLINE` (GH-141725) (GH-141762)
ZeroIntensity
Earlier messages
Later messages