[Python-checkins] fix outdated comments in asyncio (#121783)

2024-07-14 Thread kumaraditya303
https://github.com/python/cpython/commit/48042c52a6b59089e7d7dda3c8fed79d646b6f8d commit: 48042c52a6b59089e7d7dda3c8fed79d646b6f8d branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-07-15T05:59:19Z summary: fix outdated comments in asyncio (#121783) files: M Lib/asyncio/futu

[Python-checkins] [3.13] gh-121621: Use PyMutex for writes to asyncio state (GH-121622) (#121774)

2024-07-14 Thread kumaraditya303
https://github.com/python/cpython/commit/a2a4f5ebc5d5351324c9d3c870238d2a2fafdc64 commit: a2a4f5ebc5d5351324c9d3c870238d2a2fafdc64 branch: 3.13 author: Sam Gross committer: kumaraditya303 date: 2024-07-15T10:44:35+05:30 summary: [3.13] gh-121621: Use PyMutex for writes to asyncio state (GH-12162

[Python-checkins] [3.13] gh-57141: Make shallow argument to filecmp.dircmp keyword-only (GH-121767) (#121777)

2024-07-14 Thread JelleZijlstra
https://github.com/python/cpython/commit/55ff124b9c724cfcadd65195b7531279ed8cb170 commit: 55ff124b9c724cfcadd65195b7531279ed8cb170 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-07-14T23:17:26Z summary: [3.13] gh-57

[Python-checkins] gh-57141: Make shallow argument to filecmp.dircmp keyword-only (#121767)

2024-07-14 Thread JelleZijlstra
https://github.com/python/cpython/commit/50eec501fef46f0887df6f2f47d74f4defb35515 commit: 50eec501fef46f0887df6f2f47d74f4defb35515 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-07-14T15:53:32-07:00 summary: gh-57141: Make shallow argument to filecmp.dircmp keyword-only

[Python-checkins] [3.13] Generalize reusable Windows CI jobs (GH-121766) (#121775)

2024-07-14 Thread hugovk
https://github.com/python/cpython/commit/da58e93e4c0a3c6974eeff12d6d92b805a283e8a commit: da58e93e4c0a3c6974eeff12d6d92b805a283e8a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-07-1

[Python-checkins] Generalize reusable Windows CI jobs (#121766)

2024-07-14 Thread hugovk
https://github.com/python/cpython/commit/7982363b479e22fffc72481e54c9f40ace8a0021 commit: 7982363b479e22fffc72481e54c9f40ace8a0021 branch: main author: Sviatoslav Sydorenko (Святослав Сидоренко) committer: hugovk <[email protected]> date: 2024-07-14T15:22:35-06:00 summary: G

[Python-checkins] [3.13] gh-121731: Fix mimalloc compile error on GNU/Hurd (GH-121732) (#121773)

2024-07-14 Thread colesbury
https://github.com/python/cpython/commit/767f71466d35be984901593d25419be788e0d20c commit: 767f71466d35be984901593d25419be788e0d20c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-07-14T17:14:30Z summary: [3.13] gh-121731

[Python-checkins] gh-121731: Fix mimalloc compile error on GNU/Hurd (#121732)

2024-07-14 Thread colesbury
https://github.com/python/cpython/commit/d005f2c1861dbf0ab3d9f80b54d05d0c0b522c3c commit: d005f2c1861dbf0ab3d9f80b54d05d0c0b522c3c branch: main author: Samuel Thibault committer: colesbury date: 2024-07-14T12:50:25-04:00 summary: gh-121731: Fix mimalloc compile error on GNU/Hurd (#121732) files

[Python-checkins] gh-121621: Use PyMutex for writes to asyncio state (#121622)

2024-07-14 Thread kumaraditya303
https://github.com/python/cpython/commit/5d6861ad06b524358f52603f242e7c0d57532a58 commit: 5d6861ad06b524358f52603f242e7c0d57532a58 branch: main author: Ken Jin committer: kumaraditya303 date: 2024-07-14T12:22:56Z summary: gh-121621: Use PyMutex for writes to asyncio state (#121622) Co-authored-

[Python-checkins] [3.13] gh-121660: Fix `ga_getitem` by explicitly checking for `NULL` result (GH-121661) (#121761)

2024-07-14 Thread sobolevn
https://github.com/python/cpython/commit/97b06d543fed66d8393c46ea7d01af50ce66e4ca commit: 97b06d543fed66d8393c46ea7d01af50ce66e4ca branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-07-14T11:48:33Z summary: [3.13] gh-121660:

[Python-checkins] [3.13] Fix cache restoration for Hypothesis CI job (GH-121756) (#121759)

2024-07-14 Thread hugovk
https://github.com/python/cpython/commit/295b791cf485ce5efd73decdb3264951e4726d5b commit: 295b791cf485ce5efd73decdb3264951e4726d5b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-07-1

[Python-checkins] [3.12] Fix cache restoration for Hypothesis CI job (GH-121756) (#121760)

2024-07-14 Thread hugovk
https://github.com/python/cpython/commit/d870f4130b5d6d813c47f7d24ab8616c898eeae0 commit: d870f4130b5d6d813c47f7d24ab8616c898eeae0 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-07-1

[Python-checkins] [3.12] gh-121660: Fix `ga_getitem` by explicitly checking for `NULL` result (GH-121661) (#121762)

2024-07-14 Thread sobolevn
https://github.com/python/cpython/commit/7a4b55d602f8ee4e594194e4306556e2342e9b49 commit: 7a4b55d602f8ee4e594194e4306556e2342e9b49 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-07-14T11:37:00Z summary: [3.12] gh-121660:

[Python-checkins] gh-121660: Fix `ga_getitem` by explicitly checking for `NULL` result (#121661)

2024-07-14 Thread sobolevn
https://github.com/python/cpython/commit/bb802db8cfa35a88582be32fae05fe1cf8f237b1 commit: bb802db8cfa35a88582be32fae05fe1cf8f237b1 branch: main author: sobolevn committer: sobolevn date: 2024-07-14T14:20:40+03:00 summary: gh-121660: Fix `ga_getitem` by explicitly checking for `NULL` result (#121

[Python-checkins] Fix cache restoration for Hypothesis CI job (#121756)

2024-07-14 Thread hugovk
https://github.com/python/cpython/commit/6505bda85a3b11c9012707896b0c3dee8a3855cb commit: 6505bda85a3b11c9012707896b0c3dee8a3855cb branch: main author: Sviatoslav Sydorenko (Святослав Сидоренко) committer: hugovk <[email protected]> date: 2024-07-14T05:00:32-06:00 summary: F

[Python-checkins] [3.13] gh-121700 Emscripten trampolines not quite right since GH-106219 (GH-121701) (GH-121744)

2024-07-14 Thread encukou
https://github.com/python/cpython/commit/8f3ffb41567c817c9e5d9677bb08ca98cd05b473 commit: 8f3ffb41567c817c9e5d9677bb08ca98cd05b473 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-14T12:37:00+02:00 summary: [3.13] gh-121

[Python-checkins] [3.13] gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121750) (GH-121752)

2024-07-14 Thread encukou
https://github.com/python/cpython/commit/f672ee224253cf0f9e5ed77450a9c746ab73c36d commit: f672ee224253cf0f9e5ed77450a9c746ab73c36d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-14T12:31:46+02:00 summary: [3.13] gh-121

[Python-checkins] [3.12] gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121750) (GH-121753)

2024-07-14 Thread encukou
https://github.com/python/cpython/commit/004758e3a4f80dd3f0f9043c7627b7bee1bbaf9c commit: 004758e3a4f80dd3f0f9043c7627b7bee1bbaf9c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-14T12:31:58+02:00 summary: [3.12] gh-121

[Python-checkins] [3.12] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed queues. (GH-120102) (#120470)

2024-07-14 Thread hugovk
https://github.com/python/cpython/commit/863c0a3c51ca628cdcc53d697555f31b47fc7bbf commit: 863c0a3c51ca628cdcc53d697555f31b47fc7bbf branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-07-1

[Python-checkins] [3.13] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed queues. (GH-120102) (#120469)

2024-07-14 Thread hugovk
https://github.com/python/cpython/commit/dfedbdba402448d6ed7ea3cf13772305c7959eee commit: dfedbdba402448d6ed7ea3cf13772305c7959eee branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-07-1

[Python-checkins] gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121750)

2024-07-14 Thread encukou
https://github.com/python/cpython/commit/26dfb2771236bfd96cdaa1081103f75141ecff47 commit: 26dfb2771236bfd96cdaa1081103f75141ecff47 branch: main author: Dominic H committer: encukou date: 2024-07-14T10:11:10Z summary: gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121750) fil

[Python-checkins] [3.13] gh-121698 Emscripten: Use updated WebAssembly type reflection proposal (GH-121699) (GH-121745)

2024-07-14 Thread encukou
https://github.com/python/cpython/commit/f17057dab10b2114614d9d59291ebbc0bc9ab787 commit: f17057dab10b2114614d9d59291ebbc0bc9ab787 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-14T12:01:03+02:00 summary: [3.13] gh-121

[Python-checkins] [3.13] gh-64308: Remove TestProgram from the unittest docs (GH-121675) (GH-121742)

2024-07-14 Thread encukou
https://github.com/python/cpython/commit/35d425e300d439b8ea4c7a52be49141a4e2bf361 commit: 35d425e300d439b8ea4c7a52be49141a4e2bf361 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-14T11:41:08+02:00 summary: [3.13] gh-643

[Python-checkins] gh-121698 Emscripten: Use updated WebAssembly type reflection proposal (GH-121699)

2024-07-14 Thread encukou
https://github.com/python/cpython/commit/cae15267166e217822e3c58ac22b7817162f323a commit: cae15267166e217822e3c58ac22b7817162f323a branch: main author: Hood Chatham committer: encukou date: 2024-07-14T11:25:09+02:00 summary: gh-121698 Emscripten: Use updated WebAssembly type reflection proposal

[Python-checkins] gh-121700 Emscripten trampolines not quite right since #106219 (GH-121701)

2024-07-14 Thread encukou
https://github.com/python/cpython/commit/3086b86cfda829e23a71569908edbfbcdc16327f commit: 3086b86cfda829e23a71569908edbfbcdc16327f branch: main author: Hood Chatham committer: encukou date: 2024-07-14T11:24:09+02:00 summary: gh-121700 Emscripten trampolines not quite right since #106219 (GH-1217

[Python-checkins] gh-121562: optimized hex_from_char (#121563)

2024-07-14 Thread mdickinson
https://github.com/python/cpython/commit/04130b290b545e64625c07dc8fa2709d17e70880 commit: 04130b290b545e64625c07dc8fa2709d17e70880 branch: main author: Bruno Lima committer: mdickinson date: 2024-07-14T10:05:35+01:00 summary: gh-121562: optimized hex_from_char (#121563) Performance improvement

[Python-checkins] [3.13] gh-121609: Fix pasting of characters containing unicode character joiner (GH-121667) (#121733)

2024-07-14 Thread hugovk
https://github.com/python/cpython/commit/e28f863bd5c9f5df6780b17ebb9c3a35ed7fe01e commit: e28f863bd5c9f5df6780b17ebb9c3a35ed7fe01e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-07-1

[Python-checkins] [3.12] gh-121708: Improve test coverage for `unittest.util` (GH-121713) (GH-121737)

2024-07-14 Thread encukou
https://github.com/python/cpython/commit/98340a0e25611e1859a801c1f16ed43b5f9c44dd commit: 98340a0e25611e1859a801c1f16ed43b5f9c44dd branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-14T10:58:55+02:00 summary: [3.12] gh-121

[Python-checkins] gh-64308: Remove TestProgram from the unittest docs (GH-121675)

2024-07-14 Thread encukou
https://github.com/python/cpython/commit/f6f4022a357f70f1c40945403065e81b6c2e4854 commit: f6f4022a357f70f1c40945403065e81b6c2e4854 branch: main author: Jan Musílek committer: encukou date: 2024-07-14T10:57:12+02:00 summary: gh-64308: Remove TestProgram from the unittest docs (GH-121675) files:

[Python-checkins] [3.13] gh-121708: Improve test coverage for `unittest.util` (GH-121713) (GH-121738)

2024-07-14 Thread encukou
https://github.com/python/cpython/commit/e8594aadd5f8518f147944539c99efe126c20b35 commit: e8594aadd5f8518f147944539c99efe126c20b35 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-14T08:32:41Z summary: [3.13] gh-121708:

[Python-checkins] gh-121708: Improve test coverage for `unittest.util` (GH-121713)

2024-07-14 Thread encukou
https://github.com/python/cpython/commit/901ea411bf51f59f2a4b0b4fec6f60d29c76ca05 commit: 901ea411bf51f59f2a4b0b4fec6f60d29c76ca05 branch: main author: Tomas R committer: encukou date: 2024-07-14T10:08:47+02:00 summary: gh-121708: Improve test coverage for `unittest.util` (GH-121713) files: A L