[Python-checkins] gh-90102: Remove isatty call during regular open (#124922)

2024-10-07 Thread vstinner
https://github.com/python/cpython/commit/cc9b9bebb2c09c475cb0f278268cce03c115eaea commit: cc9b9bebb2c09c475cb0f278268cce03c115eaea branch: main author: Cody Maloney committer: vstinner date: 2024-10-08T08:50:42+02:00 summary: gh-90102: Remove isatty call during regular open (#124922) Co-authore

[Python-checkins] [3.13] gh-58282: Fix support of tuple metavar for positional arguments in argparse (GH-124782) (GH-124882)

2024-10-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e28f2c670541710ecafc0218d025431125d87fc8 commit: e28f2c670541710ecafc0218d025431125d87fc8 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-08T06:36:38Z summary: [3.13] gh-58282: Fix support of tuple metavar for positional ar

[Python-checkins] [3.12] gh-124653: Relax (again) detection of queue API for logging handlers (GH-124897) (GH-125060)

2024-10-07 Thread vsajip
https://github.com/python/cpython/commit/bc237ed9a8d631675a4962d6627d0571dfa4c04f commit: bc237ed9a8d631675a4962d6627d0571dfa4c04f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-10-08T07:24:09+01:00 summary: [3.12] gh-1246

[Python-checkins] [3.13] gh-124653: Relax (again) detection of queue API for logging handlers (GH-124897) (GH-125059)

2024-10-07 Thread vsajip
https://github.com/python/cpython/commit/1e820e63e7a48e8516e9c5d5d4e2dfb6cc9df552 commit: 1e820e63e7a48e8516e9c5d5d4e2dfb6cc9df552 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-10-08T07:23:40+01:00 summary: [3.13] gh-1246

[Python-checkins] [3.13] gh-102511: Change the `os.path.splitroot` param name from `path` back to `p` (GH-124097) (#124919)

2024-10-07 Thread JelleZijlstra
https://github.com/python/cpython/commit/761c3b280b3a4401a4a4224cbe7094c36a999bfd commit: 761c3b280b3a4401a4a4224cbe7094c36a999bfd branch: 3.13 author: Jelle Zijlstra committer: JelleZijlstra date: 2024-10-07T18:42:49-07:00 summary: [3.13] gh-102511: Change the `os.path.splitroot` param name fro

[Python-checkins] [3.13] gh-125018: Fix role syntax (GH-125050) (#125080)

2024-10-07 Thread AA-Turner
https://github.com/python/cpython/commit/d869d54962102552a70a769d684394ff2ac99564 commit: d869d54962102552a70a769d684394ff2ac99564 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.13] gh-125018: Add importlib.metadata semantic link targets (GH-125027) (#125047)

2024-10-07 Thread AA-Turner
https://github.com/python/cpython/commit/b0d01a15131f2df64272057de0c1bd0fd8d2c251 commit: b0d01a15131f2df64272057de0c1bd0fd8d2c251 branch: 3.13 author: Alyssa Coghlan committer: AA-Turner <[email protected]> date: 2024-10-08T02:16:10+01:00 summary: [3.13] gh-125018: Add i

[Python-checkins] [3.13] Docs: make a tutorial example more precise (GH-125066) (#125078)

2024-10-07 Thread AA-Turner
https://github.com/python/cpython/commit/12bb9ed27923576bfbc9af572e983e6f77040ac7 commit: 12bb9ed27923576bfbc9af572e983e6f77040ac7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.13] gh-125072: Add label for assignment expressions; update tracked section for assignment expression topic (GH-125074) (#125077)

2024-10-07 Thread AA-Turner
https://github.com/python/cpython/commit/9a1b9d52546cbb0903f9cef4a1f83e3528479e85 commit: 9a1b9d52546cbb0903f9cef4a1f83e3528479e85 branch: 3.13 author: Emily Morehouse committer: AA-Turner <[email protected]> date: 2024-10-08T02:14:34+01:00 summary: [3.13] gh-125072: Add

[Python-checkins] Docs: make a tutorial example more precise (#125066)

2024-10-07 Thread nedbat
https://github.com/python/cpython/commit/6e3c70c61bf961e55e9912a31ca11f61c8e2cd0c commit: 6e3c70c61bf961e55e9912a31ca11f61c8e2cd0c branch: main author: Ned Batchelder committer: nedbat date: 2024-10-07T19:41:13-04:00 summary: Docs: make a tutorial example more precise (#125066) Based on discuss

[Python-checkins] [3.13] Small improvements to the itertools docs (GH-123885) (#125075)

2024-10-07 Thread rhettinger
https://github.com/python/cpython/commit/84efcecf03897f278dc8673980e3e0a4b2a439ca commit: 84efcecf03897f278dc8673980e3e0a4b2a439ca branch: 3.13 author: Raymond Hettinger committer: rhettinger date: 2024-10-07T23:08:09Z summary: [3.13] Small improvements to the itertools docs (GH-123885) (#125075

[Python-checkins] [3.13] gh-58573: Fix conflicts between abbreviated long options in the parent parser and subparsers in argparse (GH-124631) (GH-124760)

2024-10-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6925e5b5c778d0c7deab58c62545b69b4a3d3844 commit: 6925e5b5c778d0c7deab58c62545b69b4a3d3844 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-07T22:55:27Z summary: [3.13] gh-58573: Fix conflicts between abbreviated long options

[Python-checkins] gh-125072: Add label for assignment expressions; update tracked section for assignment expression topic (#125074)

2024-10-07 Thread emilyemorehouse
https://github.com/python/cpython/commit/447a15190d6d766004b77619ba43e44256e348e2 commit: 447a15190d6d766004b77619ba43e44256e348e2 branch: main author: Emily Morehouse committer: emilyemorehouse date: 2024-10-07T22:51:14Z summary: gh-125072: Add label for assignment expressions; update tracked s

[Python-checkins] [3.13] gh-72795: Make positional arguments with nargs='*' or REMAINDER non-required (GH-124306) (#124421)

2024-10-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0a046771c0b274356ff3d550401b009a9eff3a9a commit: 0a046771c0b274356ff3d550401b009a9eff3a9a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-07T22:51:35Z summary: [3.13] gh

[Python-checkins] [3.13] gh-53780: Ignore the first "--" (double dash) between an option and command in argparse (GH-124275) (GH-125073)

2024-10-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/db3ccd8b62c7ff9f1ce5a7d1b8e7d68eed09517f commit: db3ccd8b62c7ff9f1ce5a7d1b8e7d68eed09517f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-07T22:51:07Z summary: [3.13] gh

[Python-checkins] [3.13] gh-124130: Increase test coverage for \b and \B in regular expressions (GH-124330) (GH-124413)

2024-10-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a380dc68360f18e07eceb10d52c7169194564dca commit: a380dc68360f18e07eceb10d52c7169194564dca branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-07T21:58:17Z summary: [3.13] gh

[Python-checkins] [3.13] gh-124182: Explain naming rules for struct sequence types (GH-124335) (#125057)

2024-10-07 Thread vstinner
https://github.com/python/cpython/commit/566983dd1250c897404db8fab3257a0d1b54753d commit: 566983dd1250c897404db8fab3257a0d1b54753d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-10-07T23:47:30+02:00 summary: [3.13] gh-12

[Python-checkins] [3.13] gh-120378: Fix crash caused by integer overflow in `curses` (GH-124555) (#124905)

2024-10-07 Thread vstinner
https://github.com/python/cpython/commit/2d3087b3cf01f26679c3cc53f39630955a3a56be commit: 2d3087b3cf01f26679c3cc53f39630955a3a56be branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-10-07T23:46:57+02:00 summary: [3.13] gh-12

[Python-checkins] [3.13] gh-116810: fix memory leak in ssl module (GH-123249) (#124800)

2024-10-07 Thread vstinner
https://github.com/python/cpython/commit/f5f1d45f1704a31c85d92b88dfe36c05946baf8a commit: f5f1d45f1704a31c85d92b88dfe36c05946baf8a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-10-07T23:46:29+02:00 summary: [3.13] gh-11

[Python-checkins] [3.13] gh-124217, ipaddress: Add RFC 9637 reserved IPv6 block `3fff::/20` (GH-124240) (#124282)

2024-10-07 Thread vstinner
https://github.com/python/cpython/commit/a93716f6958f90590ffed329a04fd3acbbd7e6f2 commit: a93716f6958f90590ffed329a04fd3acbbd7e6f2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-10-07T23:45:59+02:00 summary: [3.13] gh-12

[Python-checkins] [3.13] Support the "pager" binary in _pyrepl (GH-122878) (#124242)

2024-10-07 Thread vstinner
https://github.com/python/cpython/commit/9e218afc8591e3687855a591ffd5bcb7d9bf1bc7 commit: 9e218afc8591e3687855a591ffd5bcb7d9bf1bc7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-10-07T23:45:43+02:00 summary: [3.13] Suppo

[Python-checkins] [3.13] Fix typos (#123775) (#123866)

2024-10-07 Thread vstinner
https://github.com/python/cpython/commit/d432fa43b9078784a9306848354941bd0eee158f commit: d432fa43b9078784a9306848354941bd0eee158f branch: 3.13 author: Victor Stinner committer: vstinner date: 2024-10-07T23:44:31+02:00 summary: [3.13] Fix typos (#123775) (#123866) Fix typos (#123775) (cherry p

[Python-checkins] [3.13] gh-95468: Add more tests for "--" (double dash) in test_argparse (GH-124274) (GH-125068)

2024-10-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2a40dda89de418cd563c3fc2144f3831b6feece7 commit: 2a40dda89de418cd563c3fc2144f3831b6feece7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-07T21:40:47Z summary: [3.13] gh

[Python-checkins] [3.13] gh-124842: Fix test.support.import_helper.make_legacy_pyc() (GH-124843) (GH-124853)

2024-10-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/970f3b73d20e792653d690152edccd7b6079ee95 commit: 970f3b73d20e792653d690152edccd7b6079ee95 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-08T00:29:54+03:00 summary: [3.1

[Python-checkins] [3.13] gh-61181: Fix support of choices with string value in argparse (GH-124578) (GH-124755)

2024-10-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4a9a359f32d3f42c509bb9be770370ba21634fc6 commit: 4a9a359f32d3f42c509bb9be770370ba21634fc6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-08T00:28:17+03:00 summary: [3.1

[Python-checkins] [3.13] gh-116850: Fix argparse for namespaces with not directly writable dict (GH-124667) (GH-124757)

2024-10-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/11d4b54b88063efbeb8968263dfa77dcfb816f8c commit: 11d4b54b88063efbeb8968263dfa77dcfb816f8c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-08T00:27:11+03:00 summary: [3.1

[Python-checkins] [3.13] gh-124345: Support abbreviated single-dash long options with = in argparse (GH-124428) (GH-124753)

2024-10-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/597b6211ab6ddbf1bc5bdf15d404c1a9a94d04af commit: 597b6211ab6ddbf1bc5bdf15d404c1a9a94d04af branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-08T00:26:37+03:00 summary: [3.1

[Python-checkins] [3.13] gh-80259: Fix conflict between type and default=SUPPRESS in argparse (GH-124519) (GH-124751)

2024-10-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f28906e58e003c3eb52db6f3f68e110263fb08c8 commit: f28906e58e003c3eb52db6f3f68e110263fb08c8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-08T00:26:00+03:00 summary: [3.1

[Python-checkins] [3.13] gh-104860: Fix allow_abbrev=False for single-dash long options (GH-124340) (GH-124749)

2024-10-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/aa648c21e982c142d24471f4d4b52127402904f6 commit: aa648c21e982c142d24471f4d4b52127402904f6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-08T00:25:13+03:00 summary: [3.1

[Python-checkins] [3.13] gh-59317: Improve parsing optional positional arguments in argparse (GH-124303) (GH-124436)

2024-10-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/16127de2eb1a3dae56326560952c9b49f547cb3e commit: 16127de2eb1a3dae56326560952c9b49f547cb3e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-08T00:24:31+03:00 summary: [3.1

[Python-checkins] gh-124502: Add PyUnicode_Equal() function (#124504)

2024-10-07 Thread vstinner
https://github.com/python/cpython/commit/a7f0727ca575fef4d8891b5ebfe71ef2a774868b commit: a7f0727ca575fef4d8891b5ebfe71ef2a774868b branch: main author: Victor Stinner committer: vstinner date: 2024-10-07T21:24:53Z summary: gh-124502: Add PyUnicode_Equal() function (#124504) files: A Misc/NEWS.d

[Python-checkins] [3.13] gh-124188: Fix PyErr_ProgramTextObject() (GH-124189) (GH-124423)

2024-10-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/03ae82d0d34649d1fcb755015aa567fe3978d4f9 commit: 03ae82d0d34649d1fcb755015aa567fe3978d4f9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-08T00:23:49+03:00 summary: [3.1

[Python-checkins] [3.13] gh-63143: Fix parsing mutually exclusive arguments in argparse (GH-124307) (GH-124418)

2024-10-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/167d8d2f072505a85c6db72fdaf4edffd6d17f3a commit: 167d8d2f072505a85c6db72fdaf4edffd6d17f3a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-08T00:20:31+03:00 summary: [3.1

[Python-checkins] [3.13] gh-81691: Fix handling of multiple "--" (double dashes) in argparse (GH-124233) (GH-124266)

2024-10-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/63870162f4d80359025762aec802d46ab0ecdb6b commit: 63870162f4d80359025762aec802d46ab0ecdb6b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-08T00:12:28+03:00 summary: [3.1

[Python-checkins] [3.13] gh-122392: IDLE - Fix overlapping lines in browsers (GH-122392) (GH-124975) (#125061)

2024-10-07 Thread terryjreedy
https://github.com/python/cpython/commit/6fe746d702bfeeafbde1e9df2b1b5e061808fbb5 commit: 6fe746d702bfeeafbde1e9df2b1b5e061808fbb5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-10-07T19:25:26Z summary: [3.13] gh-1223

[Python-checkins] [3.12] gh-122392: IDLE - Fix overlapping lines in browsers (GH-122392) (GH-124975) (#125062)

2024-10-07 Thread terryjreedy
https://github.com/python/cpython/commit/79b4c9d99a070a6cdcb810148e514864d8958bc1 commit: 79b4c9d99a070a6cdcb810148e514864d8958bc1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-10-07T19:23:08Z summary: [3.12] gh-1223

[Python-checkins] gh-122392: IDLE - Fix overlapping lines in browsers (#122392) (#124975)

2024-10-07 Thread terryjreedy
https://github.com/python/cpython/commit/c5df1cb7bde7e86f046196b0e34a0b90f8fc11de commit: c5df1cb7bde7e86f046196b0e34a0b90f8fc11de branch: main author: Zhikang Yan <[email protected]> committer: terryjreedy date: 2024-10-07T14:52:09-04:00 summary: gh-122392: IDLE - Fix overlapping lines in browse

[Python-checkins] [3.12] GH-109975: Announce final release in What's New in Python 3.13 (GH-125007) (#125034)

2024-10-07 Thread Yhg1s
https://github.com/python/cpython/commit/a01970d6a2add5a07af58b0aa3ca280bad62b9fd commit: a01970d6a2add5a07af58b0aa3ca280bad62b9fd branch: 3.12 author: T. Wouters committer: Yhg1s date: 2024-10-07T11:51:07-07:00 summary: [3.12] GH-109975: Announce final release in What's New in Python 3.13 (GH-

[Python-checkins] gh-124653: Relax (again) detection of queue API for logging handlers (GH-124897)

2024-10-07 Thread vsajip
https://github.com/python/cpython/commit/7ffe94fb242fd51bb07c7f0d31e94efeea3619d4 commit: 7ffe94fb242fd51bb07c7f0d31e94efeea3619d4 branch: main author: Bénédikt Tran <[email protected]> committer: vsajip date: 2024-10-07T19:42:19+01:00 summary: gh-124653: Relax (again) det

[Python-checkins] [3.12] gh-124182: Explain naming rules for struct sequence types (GH-124335) (#125056)

2024-10-07 Thread vstinner
https://github.com/python/cpython/commit/a62d2d3318fcd5a9ac5c062360f73e511a4375e1 commit: a62d2d3318fcd5a9ac5c062360f73e511a4375e1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-10-07T17:59:31Z summary: [3.12] gh-124182:

[Python-checkins] Use _PyLong_GetOne() and _PyLong_GetZero() in long_invmod() (#125044)

2024-10-07 Thread vstinner
https://github.com/python/cpython/commit/03775472cc69e150ced22dc30334a7a202fc0380 commit: 03775472cc69e150ced22dc30334a7a202fc0380 branch: main author: Victor Stinner committer: vstinner date: 2024-10-07T19:54:42+02:00 summary: Use _PyLong_GetOne() and _PyLong_GetZero() in long_invmod() (#125044

[Python-checkins] gh-124182: Explain naming rules for struct sequence types (#124335)

2024-10-07 Thread vstinner
https://github.com/python/cpython/commit/3287c834e5370294e310450115290979aac06efa commit: 3287c834e5370294e310450115290979aac06efa branch: main author: ffelixg <[email protected]> committer: vstinner date: 2024-10-07T19:52:34+02:00 summary: gh-124182: Explain naming rules

[Python-checkins] gh-124956: Use `#undef` for temp macros in `_csv.c` (#124957)

2024-10-07 Thread kumaraditya303
https://github.com/python/cpython/commit/51d426dc033ef9208c0244a569f3e816e4c328c9 commit: 51d426dc033ef9208c0244a569f3e816e4c328c9 branch: main author: sobolevn committer: kumaraditya303 date: 2024-10-07T23:05:56+05:30 summary: gh-124956: Use `#undef` for temp macros in `_csv.c` (#124957) files

[Python-checkins] GH-121459: Streamline PyObject* to PyStackRef conversions by disallowing NULL pointers. (GH-124894)

2024-10-07 Thread markshannon
https://github.com/python/cpython/commit/d1453f60c2d289d74d535874e07741745b023c90 commit: d1453f60c2d289d74d535874e07741745b023c90 branch: main author: Mark Shannon committer: markshannon date: 2024-10-07T18:13:04+01:00 summary: GH-121459: Streamline PyObject* to PyStackRef conversions by disall

[Python-checkins] [3.12] gh-125018: Fix role syntax (GH-125050) (#125055)

2024-10-07 Thread AA-Turner
https://github.com/python/cpython/commit/d2b307171ce899f6bd17f6ba570f5172ff9a390a commit: d2b307171ce899f6bd17f6ba570f5172ff9a390a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.13] gh-112804: Clamping timeout value for _PySemaphore_PlatformWait (gh-124914) (gh-124991)

2024-10-07 Thread corona10
https://github.com/python/cpython/commit/80ba17a3dd383882622cf303a2f2fb19cbaa0ee6 commit: 80ba17a3dd383882622cf303a2f2fb19cbaa0ee6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: corona10 date: 2024-10-07T16:53:32Z summary: [3.13] gh-112804:

[Python-checkins] gh-125018: Fix role syntax (#125050)

2024-10-07 Thread AA-Turner
https://github.com/python/cpython/commit/10094a533a947b72d01ed8195dcf540f2e7820ea commit: 10094a533a947b72d01ed8195dcf540f2e7820ea branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-10-07T17:51:5

[Python-checkins] gh-120762: make_ssl_certs: Don't set extensions for the temporary CSR (GH-125045)

2024-10-07 Thread encukou
https://github.com/python/cpython/commit/744caa8ef42ab67c6aa20cd691e078721e72e22a commit: 744caa8ef42ab67c6aa20cd691e078721e72e22a branch: main author: Petr Viktorin committer: encukou date: 2024-10-07T17:37:52+02:00 summary: gh-120762: make_ssl_certs: Don't set extensions for the temporary CSR

[Python-checkins] Python 3.13.0

2024-10-07 Thread Yhg1s
https://github.com/python/cpython/commit/60403a5409ff2c3f3b07dd2ca91a7a3e096839c7 commit: 60403a5409ff2c3f3b07dd2ca91a7a3e096839c7 branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2024-10-07T07:02:14+02:00 summary: Python 3.13.0 files: A Misc/NEWS.d/3.13.0.rst D Misc/NEWS.d/next/Core

[Python-checkins] [3.12] gh-125018: Add importlib.metadata semantic link targets (GH-125027) (#125048)

2024-10-07 Thread ncoghlan
https://github.com/python/cpython/commit/fa32f007f0ee702fbad970961a0258e8a3e92de8 commit: fa32f007f0ee702fbad970961a0258e8a3e92de8 branch: 3.12 author: Alyssa Coghlan committer: ncoghlan date: 2024-10-07T14:24:45Z summary: [3.12] gh-125018: Add importlib.metadata semantic link targets (GH-125027

[Python-checkins] gh-125018: Add importlib.metadata semantic link targets (#125027)

2024-10-07 Thread ncoghlan
https://github.com/python/cpython/commit/cda3b5a576412a8671bbe4c68bb792ec14f1a4b1 commit: cda3b5a576412a8671bbe4c68bb792ec14f1a4b1 branch: main author: Alyssa Coghlan committer: ncoghlan date: 2024-10-07T23:44:18+10:00 summary: gh-125018: Add importlib.metadata semantic link targets (#125027) T

[Python-checkins] gh-111178: Fix function signatures in fileio.c (#125043)

2024-10-07 Thread vstinner
https://github.com/python/cpython/commit/d8f707420b3b0975567e0d9cab60c978d6cb7111 commit: d8f707420b3b0975567e0d9cab60c978d6cb7111 branch: main author: Victor Stinner committer: vstinner date: 2024-10-07T15:27:36+02:00 summary: gh-78: Fix function signatures in fileio.c (#125043) * Add "fil

[Python-checkins] gh-121249: Support _Complex types in the struct module (#121613)

2024-10-07 Thread vstinner
https://github.com/python/cpython/commit/7487db4c7af629f0a81b2127a3eea288cefc commit: 7487db4c7af629f0a81b2127a3eea288cefc branch: main author: Sergey B Kirpichev committer: vstinner date: 2024-10-07T13:53:02+02:00 summary: gh-121249: Support _Complex types in the struct module (#121613)

[Python-checkins] GH-116968: Remove branch from advance_backoff_counter (GH-124469)

2024-10-07 Thread markshannon
https://github.com/python/cpython/commit/f55273b3b7124dc570911724107c2440f37905fc commit: f55273b3b7124dc570911724107c2440f37905fc branch: main author: Mark Shannon committer: markshannon date: 2024-10-07T11:46:33+01:00 summary: GH-116968: Remove branch from advance_backoff_counter (GH-124469)