[Python-checkins] gh-127740: For odd-length input to bytes.fromhex(...) change the error message to ValueError: fromhex() arg must be of even length (#127756)

2024-12-10 Thread cfbolz
https://github.com/python/cpython/commit/db9bea0386c1c0b6c9d7c66474cda7e47e4b56f5 commit: db9bea0386c1c0b6c9d7c66474cda7e47e4b56f5 branch: main author: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committer: cfbolz date: 2024-12-11T08:35:17+01:00 summary: gh-127740: For odd-length

[Python-checkins] [3.12] Update the documentation howto index page and group docs into 3 logical sections (GH-119366) (#127811)

2024-12-10 Thread hugovk
https://github.com/python/cpython/commit/20c0c8cf3849e94ab75f95e760158c398de334f2 commit: 20c0c8cf3849e94ab75f95e760158c398de334f2 branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-12-11T08:58:37+0

[Python-checkins] GH-127381: pathlib ABCs: remove `PathBase.samefile()` and rarer `is_*()` (#127709)

2024-12-10 Thread barneygale
https://github.com/python/cpython/commit/12b4f1a5a175d4dcec27631fce2883038f0917ae commit: 12b4f1a5a175d4dcec27631fce2883038f0917ae branch: main author: Barney Gale committer: barneygale date: 2024-12-11T00:09:55Z summary: GH-127381: pathlib ABCs: remove `PathBase.samefile()` and rarer `is_*()`

[Python-checkins] [3.13] gh-126821: Add versionadded annotation to use_system_logger feature. (GH-127755) (#127806)

2024-12-10 Thread freakboy3742
https://github.com/python/cpython/commit/8b28dedc5856db82826087278b216d3ff3c06994 commit: 8b28dedc5856db82826087278b216d3ff3c06994 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2024-12-10T21:38:12Z summary: [3.13] gh-126

[Python-checkins] gh-126821: Add versionadded annotation to use_system_logger feature. (#127755)

2024-12-10 Thread freakboy3742
https://github.com/python/cpython/commit/51216857ca8283f5b41c8cf9874238da56da4968 commit: 51216857ca8283f5b41c8cf9874238da56da4968 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-12-11T05:32:04+08:00 summary: gh-126821: Add versionadded annotation to use_system_logger

[Python-checkins] [3.12] Docs: Fix indents in `xmlrpc.client.rst` (GH-127782) (#127800)

2024-12-10 Thread Eclips4
https://github.com/python/cpython/commit/019e858529849e19ad4b4d29b1d790f89ac44ec1 commit: 019e858529849e19ad4b4d29b1d790f89ac44ec1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2024-12-10T17:44:45Z summary: [3.12] Docs: Fix i

[Python-checkins] [3.13] Docs: Fix indents in `xmlrpc.client.rst` (GH-127782) (#127799)

2024-12-10 Thread Eclips4
https://github.com/python/cpython/commit/c6c9ff56a5bfc34751f422b9b53546a1c34bb963 commit: c6c9ff56a5bfc34751f422b9b53546a1c34bb963 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2024-12-10T17:41:01Z summary: [3.13] Docs: Fix i

[Python-checkins] Docs: Fix indents in `xmlrpc.client.rst` (#127782)

2024-12-10 Thread Eclips4
https://github.com/python/cpython/commit/035f512046337e64a018d11fdaa3b21758625291 commit: 035f512046337e64a018d11fdaa3b21758625291 branch: main author: Yuki Kobayashi committer: Eclips4 date: 2024-12-10T19:35:00+02:00 summary: Docs: Fix indents in `xmlrpc.client.rst` (#127782) files: M Doc/libr

[Python-checkins] gh-59705: Set OS thread name when Thread.name is changed (#127702)

2024-12-10 Thread vstinner
https://github.com/python/cpython/commit/c91ccbe4ac0ec15c503521f539b3528db85871b4 commit: c91ccbe4ac0ec15c503521f539b3528db85871b4 branch: main author: Victor Stinner committer: vstinner date: 2024-12-10T17:33:11+01:00 summary: gh-59705: Set OS thread name when Thread.name is changed (#127702)

[Python-checkins] gh-127563: use `dk_log2_index_bytes=3` in empty dicts (GH-127568)

2024-12-10 Thread encukou
https://github.com/python/cpython/commit/9af96f440618304e7cc609c246e1f8c8b2d7a119 commit: 9af96f440618304e7cc609c246e1f8c8b2d7a119 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2024-12-10T16:58:17+01:00 summary: gh-127563: use `dk_log2_ind

[Python-checkins] [3.12] Add zizmor to pre-commit and fix most findings (GH-127749) (#127788)

2024-12-10 Thread hugovk
https://github.com/python/cpython/commit/9c54248e4f5fb29cdc894a9882d12ce8eb5e3aa3 commit: 9c54248e4f5fb29cdc894a9882d12ce8eb5e3aa3 branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-12-10T14:57:27Z

[Python-checkins] [3.13] Add zizmor to pre-commit and fix most findings (#127749) (#127786)

2024-12-10 Thread hugovk
https://github.com/python/cpython/commit/990eacb7fb779db08553fb2ff11abe0b2c1a commit: 990eacb7fb779db08553fb2ff11abe0b2c1a branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-12-10T13:48:26Z

[Python-checkins] [3.13] gh-127637: add tests for `dis` command-line interface (#127759) (#127781)

2024-12-10 Thread iritkatriel
https://github.com/python/cpython/commit/8bf5b89212f37efc47416e941ced19359c779f95 commit: 8bf5b89212f37efc47416e941ced19359c779f95 branch: 3.13 author: Bénédikt Tran <[email protected]> committer: iritkatriel <[email protected]> date: 2024-12-10T12

[Python-checkins] gh-126937: ctypes: fix TypeError when a field's size is >65535 bytes (GH-126938)

2024-12-10 Thread encukou
https://github.com/python/cpython/commit/cef0a90d8f3a94aa534593f39b4abf98165675b9 commit: cef0a90d8f3a94aa534593f39b4abf98165675b9 branch: main author: Melissa0x1f992 <[email protected]> committer: encukou date: 2024-12-10T13:13:11+01:00 summary: gh-126937: ctypes:

[Python-checkins] [3.12] gh-101100: Fix sphinx warnings in `whatsnew/3.0.rst` (GH-127662) (#127784)

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

[Python-checkins] gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361)

2024-12-10 Thread encukou
https://github.com/python/cpython/commit/f4b31edf2d9d72878dab1f66a36913b5bcc848ec commit: f4b31edf2d9d72878dab1f66a36913b5bcc848ec branch: main author: Petr Viktorin committer: encukou date: 2024-12-10T11:56:24+01:00 summary: gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361) >From the E

[Python-checkins] [3.13] gh-101100: Fix sphinx warnings in `whatsnew/3.0.rst` (GH-127662) (#127783)

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

[Python-checkins] gh-126491: Revert "GH-126491: Lower heap size limit with faster marking (GH-127519)" (GH-127770)

2024-12-10 Thread encukou
https://github.com/python/cpython/commit/690fe077f6b1bf50e9d62078b22c334775efb3af commit: 690fe077f6b1bf50e9d62078b22c334775efb3af branch: main author: Petr Viktorin committer: encukou date: 2024-12-10T11:53:56+01:00 summary: gh-126491: Revert "GH-126491: Lower heap size limit with faster markin

[Python-checkins] Add zizmor to pre-commit and fix most findings (#127749)

2024-12-10 Thread hugovk
https://github.com/python/cpython/commit/ae31df354d02e12bf656954c5c72380d96c1dc0e commit: ae31df354d02e12bf656954c5c72380d96c1dc0e branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-12-10T12:51:12+0

[Python-checkins] gh-101100: Fix sphinx warnings in `whatsnew/3.0.rst` (#127662)

2024-12-10 Thread hugovk
https://github.com/python/cpython/commit/8dbdbad6e085564ec20109fc8277fa54b3fcc2db commit: 8dbdbad6e085564ec20109fc8277fa54b3fcc2db branch: main author: Yuki Kobayashi committer: hugovk <[email protected]> date: 2024-12-10T12:22:37+02:00 summary: gh-101100: Fix sphinx warning

[Python-checkins] gh-125420: implement `Sequence.count` API on `memoryview` objects (#125443)

2024-12-10 Thread JelleZijlstra
https://github.com/python/cpython/commit/4331832db02ff4a7598dcdd99cae31087173dce0 commit: 4331832db02ff4a7598dcdd99cae31087173dce0 branch: main author: Bénédikt Tran <[email protected]> committer: JelleZijlstra date: 2024-12-10T10:12:33Z summary: gh-125420: implement `Sequ

[Python-checkins] [3.12] gh-127552: Remove comment questioning 4-digit restriction for ‘Y’ in datetime.strptime patterns (GH-127590) (#127649)

2024-12-10 Thread cfbolz
https://github.com/python/cpython/commit/8b4e7f8ec0be2bb0443c0d2394bb03cc61c4eb06 commit: 8b4e7f8ec0be2bb0443c0d2394bb03cc61c4eb06 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: cfbolz date: 2024-12-10T09:20:54+01:00 summary: [3.12] gh-1275

[Python-checkins] add help blurb for "extralargefile" (#127710)

2024-12-10 Thread cfbolz
https://github.com/python/cpython/commit/050d59bd1765de417bf4ec8b5c3cbdac65695f5e commit: 050d59bd1765de417bf4ec8b5c3cbdac65695f5e branch: main author: Skip Montanaro committer: cfbolz date: 2024-12-10T09:17:25+01:00 summary: add help blurb for "extralargefile" (#127710) files: M Lib/test/libre

[Python-checkins] [3.13] gh-126775: make linecache.checkcache threadsafe and GC re-entrency safe (GH-126776) (#127778)

2024-12-10 Thread cfbolz
https://github.com/python/cpython/commit/9d0252ff2ed3a5848c5f933a4b0db10899764bd4 commit: 9d0252ff2ed3a5848c5f933a4b0db10899764bd4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: cfbolz date: 2024-12-10T08:06:26Z summary: [3.13] gh-126775: m

[Python-checkins] [3.12] gh-126775: make linecache.checkcache threadsafe and GC re-entrency safe (GH-126776) (#127779)

2024-12-10 Thread cfbolz
https://github.com/python/cpython/commit/e881dd1c468beafd81d20be2e66a5fdd49cb3402 commit: e881dd1c468beafd81d20be2e66a5fdd49cb3402 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: cfbolz date: 2024-12-10T08:02:22Z summary: [3.12] gh-126775: m