[Python-checkins] gh-134817: Document [Timed]RotatingFileHandler shouldRollover method (GH-134818)

2025-05-27 Thread vsajip
https://github.com/python/cpython/commit/7be5916f6dc3db95744b5fec945327d82cce0183 commit: 7be5916f6dc3db95744b5fec945327d82cce0183 branch: main author: Allen Hernandez committer: vsajip date: 2025-05-28T07:44:38+01:00 summary: gh-134817: Document [Timed]RotatingFileHandler shouldRollover method

[Python-checkins] [3.14] Fix typing.TYPE_CHECKING docs to reflect PEP 649. (GH-134813) (#134822)

2025-05-27 Thread larryhastings
https://github.com/python/cpython/commit/0aa0b9b05fa10598621a5a0e4d2156e6856411f1 commit: 0aa0b9b05fa10598621a5a0e4d2156e6856411f1 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: larryhastings date: 2025-05-27T23:15:17-07:00 summary: [3.14]

[Python-checkins] Fix typing.TYPE_CHECKING docs to reflect PEP 649. (#134813)

2025-05-27 Thread larryhastings
https://github.com/python/cpython/commit/d7256ae4d781932b3b43b162e8425abdb134afa6 commit: d7256ae4d781932b3b43b162e8425abdb134afa6 branch: main author: larryhastings committer: larryhastings date: 2025-05-27T23:08:52-07:00 summary: Fix typing.TYPE_CHECKING docs to reflect PEP 649. (#134813) typ

[Python-checkins] gh-127266: avoid data races when updating type slots (gh-133177)

2025-05-27 Thread nascheme
https://github.com/python/cpython/commit/fbbbc10055e0ee0011cf683132be706815480839 commit: fbbbc10055e0ee0011cf683132be706815480839 branch: main author: Neil Schemenauer committer: nascheme date: 2025-05-27T18:27:41-07:00 summary: gh-127266: avoid data races when updating type slots (gh-133177)

[Python-checkins] gh-134580: Modernizing `difflib.HtmlDiff` for HTML Output (#134581)

2025-05-27 Thread hugovk
https://github.com/python/cpython/commit/7ca6d79fa32d7203ee8d64f47b6b3539a027fdea commit: 7ca6d79fa32d7203ee8d64f47b6b3539a027fdea branch: main author: Wulian233 <[email protected]> committer: hugovk <[email protected]> date: 2025-05-28T03:46:41+03:00 summary: gh-134580: Mode

[Python-checkins] [3.14] gh-134679: Fix assertion failure in QSBR (gh-134811) (gh-134814)

2025-05-27 Thread colesbury
https://github.com/python/cpython/commit/3681e3a83129c8540b916bf017619860181c0763 commit: 3681e3a83129c8540b916bf017619860181c0763 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-05-27T20:46:02Z summary: [3.14] gh-134679

[Python-checkins] gh-134679: Fix assertion failure in QSBR (gh-134811)

2025-05-27 Thread colesbury
https://github.com/python/cpython/commit/a4d37f88b66bc9a66b2ab277aa66a2a6b20821fa commit: a4d37f88b66bc9a66b2ab277aa66a2a6b20821fa branch: main author: Sam Gross committer: colesbury date: 2025-05-27T16:21:16-04:00 summary: gh-134679: Fix assertion failure in QSBR (gh-134811) This is the same u

[Python-checkins] gh-131798: Optimize `_ITER_CHECK_TUPLE` (GH-134803)

2025-05-27 Thread Fidget-Spinner
https://github.com/python/cpython/commit/79d81f7cba236e2cbdfa95d0de0a75ba9716ed32 commit: 79d81f7cba236e2cbdfa95d0de0a75ba9716ed32 branch: main author: Noam Cohen committer: Fidget-Spinner date: 2025-05-28T02:30:17+08:00 summary: gh-131798: Optimize `_ITER_CHECK_TUPLE` (GH-134803) files: A Mis

[Python-checkins] [3.13] gh-134789: Document del s[i] operation for mutable sequences (GH-134804) (#134809)

2025-05-27 Thread nedbat
https://github.com/python/cpython/commit/73e432896bcd4d1008fc04394e1d7a33877d4aeb commit: 73e432896bcd4d1008fc04394e1d7a33877d4aeb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: nedbat date: 2025-05-27T18:54:16Z summary: [3.13] gh-134789: D

[Python-checkins] [3.14] gh-134774: Remove additional Py_DEBUG definition (GH-134791)

2025-05-27 Thread zooba
https://github.com/python/cpython/commit/6c74700dd87e1447c34695a96a426455457c7469 commit: 6c74700dd87e1447c34695a96a426455457c7469 branch: 3.14 author: Chris Eibl <[email protected]> committer: zooba date: 2025-05-27T20:08:41+01:00 summary: [3.14] gh-134774: Remove add

[Python-checkins] [3.14] gh-134789: Document del s[i] operation for mutable sequences (GH-134804) (#134808)

2025-05-27 Thread nedbat
https://github.com/python/cpython/commit/0ea41f8464454cf4e44d281b780623a106ab93de commit: 0ea41f8464454cf4e44d281b780623a106ab93de branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: nedbat date: 2025-05-27T18:53:52Z summary: [3.14] gh-134789: D

[Python-checkins] gh-134789: Document del s[i] operation for mutable sequences (#134804)

2025-05-27 Thread nedbat
https://github.com/python/cpython/commit/967f361993c9c97eb3ff3076a409b78ea32938df commit: 967f361993c9c97eb3ff3076a409b78ea32938df branch: main author: Rishabh Singh <[email protected]> committer: nedbat date: 2025-05-27T14:48:04-04:00 summary: gh-134789: Document del

[Python-checkins] [3.14] gh-132917: fix data race on `last_mem` in free-threading gc (GH-134692) (#134802)

2025-05-27 Thread kumaraditya303
https://github.com/python/cpython/commit/cc81b63a7582217efe35dbc52bf061664ffdecea commit: cc81b63a7582217efe35dbc52bf061664ffdecea branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-05-27T18:00:19Z summary: [3.14] gh-1

[Python-checkins] [3.13] GH-128161: Fix refleak introduced in GH-134788 (GH-134799)

2025-05-27 Thread markshannon
https://github.com/python/cpython/commit/c6af7f4bf7edc9924efbaa7352c4eb636258d072 commit: c6af7f4bf7edc9924efbaa7352c4eb636258d072 branch: 3.13 author: Mark Shannon committer: markshannon date: 2025-05-27T18:14:56+01:00 summary: [3.13] GH-128161: Fix refleak introduced in GH-134788 (GH-134799)

[Python-checkins] gh-132917: fix data race on `last_mem` in free-threading gc (#134692)

2025-05-27 Thread kumaraditya303
https://github.com/python/cpython/commit/ac539e7e0d1622c61988f30c91acfd4c06521ced commit: ac539e7e0d1622c61988f30c91acfd4c06521ced branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-05-27T22:42:08+05:30 summary: gh-132917: fix data race on `last_mem` in free-threading gc (#1

[Python-checkins] gh-134043: use stackrefs in vectorcalling methods (#134044)

2025-05-27 Thread kumaraditya303
https://github.com/python/cpython/commit/a380d578737be1cd51e1d1be2b83bbc0b0619e7e commit: a380d578737be1cd51e1d1be2b83bbc0b0619e7e branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-05-27T22:28:27+05:30 summary: gh-134043: use stackrefs in vectorcalling methods (#134044) Add

[Python-checkins] gh-134262: increase retries in `Tools/build/generate_sbom.py` (#134558)

2025-05-27 Thread hugovk
https://github.com/python/cpython/commit/3f9eb55e090a8de80503e565f508f341c5f4c8da commit: 3f9eb55e090a8de80503e565f508f341c5f4c8da branch: main author: Emma Smith committer: hugovk <[email protected]> date: 2025-05-27T19:02:17+03:00 summary: gh-134262: increase retries in `T

[Python-checkins] [3.14] gh-134744: Fix fcntl error handling (#134748) (#134795)

2025-05-27 Thread vstinner
https://github.com/python/cpython/commit/8a6a6f39c869a6601babc31592e156ce22478a47 commit: 8a6a6f39c869a6601babc31592e156ce22478a47 branch: 3.14 author: Victor Stinner committer: vstinner date: 2025-05-27T16:13:20Z summary: [3.14] gh-134744: Fix fcntl error handling (#134748) (#134795) gh-134744

[Python-checkins] [3.14] gh-132775: Always Set __builtins__ In _PyFunction_FromXIData() (gh-134794)

2025-05-27 Thread ericsnowcurrently
https://github.com/python/cpython/commit/6493395f4b69c561db14fdb5c10a819fda52138d commit: 6493395f4b69c561db14fdb5c10a819fda52138d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ericsnowcurrently date: 2025-05-27T16:07:44Z summary: [3.14] g

[Python-checkins] [3.14] gh-133678: Document C API third party tools (GH-134526) (#134793)

2025-05-27 Thread vstinner
https://github.com/python/cpython/commit/a1b6252c88fbeecdbb7e23a68058dae4c761740a commit: a1b6252c88fbeecdbb7e23a68058dae4c761740a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-05-27T15:45:08Z summary: [3.14] gh-133678:

[Python-checkins] [3.13] gh-133678: Document C API third party tools (GH-134526) (#134792)

2025-05-27 Thread vstinner
https://github.com/python/cpython/commit/d6e478693779cf07d0b9d1177db2052daa962983 commit: d6e478693779cf07d0b9d1177db2052daa962983 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-05-27T15:44:44Z summary: [3.13] gh-133678:

[Python-checkins] gh-132775: Always Set __builtins__ In _PyFunction_FromXIData() (gh-134758)

2025-05-27 Thread ericsnowcurrently
https://github.com/python/cpython/commit/9b5e8ee179eb028841709f10dac9af7c36e7 commit: 9b5e8ee179eb028841709f10dac9af7c36e7 branch: main author: Eric Snow committer: ericsnowcurrently date: 2025-05-27T15:42:24Z summary: gh-132775: Always Set __builtins__ In _PyFunction_FromXIData() (gh-13

[Python-checkins] gh-133678: Document C API third party tools (#134526)

2025-05-27 Thread vstinner
https://github.com/python/cpython/commit/c3c88064f5905889057dcdf4a48f8e2d53d4 commit: c3c88064f5905889057dcdf4a48f8e2d53d4 branch: main author: Victor Stinner committer: vstinner date: 2025-05-27T17:38:30+02:00 summary: gh-133678: Document C API third party tools (#134526) Co-authored-b

[Python-checkins] GH-132554: "Virtual" iterators (GH-132555)

2025-05-27 Thread markshannon
https://github.com/python/cpython/commit/f6f4e8a6622d556641799b02aed7ac018d878cdc commit: f6f4e8a6622d556641799b02aed7ac018d878cdc branch: main author: Mark Shannon committer: markshannon date: 2025-05-27T15:59:45+01:00 summary: GH-132554: "Virtual" iterators (GH-132555) * FOR_ITER now pushes e

[Python-checkins] gh-134744: Fix fcntl error handling (#134748)

2025-05-27 Thread vstinner
https://github.com/python/cpython/commit/9300a596d37d058e6e58d00a2ad70617c863a3de commit: 9300a596d37d058e6e58d00a2ad70617c863a3de branch: main author: Victor Stinner committer: vstinner date: 2025-05-27T15:09:46+02:00 summary: gh-134744: Fix fcntl error handling (#134748) Fix also reference le

[Python-checkins] Update README.rst informations from 3.14 to 3.15 (#134649)

2025-05-27 Thread hugovk
https://github.com/python/cpython/commit/176b059fa03b3d6abd58c6711bb24111f2245706 commit: 176b059fa03b3d6abd58c6711bb24111f2245706 branch: main author: Wulian233 <[email protected]> committer: hugovk <[email protected]> date: 2025-05-27T12:45:54Z summary: Update README.rst in

[Python-checkins] [3.13] gh-128161: Remove redundant GET_ITER from list comprehension code (backport of GH-134778) (GH-134788)

2025-05-27 Thread markshannon
https://github.com/python/cpython/commit/814ac0d58789fd544855a6c1afb9d89a690a0c3b commit: 814ac0d58789fd544855a6c1afb9d89a690a0c3b branch: 3.13 author: Mark Shannon committer: markshannon date: 2025-05-27T14:12:04+01:00 summary: [3.13] gh-128161: Remove redundant GET_ITER from list comprehension

[Python-checkins] [3.14] GH-128161: Remove redundant GET_ITER from list comprehension code (GH-134778)

2025-05-27 Thread markshannon
https://github.com/python/cpython/commit/00122c8b2ab7c402daa144bb498e3a4f33254055 commit: 00122c8b2ab7c402daa144bb498e3a4f33254055 branch: 3.14 author: Mark Shannon committer: markshannon date: 2025-05-27T12:29:48+01:00 summary: [3.14] GH-128161: Remove redundant GET_ITER from list comprehension

[Python-checkins] [3.13] Add CODEOWNERS and YAML to end-of-file-fixer and trailing-whitespace (GH-134730) (#134787)

2025-05-27 Thread hugovk
https://github.com/python/cpython/commit/3593d0d1fc240f21b8c70bca05315d3a8468635c commit: 3593d0d1fc240f21b8c70bca05315d3a8468635c branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-05-27T11:27:14Z

[Python-checkins] gh-133579: consistently report C curses function failures (#134327)

2025-05-27 Thread picnixz
https://github.com/python/cpython/commit/30dde1eeb3fa1e0e7417f9cdded8fd90766f2559 commit: 30dde1eeb3fa1e0e7417f9cdded8fd90766f2559 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-27T10:15:16Z

[Python-checkins] [3.14] gh-62824: Adjust test_alias_modules_exist test to use imports instead of file checks (GH-134777) (GH-134781)

2025-05-27 Thread encukou
https://github.com/python/cpython/commit/266b541cc6f231d9e04fa2084d5c67acd9c7b572 commit: 266b541cc6f231d9e04fa2084d5c67acd9c7b572 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-05-27T11:28:30+02:00 summary: [3.14] gh-628

[Python-checkins] [3.13] gh-134210: handle signals in `_curses.window.getch` (GH-134326) (#134784)

2025-05-27 Thread picnixz
https://github.com/python/cpython/commit/5fb05ea6796d80deaf5a1bd58bcd9d2357c55bea commit: 5fb05ea6796d80deaf5a1bd58bcd9d2357c55bea branch: 3.13 author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-27T09:17:27Z

[Python-checkins] [3.14] gh-134210: handle signals in `_curses.window.getch` (GH-134326) (#134783)

2025-05-27 Thread picnixz
https://github.com/python/cpython/commit/58549cfd49a86a8d40b6083ea2b034e79e4dde32 commit: 58549cfd49a86a8d40b6083ea2b034e79e4dde32 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] [3.14] gh-134752: Improve speed of test_tokenize.StringPrefixTest.test_prefixes. (GH-134766) (#134782)

2025-05-27 Thread ericvsmith
https://github.com/python/cpython/commit/452d098c0b024266702c64d6a76d908d721c5067 commit: 452d098c0b024266702c64d6a76d908d721c5067 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ericvsmith date: 2025-05-27T09:16:23Z summary: [3.14] gh-13475

[Python-checkins] gh-134210: handle signals in `_curses.window.getch` (#134326)

2025-05-27 Thread picnixz
https://github.com/python/cpython/commit/51762b6cadb8f316dd783716bc5c168c2e2d07f0 commit: 51762b6cadb8f316dd783716bc5c168c2e2d07f0 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-27T10:51:05+

[Python-checkins] [3.13] gh-134664: document `cleanup_socket` parameter in `asyncio.start_unix_server` (GH-134750) (#134780)

2025-05-27 Thread kumaraditya303
https://github.com/python/cpython/commit/a5f281f4e4c69e34842de1c5fa9383f69ae2bec8 commit: a5f281f4e4c69e34842de1c5fa9383f69ae2bec8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-05-27T14:04:29+05:30 summary: [3.13]

[Python-checkins] gh-134210: refactor signal handling in `_curses.window.{get_wch,getkey}` (#134646)

2025-05-27 Thread picnixz
https://github.com/python/cpython/commit/604f83550bc4fd5507019969247c12a6a6454ded commit: 604f83550bc4fd5507019969247c12a6a6454ded branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-27T10:57:41+

[Python-checkins] gh-134752: Improve speed of test_tokenize.StringPrefixTest.test_prefixes. (#134766)

2025-05-27 Thread ericvsmith
https://github.com/python/cpython/commit/579686d9fb1bccc74c694d569f0a8bf28d9ca85a commit: 579686d9fb1bccc74c694d569f0a8bf28d9ca85a branch: main author: Eric V. Smith committer: ericvsmith date: 2025-05-27T04:49:28-04:00 summary: gh-134752: Improve speed of test_tokenize.StringPrefixTest.test_pre

[Python-checkins] gh-134635: add `zlib.{adler32,crc32}_combine` to combine checksums (#134650)

2025-05-27 Thread picnixz
https://github.com/python/cpython/commit/737b4ba020ecaf4b30d5a4c8f99882ce0001ddd6 commit: 737b4ba020ecaf4b30d5a4c8f99882ce0001ddd6 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-27T10:48:34+

[Python-checkins] [3.14] gh-134664: document `cleanup_socket` parameter in `asyncio.start_unix_server` (GH-134750) (#134779)

2025-05-27 Thread kumaraditya303
https://github.com/python/cpython/commit/0f93b2f862fb1fe63ae8dc68b93a81d36e7e037c commit: 0f93b2f862fb1fe63ae8dc68b93a81d36e7e037c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-05-27T14:04:43+05:30 summary: [3.14]

[Python-checkins] gh-62824: Adjust test_alias_modules_exist test to use imports instead of file checks (#134777)

2025-05-27 Thread malemburg
https://github.com/python/cpython/commit/8704d6b39139d2b1c3dd871590188fb7deb8aaad commit: 8704d6b39139d2b1c3dd871590188fb7deb8aaad branch: main author: Miro Hrončok committer: malemburg date: 2025-05-27T10:25:12+02:00 summary: gh-62824: Adjust test_alias_modules_exist test to use imports instead

[Python-checkins] gh-134664: document `cleanup_socket` parameter in `asyncio.start_unix_server` (#134750)

2025-05-27 Thread kumaraditya303
https://github.com/python/cpython/commit/92ea1eb38ff97ac046a0031d505c30a51f58a43f commit: 92ea1eb38ff97ac046a0031d505c30a51f58a43f branch: main author: Shamil committer: kumaraditya303 date: 2025-05-27T08:23:06Z summary: gh-134664: document `cleanup_socket` parameter in `asyncio.start_unix_serve