[Python-checkins] gh-140729: Fix subprocess handling in test_process_pool_executor_pickle (#141688)

2025-11-17 Thread pablogsal
https://github.com/python/cpython/commit/4867f717e21c3b5f0ad0e81f950c69dac6c95e6e commit: 4867f717e21c3b5f0ad0e81f950c69dac6c95e6e branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-11-18T02:26:40Z summary: gh-140729: Fix subprocess handling in test_process_pool_executor_

[Python-checkins] [3.14] gh-141004: Document `Py_MEMCPY` (GH-141676) (GH-141685)

2025-11-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/cf2524f2b7a41fbc1d0979e585c01166621c7ce0 commit: cf2524f2b7a41fbc1d0979e585c01166621c7ce0 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-17T22:57:47Z summary: [3.14] gh-14

[Python-checkins] gh-141004: Document `Py_MEMCPY` (GH-141676)

2025-11-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/16ea9505ce690485bab38691e5a83f467757fc03 commit: 16ea9505ce690485bab38691e5a83f467757fc03 branch: main author: Stan Ulbrych <[email protected]> committer: ZeroIntensity date: 2025-11-17T17:52:13-05:00 summary: gh-141004: Doc

[Python-checkins] [3.13] gh-141004: Document `PyODict*` APIs (GH-141136) (GH-141678)

2025-11-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/d4e4924a5f0936e810613dc6700d3f90f3ffd52d commit: d4e4924a5f0936e810613dc6700d3f90f3ffd52d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-17T19:47:04Z summary: [3.13] gh-14

[Python-checkins] [3.14] gh-141004: Document `PyODict*` APIs (GH-141136) (GH-141677)

2025-11-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/aa887aa2a8a9dcd300e27b92637fa846c1fdd3ea commit: aa887aa2a8a9dcd300e27b92637fa846c1fdd3ea branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-17T19:46:23Z summary: [3.14] gh-14

[Python-checkins] gh-141004: Document `PyODict*` APIs (GH-141136)

2025-11-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/b3626321b6ebb46dd24acee2aa806450e70febfc commit: b3626321b6ebb46dd24acee2aa806450e70febfc branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-17T14:40:47-05:00 summary: gh-141004: Document `PyODict*` APIs (GH-141136) files: M Doc/c-a

[Python-checkins] [3.14] gh-141497: Make ipaddress.IP{v4,v6}Network.hosts() always returning an iterator (GH-141547) (GH-141673)

2025-11-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/060118ae918937d88760f384d0b0edf3f5251876 commit: 060118ae918937d88760f384d0b0edf3f5251876 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-11-17T17:56:55Z summary: [3.14] gh

[Python-checkins] [3.13] gh-130160: Add anchors to CLI Usage section for `cmdline` (GH-133182) (#141667)

2025-11-17 Thread hugovk
https://github.com/python/cpython/commit/a63ceb7f10b658c0c55128c8f8b58487b3fb6ea6 commit: a63ceb7f10b658c0c55128c8f8b58487b3fb6ea6 branch: 3.13 author: Semyon Moroz committer: hugovk <[email protected]> date: 2025-11-17T19:55:54+02:00 summary: [3.13] gh-130160: Add anchors t

[Python-checkins] gh-140578: Delete unnecessary NEWS entry (#141427)

2025-11-17 Thread hugovk
https://github.com/python/cpython/commit/5d2eb98a91f2cd703d14f38c751ac7f52b2d7148 commit: 5d2eb98a91f2cd703d14f38c751ac7f52b2d7148 branch: main author: Louis committer: hugovk <[email protected]> date: 2025-11-17T19:47:00+02:00 summary: gh-140578: Delete unnecessary NEWS ent

[Python-checkins] gh-141497: Make ipaddress.IP{v4,v6}Network.hosts() always returning an iterator (GH-141547)

2025-11-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6b1bdf6c7a6c87f12a247a125e25f8e721cc731e commit: 6b1bdf6c7a6c87f12a247a125e25f8e721cc731e branch: main author: Krishna Chaitanya <[email protected]> committer: serhiy-storchaka date: 2025-11-17T19:29:06+02:00 summary: gh-141497

[Python-checkins] [3.13] gh-130693: Add more tests for tkinter.Text.search() (GH-130848) (GH-141669) (GH-141670)

2025-11-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/028074472319748f61dc968f9a3e2e3fd1a8aeb9 commit: 028074472319748f61dc968f9a3e2e3fd1a8aeb9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-11-17T16:49:41Z summary: [3.13] gh

[Python-checkins] gh-135953: Simplify GC markers in the tachyon profiler (#141666)

2025-11-17 Thread pablogsal
https://github.com/python/cpython/commit/274a26cca8e3d2f4de0283d4acbc80be391a5f6a commit: 274a26cca8e3d2f4de0283d4acbc80be391a5f6a branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-11-17T16:32:08Z summary: gh-135953: Simplify GC markers in the tachyon profiler (#141666)

[Python-checkins] [3.14] gh-130693: Add more tests for tkinter.Text.search() (GH-130848) (GH-141669)

2025-11-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8db1aadd6503ac73fd02e2c8c20c31728828e344 commit: 8db1aadd6503ac73fd02e2c8c20c31728828e344 branch: 3.14 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-11-17T16:26:30Z summary: [3.14] gh-130693: Add more tests for tkinter.Text.search() (GH-

[Python-checkins] [3.14] gh-130160: Add anchors to CLI Usage section for `cmdline` (GH-133182) (#141664)

2025-11-17 Thread hugovk
https://github.com/python/cpython/commit/cc315dc6d4f22a46505eaf8d0e1fe4371c23807e commit: cc315dc6d4f22a46505eaf8d0e1fe4371c23807e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-11-1

[Python-checkins] gh-130160: Add anchors to CLI Usage section for `cmdline` (#133182)

2025-11-17 Thread hugovk
https://github.com/python/cpython/commit/cc6b62ac561e857a2cc4eb4f43e1e0e9f53c09f1 commit: cc6b62ac561e857a2cc4eb4f43e1e0e9f53c09f1 branch: main author: Semyon Moroz committer: hugovk <[email protected]> date: 2025-11-17T14:51:21Z summary: gh-130160: Add anchors to CLI Usage

[Python-checkins] gh-130693: Support more options for search in tkinter.Text (GH-130848)

2025-11-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3d148059479b28a21f8eae6abf6d1bcc91ab8cbb commit: 3d148059479b28a21f8eae6abf6d1bcc91ab8cbb branch: main author: R.C.M committer: serhiy-storchaka date: 2025-11-17T14:42:26Z summary: gh-130693: Support more options for search in tkinter.Text (GH-130848) *

[Python-checkins] [3.14] fix memory order of `_Py_atomic_store_uint_release` (GH-141562) (GH-141663)

2025-11-17 Thread colesbury
https://github.com/python/cpython/commit/cf141ab1b8d8a118aba7d14bfc360bc65e5e8b8b commit: cf141ab1b8d8a118aba7d14bfc360bc65e5e8b8b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-11-17T14:38:00Z summary: [3.14] fix memor

[Python-checkins] GH-139914: Handle stack growth direction on HPPA (GH-140028)

2025-11-17 Thread encukou
https://github.com/python/cpython/commit/f6dd9c12a8ba391cbbcc793411ac7dcfa6e01028 commit: f6dd9c12a8ba391cbbcc793411ac7dcfa6e01028 branch: main author: Stefano Rivera committer: encukou date: 2025-11-17T14:41:22+01:00 summary: GH-139914: Handle stack growth direction on HPPA (GH-140028) Adapte

[Python-checkins] GH-140643: Add `` and `` frames to the sampling profiler (#141108)

2025-11-17 Thread pablogsal
https://github.com/python/cpython/commit/336366fd7ca61858572fdb78e2bd79014b215f19 commit: 336366fd7ca61858572fdb78e2bd79014b215f19 branch: main author: Brandt Bucher committer: pablogsal date: 2025-11-17T13:39:00Z summary: GH-140643: Add `` and `` frames to the sampling profiler (#141108) - Int

[Python-checkins] [3.14] gh-141650: Fix typo in `xml.sax.saxutils.unescape` documentation (GH-141652) (#141654)

2025-11-17 Thread hugovk
https://github.com/python/cpython/commit/eeb5fbf5f721a02e3f82078c8014bc97cb30a85a commit: eeb5fbf5f721a02e3f82078c8014bc97cb30a85a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-11-1

[Python-checkins] [3.13] gh-141650: Fix typo in `xml.sax.saxutils.unescape` documentation (GH-141652) (#141653)

2025-11-17 Thread hugovk
https://github.com/python/cpython/commit/8d4e94ec6ca449b08c3547c5556558505f56fd4d commit: 8d4e94ec6ca449b08c3547c5556558505f56fd4d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-11-1

[Python-checkins] gh-135953: Add GIL contention markers to sampling profiler Gecko format (#139485)

2025-11-17 Thread pablogsal
https://github.com/python/cpython/commit/89a914c58db1661cb9da4f3b9e52c20bb4b02287 commit: 89a914c58db1661cb9da4f3b9e52c20bb4b02287 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-11-17T12:46:26Z summary: gh-135953: Add GIL contention markers to sampling profiler Gecko

[Python-checkins] gh-140729: Add __mp_main__ as a duplicate for __main__ for pickle to work (#140735)

2025-11-17 Thread pablogsal
https://github.com/python/cpython/commit/994ab5c922b179ab1884f05b3440c24db9e9733d commit: 994ab5c922b179ab1884f05b3440c24db9e9733d branch: main author: yihong committer: pablogsal date: 2025-11-17T12:43:14Z summary: gh-140729: Add __mp_main__ as a duplicate for __main__ for pickle to work (#140

[Python-checkins] Docs: Fix typo in socketserver documentation (#140956)

2025-11-17 Thread hugovk
https://github.com/python/cpython/commit/20b64bdf23b88e44f72bc49f8bc783ae8ca21511 commit: 20b64bdf23b88e44f72bc49f8bc783ae8ca21511 branch: main author: Thomas Ballard committer: hugovk <[email protected]> date: 2025-11-17T13:47:28+02:00 summary: Docs: Fix typo in socketserve

[Python-checkins] gh-62480: De-personalize "Coping with mutable arguments" section in `unittest.mock` examples (#141323)

2025-11-17 Thread hugovk
https://github.com/python/cpython/commit/d527d3bf8beb9cd26c179f2c0111d635cdaa9cd3 commit: d527d3bf8beb9cd26c179f2c0111d635cdaa9cd3 branch: main author: dereckduran <[email protected]> committer: hugovk <[email protected]> date: 2025-11-17T13:44:44+0

[Python-checkins] gh-141650: Fix typo in `xml.sax.saxutils.unescape` documentation (#141652)

2025-11-17 Thread hugovk
https://github.com/python/cpython/commit/df8091d516f874bd8222569794229ea77fb3a0a3 commit: df8091d516f874bd8222569794229ea77fb3a0a3 branch: main author: Tamzin Hadasa Kelly committer: hugovk <[email protected]> date: 2025-11-17T13:35:01+02:00 summary: gh-141650: Fix typo in `

[Python-checkins] gh-141018: Update `.exe`, `.dll`, `.rtf` and `.jpg` mime types in `mimetypes` (#141023)

2025-11-17 Thread hugovk
https://github.com/python/cpython/commit/31ea3f3c76b33e8e3cc098721266fe17f459e75d commit: 31ea3f3c76b33e8e3cc098721266fe17f459e75d branch: main author: Stan Ulbrych <[email protected]> committer: hugovk <[email protected]> date: 2025-11-17T13:32

[Python-checkins] fix memory order of `_Py_atomic_store_uint_release` (#141562)

2025-11-17 Thread kumaraditya303
https://github.com/python/cpython/commit/7800b78067162fc9d7cb6926f703fe14dee1702a commit: 7800b78067162fc9d7cb6926f703fe14dee1702a branch: main author: SubbaraoGarlapati <[email protected]> committer: kumaraditya303 date: 2025-11-17T16:53:12+05:30 summary: fix me