[Python-checkins] gh-141729: Doc PyTypeObject.tp_vectorcall grammar fix (#141730)

2025-11-20 Thread sobolevn
https://github.com/python/cpython/commit/20b69aac0d19a5e5358362410d9710887762f0e7 commit: 20b69aac0d19a5e5358362410d9710887762f0e7 branch: main author: Michael Kiper <[email protected]> committer: sobolevn date: 2025-11-21T07:24:10Z summary: gh-141729: Doc PyTypeObjec

[Python-checkins] gh-141645: Refactor tachyon's live TUI tests to not use private fields (#141806)

2025-11-20 Thread pablogsal
https://github.com/python/cpython/commit/07410da204648efac126a42e7c9ae24031134a08 commit: 07410da204648efac126a42e7c9ae24031134a08 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-11-21T00:35:37Z summary: gh-141645: Refactor tachyon's live TUI tests to not use private f

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

2025-11-20 Thread hugovk
https://github.com/python/cpython/commit/5285ccc19ef5927c03b60b5b454040c29acf370b commit: 5285ccc19ef5927c03b60b5b454040c29acf370b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-11-2

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

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

[Python-checkins] gh-141784: Fix _remote_debugging_module.c compilation on 32-bit Linux (#141796)

2025-11-20 Thread vstinner
https://github.com/python/cpython/commit/722f4bb8c9c6b32a7221e4813058cbb5c3989c10 commit: 722f4bb8c9c6b32a7221e4813058cbb5c3989c10 branch: main author: Victor Stinner committer: vstinner date: 2025-11-20T16:30:35Z summary: gh-141784: Fix _remote_debugging_module.c compilation on 32-bit Linux (#1

[Python-checkins] [3.13] GH-137841: Open tzdata/zones file with UTF-8 encoding (GH-137872) (#141608)

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

[Python-checkins] [3.14] GH-137841: Open tzdata/zones file with UTF-8 encoding (GH-137872) (#141607)

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

[Python-checkins] gh-140042: Removing unsafe call to sqlite3_shutdown (GH-141690)

2025-11-20 Thread encukou
https://github.com/python/cpython/commit/b1558b6d3e2af8964840a5c00356533107368f22 commit: b1558b6d3e2af8964840a5c00356533107368f22 branch: main author: Prithviraj Chaudhuri committer: encukou date: 2025-11-20T15:35:22+01:00 summary: gh-140042: Removing unsafe call to sqlite3_shutdown (GH-141690)

[Python-checkins] [3.13] gh-141004: Document `Py_MakePendingCalls` (GH-141137) (GH-141788)

2025-11-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/79e0f6f68449ce32c7b4d93f2f5b6243f225f2fd commit: 79e0f6f68449ce32c7b4d93f2f5b6243f225f2fd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-20T14:30:51Z summary: [3.13] gh-14

[Python-checkins] [3.13] gh-141004: Document missing `PyDateTime*` APIs (GH-141543) (GH-141792)

2025-11-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/7a27c7b2e40e7ddbc47b7ed1cd09ae9eb338b718 commit: 7a27c7b2e40e7ddbc47b7ed1cd09ae9eb338b718 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-20T13:55:17Z summary: [3.13] gh-14

[Python-checkins] [3.14] gh-141004: Document missing `PyDateTime*` APIs (GH-141543) (GH-141791)

2025-11-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/f1bed5baf0c70aff297ca8298403ea07e32d6af7 commit: f1bed5baf0c70aff297ca8298403ea07e32d6af7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-20T13:54:48Z summary: [3.14] gh-14

[Python-checkins] [3.13] gh-141004: Document missing generator APIs (GH-141409) (GH-141790)

2025-11-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/e90d8953a02aff61d1ed76a091bfe3bb48ead4bb commit: e90d8953a02aff61d1ed76a091bfe3bb48ead4bb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-20T13:52:36Z summary: [3.13] gh-14

[Python-checkins] [3.14] gh-141004: Document missing generator APIs (GH-141409) (GH-141789)

2025-11-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/fa40aab2aade5562dcc04409d07ac5e125016f39 commit: fa40aab2aade5562dcc04409d07ac5e125016f39 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-20T13:52:07Z summary: [3.14] gh-14

[Python-checkins] [3.14] gh-141004: Document `Py_MakePendingCalls` (GH-141137) (GH-141787)

2025-11-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/59fa59e381c09246fa11aed1ef51e119dfd8f044 commit: 59fa59e381c09246fa11aed1ef51e119dfd8f044 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-20T13:48:11Z summary: [3.14] gh-14

[Python-checkins] gh-141004: Document missing `PyDateTime*` APIs (GH-141543)

2025-11-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/4273616ebfbfe2a7cfd93460a08364f5a40f89e2 commit: 4273616ebfbfe2a7cfd93460a08364f5a40f89e2 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-20T08:48:10-05:00 summary: gh-141004: Document missing `PyDateTime*` APIs (GH-141543) Co-au

[Python-checkins] gh-141004: Document missing generator APIs (GH-141409)

2025-11-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/2da7ecc680548804ea99d62ba4d228cfa5011671 commit: 2da7ecc680548804ea99d62ba4d228cfa5011671 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-20T08:46:27-05:00 summary: gh-141004: Document missing generator APIs (GH-141409) Co-author

[Python-checkins] gh-141004: Document `Py_MakePendingCalls` (GH-141137)

2025-11-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/ce701032a3d5d3597466d5836ebe989db6eda2aa commit: ce701032a3d5d3597466d5836ebe989db6eda2aa branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-20T08:42:01-05:00 summary: gh-141004: Document `Py_MakePendingCalls` (GH-141137) Co-authore

[Python-checkins] [3.14] gh-141757: Comply with pickle protocol in test_reduce_5tuple (GH-141759) (GH-141782)

2025-11-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/daf98fe5bd85e05c4cffd0a7d2047d8938ea8846 commit: daf98fe5bd85e05c4cffd0a7d2047d8938ea8846 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-11-20T09:22:52Z summary: [3.14] gh

[Python-checkins] [3.13] gh-141757: Comply with pickle protocol in test_reduce_5tuple (GH-141759) (GH-141783)

2025-11-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fd1e3fe15f272ee68f755169e576472e7e32a757 commit: fd1e3fe15f272ee68f755169e576472e7e32a757 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-11-20T09:20:00Z summary: [3.13] gh

[Python-checkins] gh-141757: Comply with pickle protocol in test_reduce_5tuple (GH-141759)

2025-11-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/41b9ad5b38e913194a5cc88f0e7cfc096787b664 commit: 41b9ad5b38e913194a5cc88f0e7cfc096787b664 branch: main author: Arseny Boykov <[email protected]> committer: serhiy-storchaka date: 2025-11-20T10:57:05+02:00 summary: gh-141757: Compl