[Python-checkins] docs(logging): fix phrasing from "operation on" to "operate on" (#127543)

2024-12-02 Thread kumaraditya303
https://github.com/python/cpython/commit/8c3fd1f245fbdc747966daedfd22ed48491309dc commit: 8c3fd1f245fbdc747966daedfd22ed48491309dc branch: main author: Alexander Stepchenko committer: kumaraditya303 date: 2024-12-03T12:22:12+05:30 summary: docs(logging): fix phrasing from "operation on" to "oper

[Python-checkins] [3.12] gh-126699: allow AsyncIterator to be used as a base for Protocols (GH-126702) (#126761)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/34137cbd23511269c6315efc082fa34a72e8582f commit: 34137cbd23511269c6315efc082fa34a72e8582f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T14:18:53Z summary: [3.12] gh-126699: al

[Python-checkins] Speed-up lazy heapq import in collections (gh-127538)

2024-12-02 Thread rhettinger
https://github.com/python/cpython/commit/dffb90911a585a0921664c8b1c229d0883e65ee7 commit: dffb90911a585a0921664c8b1c229d0883e65ee7 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-12-02T20:45:36-06:00 summary: Speed-up lazy heapq import in collections (gh-127538) files: M

[Python-checkins] [3.13] gh-127521: Mark list as "shared" before resizing if necessary (GH-127524) (GH-127533)

2024-12-02 Thread colesbury
https://github.com/python/cpython/commit/e546876d83e1cc3f761e1eeca57f8a4533d06d00 commit: e546876d83e1cc3f761e1eeca57f8a4533d06d00 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-12-02T19:22:05-05:00 summary: [3.13] gh-1

[Python-checkins] gh-127111: Emscripten Make web example work again (#127113)

2024-12-02 Thread freakboy3742
https://github.com/python/cpython/commit/bfb0788bfcaab7474c1be0605552744e15082ee9 commit: bfb0788bfcaab7474c1be0605552744e15082ee9 branch: main author: Hood Chatham committer: freakboy3742 date: 2024-12-03T07:30:24+08:00 summary: gh-127111: Emscripten Make web example work again (#127113) Moves

[Python-checkins] gh-127411: Fix invalid conversion of load of TLBC array when compiled in C++ (#127466)

2024-12-02 Thread mpage
https://github.com/python/cpython/commit/c4303763dac4494300e299e54c079a4a11931a55 commit: c4303763dac4494300e299e54c079a4a11931a55 branch: main author: mpage committer: mpage date: 2024-12-02T10:13:30-08:00 summary: gh-127411: Fix invalid conversion of load of TLBC array when compiled in C++ (#

[Python-checkins] [3.13] gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127211) (#127216)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/f41d8d89e79d634895868656f50a0e16e339f9d6 commit: f41d8d89e79d634895868656f50a0e16e339f9d6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T15:42:02+01:00 summary: [3.13] gh-11384

[Python-checkins] [3.13] gh-126890: Restore stripped `ssl` docstrings (GH-127281) (#127513)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/cab2ef51251cda13a7772997b5c29d0ed860c511 commit: cab2ef51251cda13a7772997b5c29d0ed860c511 branch: 3.13 author: Peter Bierma committer: Yhg1s date: 2024-12-02T16:05:27+01:00 summary: [3.13] gh-126890: Restore stripped `ssl` docstrings (GH-127281) (#127513)

[Python-checkins] gh-115999: Use light-weight lock for UNPACK_SEQUENCE_LIST (gh-127514)

2024-12-02 Thread corona10
https://github.com/python/cpython/commit/7c2bd9b225ff4010b6c6c175bab18e08e4f8 commit: 7c2bd9b225ff4010b6c6c175bab18e08e4f8 branch: main author: Donghee Na committer: corona10 date: 2024-12-03T00:14:40+09:00 summary: gh-115999: Use light-weight lock for UNPACK_SEQUENCE_LIST (gh-127514) f

[Python-checkins] [3.13] gh-101100: Fix Sphinx warnings about list methods (GH-127054) (#127511)

2024-12-02 Thread hugovk
https://github.com/python/cpython/commit/26f1e88aae977e230178d78ec429524c6441200c commit: 26f1e88aae977e230178d78ec429524c6441200c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-12-0

[Python-checkins] gh-126876: Fix test_socket.testLargeTimeout() for missing _testcapi (#127517)

2024-12-02 Thread vstinner
https://github.com/python/cpython/commit/c46acd3588864e97d0e0fe37a41aa5e94ac7af51 commit: c46acd3588864e97d0e0fe37a41aa5e94ac7af51 branch: main author: Victor Stinner committer: vstinner date: 2024-12-02T16:51:50+01:00 summary: gh-126876: Fix test_socket.testLargeTimeout() for missing _testcapi

[Python-checkins] [3.12] Docs: Miscellaneous corrections to simple statements in the language reference (GH-126720) (#126891)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/9295a1d0334d6b94ff5ae5b13219695954cc6b4c commit: 9295a1d0334d6b94ff5ae5b13219695954cc6b4c branch: 3.12 author: Carol Willing committer: Yhg1s date: 2024-12-02T14:55:31+01:00 summary: [3.12] Docs: Miscellaneous corrections to simple statements in the langu

[Python-checkins] [3.13] gh-126699: allow AsyncIterator to be used as a base for Protocols (GH-126702) (#126762)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/a5672bec68068c3a84f46f9020b5dc2fdc324501 commit: a5672bec68068c3a84f46f9020b5dc2fdc324501 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T15:10:25+01:00 summary: [3.13] gh-12669

[Python-checkins] [3.10] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-126792) (GH-126799)

2024-12-02 Thread ambv
https://github.com/python/cpython/commit/b3a6042361123b05108af25dcb1ea34cd1fc5aa9 commit: b3a6042361123b05108af25dcb1ea34cd1fc5aa9 branch: 3.10 author: Seth Michael Larson committer: ambv date: 2024-12-02T16:07:06+01:00 summary: [3.10] gh-126623: Update libexpat to 2.6.4, make future updates eas

[Python-checkins] gh-101100: Fix Sphinx warnings about list methods (#127054)

2024-12-02 Thread hugovk
https://github.com/python/cpython/commit/3e812253ab6b2f98fc5d17bfb82947e392b0b2a2 commit: 3e812253ab6b2f98fc5d17bfb82947e392b0b2a2 branch: main author: Yuki Kobayashi committer: hugovk <[email protected]> date: 2024-12-02T15:51:35+02:00 summary: gh-101100: Fix Sphinx warning

[Python-checkins] [3.12] gh-126618: fix repr(itertools.count(sys.maxsize)) (GH-127048) (#127510)

2024-12-02 Thread vstinner
https://github.com/python/cpython/commit/34fe4af8a21366de329a3a69d7e87363060bccba commit: 34fe4af8a21366de329a3a69d7e87363060bccba branch: 3.12 author: Sergey B Kirpichev committer: vstinner date: 2024-12-02T15:19:59+01:00 summary: [3.12] gh-126618: fix repr(itertools.count(sys.maxsize)) (GH-127

[Python-checkins] gh-127518: Fix pystats build after #127169 (#127526)

2024-12-02 Thread mdboom
https://github.com/python/cpython/commit/edefb8678a11a20bdcdcbb8bb6a62ae22101bb51 commit: edefb8678a11a20bdcdcbb8bb6a62ae22101bb51 branch: main author: Michael Droettboom committer: mdboom date: 2024-12-02T20:17:08Z summary: gh-127518: Fix pystats build after #127169 (#127526) gh-127518: Fix py

[Python-checkins] gh-119826: Improved fallback for ntpath.abspath() on Windows (GH-119938)

2024-12-02 Thread zooba
https://github.com/python/cpython/commit/a8536102828ac7fc6b4c67e0b439ab0ddf98 commit: a8536102828ac7fc6b4c67e0b439ab0ddf98 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-12-02T20:11:16Z summary: gh-119826: Improved

[Python-checkins] gh-119826: Improved fallback for ntpath.abspath() on Windows (GH-119938)

2024-12-02 Thread zooba
https://github.com/python/cpython/commit/af2d24b5ad896aa4ed464e224d7b205765dad83c commit: af2d24b5ad896aa4ed464e224d7b205765dad83c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-12-02T20:03:44Z summary: gh-119826: Improved

[Python-checkins] [3.12] gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127211) (GH-127216) (GH-127530)

2024-12-02 Thread gpshead
https://github.com/python/cpython/commit/8fffbb098259ed413d75dbc2e6d3e540425bd9b9 commit: 8fffbb098259ed413d75dbc2e6d3e540425bd9b9 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-12-02T19:47:42Z summary: [3.12] gh-113841:

[Python-checkins] gh-127521: Mark list as "shared" before resizing if necessary (#127524)

2024-12-02 Thread colesbury
https://github.com/python/cpython/commit/c7dec02de2ed4baf3cd22ad094350265b52c18af commit: c7dec02de2ed4baf3cd22ad094350265b52c18af branch: main author: Sam Gross committer: colesbury date: 2024-12-02T14:38:26-05:00 summary: gh-127521: Mark list as "shared" before resizing if necessary (#127524)

[Python-checkins] [3.13] add missing gc_collect() calls in sqlite3 tests (GH-127446) (#127500)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/511c588f5d5b9f8eb0e836652ca3ecf86518401e commit: 511c588f5d5b9f8eb0e836652ca3ecf86518401e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T15:19:21+01:00 summary: [3.13] add miss

[Python-checkins] [3.13] gh-126720: Docs: Miscellaneous corrections to simple statements in the language reference (GH-126720) (#126885)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/2d458b16e6cee1160656baf2c9e456ac9466fc29 commit: 2d458b16e6cee1160656baf2c9e456ac9466fc29 branch: 3.13 author: Carol Willing committer: Yhg1s date: 2024-12-02T15:10:59+01:00 summary: [3.13] gh-126720: Docs: Miscellaneous corrections to simple statements i

[Python-checkins] [3.13] gh-126876: Fix socket internal_select() for large timeout (GH-126968) (#127002)

2024-12-02 Thread vstinner
https://github.com/python/cpython/commit/059114c0a0bc60c1d180eefa54e8483e3a8e9b5e commit: 059114c0a0bc60c1d180eefa54e8483e3a8e9b5e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-12-02T16:25:55Z summary: [3.13] gh-126876:

[Python-checkins] [3.13] gh-122838: Document missing opcodes (GH-123073) (#126492)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/d9bbb52c7ec5a8a0545f1e9f6acdfed168f965f6 commit: d9bbb52c7ec5a8a0545f1e9f6acdfed168f965f6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T15:07:38+01:00 summary: [3.13] gh-12283

[Python-checkins] [3.13] gh-125666: Avoid PyREPL exiting when a null byte is in input (GH-125732) (#126023)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/fd48d98df9c1b0cb36b38834cd1ce5020c0a60f3 commit: fd48d98df9c1b0cb36b38834cd1ce5020c0a60f3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T15:04:51+01:00 summary: [3.13] gh-12566

[Python-checkins] [3.9] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-126792) (GH-126800)

2024-12-02 Thread ambv
https://github.com/python/cpython/commit/6b8f44236a93376b773592b0889a49ec2090d9e6 commit: 6b8f44236a93376b773592b0889a49ec2090d9e6 branch: 3.9 author: Seth Michael Larson committer: ambv date: 2024-12-02T16:07:24+01:00 summary: [3.9] gh-126623: Update libexpat to 2.6.4, make future updates easie

[Python-checkins] [3.13] gh-99880: document rounding mode for new-style formatting (GH-121481) (#126334)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/23ab1f9ff14ed1c4fcc65cf74429bf4d7cd3db76 commit: 23ab1f9ff14ed1c4fcc65cf74429bf4d7cd3db76 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T15:05:13+01:00 summary: [3.13] gh-99880

[Python-checkins] [3.13] gh-125703: Correctly honour tracemalloc hooks on specialized DECREF paths (GH-125704) (#125705)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/d9ac6b3ef7b4116762f2d0308c55044e17f5e66b commit: d9ac6b3ef7b4116762f2d0308c55044e17f5e66b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T15:02:20+01:00 summary: [3.13] gh-12570

[Python-checkins] [3.12] gh-101100: Fix Sphinx warnings about list methods (GH-127054) (#127512)

2024-12-02 Thread hugovk
https://github.com/python/cpython/commit/179b13401405169c63dfd60eb945fe781b0a574a commit: 179b13401405169c63dfd60eb945fe781b0a574a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-12-0

[Python-checkins] [3.12] add missing gc_collect() calls in sqlite3 tests (GH-127446) (#127501)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/97fd09fba1aa86f77d6fb27c0a37fc10d1655424 commit: 97fd09fba1aa86f77d6fb27c0a37fc10d1655424 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T14:57:51+01:00 summary: [3.12] add miss

[Python-checkins] [3.12] gh-99880: document rounding mode for new-style formatting (GH-121481) (#126335)

2024-12-02 Thread Yhg1s
https://github.com/python/cpython/commit/22f8e430f81b8b8966bff0efe65786515a132b7e commit: 22f8e430f81b8b8966bff0efe65786515a132b7e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-02T14:52:49+01:00 summary: [3.12] gh-99880

[Python-checkins] [3.13] gh-126618: fix repr(itertools.count(sys.maxsize)) (GH-127048) (#127508)

2024-12-02 Thread vstinner
https://github.com/python/cpython/commit/4bafce0912be83b9834df4cd06f9118c73d16b87 commit: 4bafce0912be83b9834df4cd06f9118c73d16b87 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-12-02T13:38:13Z summary: [3.13] gh-126618:

[Python-checkins] gh-109523: Raise a BlockingIOError if reading text from a non-blocking stream cannot immediately return bytes. (GH-122933)

2024-12-02 Thread encukou
https://github.com/python/cpython/commit/31f16e427b545f66a9a45ea9dd6c933975ce0e4c commit: 31f16e427b545f66a9a45ea9dd6c933975ce0e4c branch: main author: Giovanni Siragusa committer: encukou date: 2024-12-02T14:18:30+01:00 summary: gh-109523: Raise a BlockingIOError if reading text from a non-bloc

[Python-checkins] gh-126618: fix repr(itertools.count(sys.maxsize)) (#127048)

2024-12-02 Thread vstinner
https://github.com/python/cpython/commit/930ba0ce605eee9e3b992fa368b00a3f2b7dc4c1 commit: 930ba0ce605eee9e3b992fa368b00a3f2b7dc4c1 branch: main author: Sergey B Kirpichev committer: vstinner date: 2024-12-02T14:14:40+01:00 summary: gh-126618: fix repr(itertools.count(sys.maxsize)) (#127048) Co-

[Python-checkins] gh-126890: Restore stripped `ssl` docstrings (GH-127281)

2024-12-02 Thread encukou
https://github.com/python/cpython/commit/c112de1da2d18e3b5c2ea30b0e409f18e574efd8 commit: c112de1da2d18e3b5c2ea30b0e409f18e574efd8 branch: main author: Peter Bierma committer: encukou date: 2024-12-02T13:50:34+01:00 summary: gh-126890: Restore stripped `ssl` docstrings (GH-127281) files: M Modu

[Python-checkins] [3.10] gh-103848: Adds checks to ensure that bracketed hosts found by urlsplit are of IPv6 or IPvFuture format (#103849) (#126975)

2024-12-02 Thread ambv
https://github.com/python/cpython/commit/634ded45545ce8cbd6fd5d49785613dd7fa9b89e commit: 634ded45545ce8cbd6fd5d49785613dd7fa9b89e branch: 3.10 author: Victor Stinner committer: ambv date: 2024-12-02T13:37:05+01:00 summary: [3.10] gh-103848: Adds checks to ensure that bracketed hosts found by ur

[Python-checkins] [3.9] gh-103848: Adds checks to ensure that bracketed hosts found by urlsplit are of IPv6 or IPvFuture format (#103849) (#126976)

2024-12-02 Thread ambv
https://github.com/python/cpython/commit/ddca2953191c67a12b1f19d6bca41016c6ae7132 commit: ddca2953191c67a12b1f19d6bca41016c6ae7132 branch: 3.9 author: Victor Stinner committer: ambv date: 2024-12-02T13:36:46+01:00 summary: [3.9] gh-103848: Adds checks to ensure that bracketed hosts found by urls

[Python-checkins] [3.12] Fix Unicode encode_wstr_utf8() (#127420) (#127504)

2024-12-02 Thread vstinner
https://github.com/python/cpython/commit/9f0d6b71d677363f305c63cb5601c1410310435e commit: 9f0d6b71d677363f305c63cb5601c1410310435e branch: 3.12 author: Bénédikt Tran <[email protected]> committer: vstinner date: 2024-12-02T13:24:26+01:00 summary: [3.12] Fix Unicode encode_

[Python-checkins] [3.13] Fix Unicode encode_wstr_utf8() (#127420) (#127505)

2024-12-02 Thread vstinner
https://github.com/python/cpython/commit/943e57e1ceae074064d20faaeae2c5edc6b3e631 commit: 943e57e1ceae074064d20faaeae2c5edc6b3e631 branch: 3.13 author: Bénédikt Tran <[email protected]> committer: vstinner date: 2024-12-02T13:24:03+01:00 summary: [3.13] Fix Unicode encode_

[Python-checkins] Fix Unicode encode_wstr_utf8() (#127420)

2024-12-02 Thread vstinner
https://github.com/python/cpython/commit/bf21e2160d1dc6869fb230b90a23ab030835395b commit: bf21e2160d1dc6869fb230b90a23ab030835395b branch: main author: Victor Stinner committer: vstinner date: 2024-12-02T11:14:47+01:00 summary: Fix Unicode encode_wstr_utf8() (#127420) Raise RuntimeError instead

[Python-checkins] GH-126491: GC: Mark objects reachable from roots before doing cycle collection (GH-127110)

2024-12-02 Thread markshannon
https://github.com/python/cpython/commit/a8dd821d5b25b42c0adeae6642e9b3f9228580f9 commit: a8dd821d5b25b42c0adeae6642e9b3f9228580f9 branch: main author: Mark Shannon committer: markshannon date: 2024-12-02T10:12:17Z summary: GH-126491: GC: Mark objects reachable from roots before doing cycle coll

[Python-checkins] add missing gc_collect() calls in sqlite3 tests (#127446)

2024-12-02 Thread cfbolz
https://github.com/python/cpython/commit/2a373da7700cf928e0a5ce3998d19351a3565df4 commit: 2a373da7700cf928e0a5ce3998d19351a3565df4 branch: main author: CF Bolz-Tereick committer: cfbolz date: 2024-12-02T11:11:28+01:00 summary: add missing gc_collect() calls in sqlite3 tests (#127446) files: M L

[Python-checkins] [3.12] gh-127443: Fix some entries in `Doc/data/refcounts.dat` (GH-127451) (#127497)

2024-12-02 Thread Eclips4
https://github.com/python/cpython/commit/828db9016bf7d13cb935af079fad26adf4e2b49d commit: 828db9016bf7d13cb935af079fad26adf4e2b49d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2024-12-02T08:29:34Z summary: [3.12] gh-127443:

[Python-checkins] [3.13] gh-127443: Fix some entries in `Doc/data/refcounts.dat` (GH-127451) (#127496)

2024-12-02 Thread Eclips4
https://github.com/python/cpython/commit/585d48f0010d3c281f36adb6ecba96f2c7453920 commit: 585d48f0010d3c281f36adb6ecba96f2c7453920 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2024-12-02T08:28:15Z summary: [3.13] gh-127443:

[Python-checkins] gh-127443: Fix some entries in `Doc/data/refcounts.dat` (#127451)

2024-12-02 Thread Eclips4
https://github.com/python/cpython/commit/1f8267b85dda655282922ba20df90d0ac6bea634 commit: 1f8267b85dda655282922ba20df90d0ac6bea634 branch: main author: Bénédikt Tran <[email protected]> committer: Eclips4 date: 2024-12-02T10:21:00+02:00 summary: gh-127443: Fix some entries