[Python-checkins] [3.13] Fix typos in what's new documentation (GH-119448) (#119449)

2024-05-22 Thread hauntsaninja
https://github.com/python/cpython/commit/dbe4f8a2e8b9751bbe8d0551e55d27267b0bfcde commit: dbe4f8a2e8b9751bbe8d0551e55d27267b0bfcde branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> da

[Python-checkins] Fix typos in what's new documentation (#119448)

2024-05-22 Thread hauntsaninja
https://github.com/python/cpython/commit/e3f5a4455346747fe98f6aeefc74b46048d09bda commit: e3f5a4455346747fe98f6aeefc74b46048d09bda branch: main author: Xie Yanbo committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> date: 2024-05-23T06:41:33Z summary: Fix typos in what's new do

[Python-checkins] [3.12] gh-90562: Mention slots pitfall in dataclass docs (GH-107391) (#119351)

2024-05-22 Thread hugovk
https://github.com/python/cpython/commit/ddaed629f4724d74848907be21d5faede3b2be8d commit: ddaed629f4724d74848907be21d5faede3b2be8d branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-05-2

[Python-checkins] [3.13] gh-90562: Mention slots pitfall in dataclass docs (GH-107391) (#119350)

2024-05-22 Thread hugovk
https://github.com/python/cpython/commit/89e26895453dfb8c1806e6b85246e8b02441de5b commit: 89e26895453dfb8c1806e6b85246e8b02441de5b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-05-2

[Python-checkins] [3.13] gh-111201: Speed up paste mode in the REPL (#119341) (GH-119432) (#119439)

2024-05-22 Thread lysnikolaou
https://github.com/python/cpython/commit/58dbb4a4b053800bb802aaf9662e3977ad114a52 commit: 58dbb4a4b053800bb802aaf9662e3977ad114a52 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: lysnikolaou date: 2024-05-23T04:23:40Z summary: [3.13] gh-1112

[Python-checkins] [3.13] gh-118911: Trailing whitespace in a block shouldn't prevent the user from terminating the code block (GH-119355) (#119404)

2024-05-22 Thread lysnikolaou
https://github.com/python/cpython/commit/9fa1b4fc466e9857210fd6e87f1cbf0c234886ee commit: 9fa1b4fc466e9857210fd6e87f1cbf0c234886ee branch: 3.13 author: Lysandros Nikolaou committer: lysnikolaou date: 2024-05-23T00:12:26-04:00 summary: [3.13] gh-118911: Trailing whitespace in a block shouldn't pr

[Python-checkins] [3.13] gh-119434: Fix culmitive errors in wrapping as lines proceed (GH-119435) (#119441)

2024-05-22 Thread lysnikolaou
https://github.com/python/cpython/commit/dbff1f107731c76770ed279170a709a54601f8be commit: dbff1f107731c76770ed279170a709a54601f8be branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: lysnikolaou date: 2024-05-22T23:46:11-04:00 summary: [3.13] gh

[Python-checkins] Tiny fix: Update link for HAC algorithm (gh-118546)

2024-05-22 Thread rhettinger
https://github.com/python/cpython/commit/43807fec8d38a0400c7967baad587da3e89f8dcc commit: 43807fec8d38a0400c7967baad587da3e89f8dcc branch: main author: Ayato Hayashi committer: rhettinger date: 2024-05-23T02:11:11Z summary: Tiny fix: Update link for HAC algorithm (gh-118546) files: M Objects/lo

[Python-checkins] gh-119105: difflib.py Differ.compare is too slow [for degenerate cases] (#119376)

2024-05-22 Thread tim-one
https://github.com/python/cpython/commit/07df93de73b6bdd4f80cd9e29834d761a0882622 commit: 07df93de73b6bdd4f80cd9e29834d761a0882622 branch: main author: Tim Peters committer: tim-one date: 2024-05-22T18:25:08-05:00 summary: gh-119105: difflib.py Differ.compare is too slow [for degenerate cases]

[Python-checkins] gh-119434: Fix culmitive errors in wrapping as lines proceed (#119435)

2024-05-22 Thread DinoV
https://github.com/python/cpython/commit/e3bf5381fd056d0bbdd775463e3724aab2012e45 commit: e3bf5381fd056d0bbdd775463e3724aab2012e45 branch: main author: Dino Viehland committer: DinoV date: 2024-05-22T15:03:32-07:00 summary: gh-119434: Fix culmitive errors in wrapping as lines proceed (#119435)

[Python-checkins] [3.13] gh-117657: Fix missing atomic in dict_resize (GH-119312) (#119417)

2024-05-22 Thread DinoV
https://github.com/python/cpython/commit/cd35e9d85a8976facebda41692d38a82a4e168c9 commit: cd35e9d85a8976facebda41692d38a82a4e168c9 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: DinoV date: 2024-05-22T14:42:47-07:00 summary: [3.13] gh-11765

[Python-checkins] [3.13] gh-70795: Rework RLock documentation (GH-103853) (#119436)

2024-05-22 Thread gpshead
https://github.com/python/cpython/commit/a6ed7425d8f592cd1146ad8dad1c321d79b46c13 commit: a6ed7425d8f592cd1146ad8dad1c321d79b46c13 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2024-05-22T14:21:58-07:00 summary: [3.13] gh-707

[Python-checkins] [3.13] gh-111201: auto-indentation in _pyrepl (GH-119348) (#119427)

2024-05-22 Thread ambv
https://github.com/python/cpython/commit/9435124d4ae0c223fa144c638838ac3e2dd1c836 commit: 9435124d4ae0c223fa144c638838ac3e2dd1c836 branch: 3.13 author: Lysandros Nikolaou committer: ambv date: 2024-05-22T23:14:03+02:00 summary: [3.13] gh-111201: auto-indentation in _pyrepl (GH-119348) (#119427)

[Python-checkins] [3.13] Enable some stricter mypy settings on `Lib/_pyrepl` (GH-119077) (#119428)

2024-05-22 Thread ambv
https://github.com/python/cpython/commit/81440c5ba139de2105599b6c79adf780f861c622 commit: 81440c5ba139de2105599b6c79adf780f861c622 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-05-22T23:13:47+02:00 summary: [3.13] Enable so

[Python-checkins] [3.13] gh-113978: Ignore warnings on text completion inside REPL (GH-113979) (#119429)

2024-05-22 Thread ambv
https://github.com/python/cpython/commit/6bc7fc08aef6142c034a9b67972b536a1a810a3e commit: 6bc7fc08aef6142c034a9b67972b536a1a810a3e branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-05-22T23:13:32+02:00 summary: [3.13] gh-113978

[Python-checkins] [3.13] gh-119357: Increase test coverage for keymap in _pyrepl (GH-119358) (#119414)

2024-05-22 Thread ambv
https://github.com/python/cpython/commit/e6e4efcc86ffecb9884ff64d622f3c6b659b7220 commit: e6e4efcc86ffecb9884ff64d622f3c6b659b7220 branch: 3.13 author: Lysandros Nikolaou committer: ambv date: 2024-05-22T23:13:01+02:00 summary: [3.13] gh-119357: Increase test coverage for keymap in _pyrepl (GH-1

[Python-checkins] gh-119396: Optimize PyUnicode_FromFormat() UTF-8 decoder (#119398)

2024-05-22 Thread vstinner
https://github.com/python/cpython/commit/9b422fc6af87b81812aaf3010c004eb27c4dc280 commit: 9b422fc6af87b81812aaf3010c004eb27c4dc280 branch: main author: Victor Stinner committer: vstinner date: 2024-05-22T21:05:26Z summary: gh-119396: Optimize PyUnicode_FromFormat() UTF-8 decoder (#119398) Add u

[Python-checkins] gh-111201: Use calc_complete_screen after bracketed paste in PyREPL (#119432)

2024-05-22 Thread pablogsal
https://github.com/python/cpython/commit/14b063cbf1bb11a489d04a31f277edba0fc8893c commit: 14b063cbf1bb11a489d04a31f277edba0fc8893c branch: main author: Lysandros Nikolaou committer: pablogsal date: 2024-05-22T17:02:33-04:00 summary: gh-111201: Use calc_complete_screen after bracketed paste in Py

[Python-checkins] gh-117142: ctypes: Clean up c-analyzer .tsv files (GH-117544)

2024-05-22 Thread encukou
https://github.com/python/cpython/commit/e12a6780bbb607fce6ecf0ffe4260e5a944676c1 commit: e12a6780bbb607fce6ecf0ffe4260e5a944676c1 branch: main author: neonene <53406459+neon...@users.noreply.github.com> committer: encukou date: 2024-05-22T20:30:41Z summary: gh-117142: ctypes: Clean up c-analyzer

[Python-checkins] [3.12] gh-70795: Rework RLock documentation (GH-103853) (#119437)

2024-05-22 Thread CAM-Gerlach
https://github.com/python/cpython/commit/7eb59cd95b09ede8c7524e8f71fbea5623715f7f commit: 7eb59cd95b09ede8c7524e8f71fbea5623715f7f branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: CAM-Gerlach date: 2024-05-22T20:21:42Z summary: [3.12] gh-7079

[Python-checkins] gh-70795: Rework RLock documentation (#103853)

2024-05-22 Thread CAM-Gerlach
https://github.com/python/cpython/commit/2fbea81d646688cf438be1dc0be82112a9ae4325 commit: 2fbea81d646688cf438be1dc0be82112a9ae4325 branch: main author: uıɐɾ ʞ ʇɐɯɐs <_...@skj.io> committer: CAM-Gerlach date: 2024-05-22T16:15:11-04:00 summary: gh-70795: Rework RLock documentation (#103853) Attemp

[Python-checkins] gh-117505: Run ensurepip in isolated env in Windows installer (GH-118257)

2024-05-22 Thread zooba
https://github.com/python/cpython/commit/3e30a38561ab6ab41605973dc3c61053c099da80 commit: 3e30a38561ab6ab41605973dc3c61053c099da80 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zooba date: 2024-05-22T19:46:35Z summary: gh-117505: Run ensur

[Python-checkins] [3.13] gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (GH-118696) (#119430)

2024-05-22 Thread lysnikolaou
https://github.com/python/cpython/commit/0bd7c879cf268df38f28cb440183d7dfa942e6e6 commit: 0bd7c879cf268df38f28cb440183d7dfa942e6e6 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: lysnikolaou date: 2024-05-22T15:36:35-04:00 summary: [3.13] gh

[Python-checkins] [3.13] gh-119247: Add macros to use PySequence_Fast safely in free-threaded build (GH-119315) (#119419)

2024-05-22 Thread colesbury
https://github.com/python/cpython/commit/08416065a78516b923c1232c76f5fb674cc59618 commit: 08416065a78516b923c1232c76f5fb674cc59618 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-05-22T19:24:02Z summary: [3.13] gh-119247

[Python-checkins] [3.13] Improve `pyrepl` type-annotation coverage (GH-119081) (#119415)

2024-05-22 Thread lysnikolaou
https://github.com/python/cpython/commit/cd39da75afbede2e5f012065fedd709bf74a9c5f commit: cd39da75afbede2e5f012065fedd709bf74a9c5f branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: lysnikolaou date: 2024-05-22T18:38:32Z summary: [3.13] Improve

[Python-checkins] [3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (gh-119331) (gh-119410)

2024-05-22 Thread ericsnowcurrently
https://github.com/python/cpython/commit/bfd9c3ea5336f2898e3c58e0c3999bfc25d7da89 commit: bfd9c3ea5336f2898e3c58e0c3999bfc25d7da89 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ericsnowcurrently date: 2024-05-22T12:09:48-06:00 summary: [3.

[Python-checkins] gh-117505: Run ensurepip in isolated env in Windows installer (GH-118257)

2024-05-22 Thread zooba
https://github.com/python/cpython/commit/c9073eb1a99606df1efeb8959e9f11a8ebc23ae2 commit: c9073eb1a99606df1efeb8959e9f11a8ebc23ae2 branch: main author: Michael Vincent <377567+vy...@users.noreply.github.com> committer: zooba date: 2024-05-22T18:59:47+01:00 summary: gh-117505: Run ensurepip in iso

[Python-checkins] gh-119247: Add macros to use PySequence_Fast safely in free-threaded build (#119315)

2024-05-22 Thread colesbury
https://github.com/python/cpython/commit/baf347d91643a83483bae110092750d39471e0c2 commit: baf347d91643a83483bae110092750d39471e0c2 branch: main author: Josh {*()} Rosenberg <26495692+mojovamp...@users.noreply.github.com> committer: colesbury date: 2024-05-22T17:45:34Z summary: gh-119247: Add macr

[Python-checkins] gh-117657: Fix missing atomic in dict_resize (#119312)

2024-05-22 Thread DinoV
https://github.com/python/cpython/commit/2b3fb767bea1f96c9e0523f6cc341b40f0fa1ca1 commit: 2b3fb767bea1f96c9e0523f6cc341b40f0fa1ca1 branch: main author: Dino Viehland committer: DinoV date: 2024-05-22T10:38:56-07:00 summary: gh-117657: Fix missing atomic in dict_resize (#119312) Fix missing atom

[Python-checkins] Remove almost all unpaired backticks in docstrings (#119231)

2024-05-22 Thread carljm
https://github.com/python/cpython/commit/ef172521a9e9dfadebe57d590bfb53a0e9ac3a0b commit: ef172521a9e9dfadebe57d590bfb53a0e9ac3a0b branch: main author: Geoffrey Thomas committer: carljm date: 2024-05-22T12:35:18-04:00 summary: Remove almost all unpaired backticks in docstrings (#119231) As repo

[Python-checkins] [3.13] gh-118893: Evaluate all statements in the new REPL separately (GH-119318) (#119408)

2024-05-22 Thread lysnikolaou
https://github.com/python/cpython/commit/a463cd8e45d6fc6ca16a59bcfeece99cf268e684 commit: a463cd8e45d6fc6ca16a59bcfeece99cf268e684 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: lysnikolaou date: 2024-05-22T16:22:01Z summary: [3.13] gh-1188

[Python-checkins] [3.13] gh-119205: Fix autocompletion bug in new repl (GH-119229) (#119407)

2024-05-22 Thread lysnikolaou
https://github.com/python/cpython/commit/eafd633fac0c25ffdb98ffee31184eb3b4ca8b88 commit: eafd633fac0c25ffdb98ffee31184eb3b4ca8b88 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: lysnikolaou date: 2024-05-22T16:07:38Z summary: [3.13] gh-1192

[Python-checkins] [3.13] gh-111201: Add append to screen method to avoid recalculation (GH-119274) (#119405)

2024-05-22 Thread lysnikolaou
https://github.com/python/cpython/commit/aefe2e626eeb2f05cda10a17926f8ba9b7a504ca commit: aefe2e626eeb2f05cda10a17926f8ba9b7a504ca branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: lysnikolaou date: 2024-05-22T16:03:04Z summary: [3.13] gh-1112

[Python-checkins] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (gh-119331)

2024-05-22 Thread ericsnowcurrently
https://github.com/python/cpython/commit/81865002aee8eaaeb3c7e402f86183afa6de77bf commit: 81865002aee8eaaeb3c7e402f86183afa6de77bf branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-05-22T09:57:52-06:00 summary: gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across In

[Python-checkins] [3.13] gh-111201: Remove readline dependency from the PyREPL (GH-119262) (#119403)

2024-05-22 Thread lysnikolaou
https://github.com/python/cpython/commit/ac9163637b028fc4b457f83b1a49b2f7ffbff6e6 commit: ac9163637b028fc4b457f83b1a49b2f7ffbff6e6 branch: 3.13 author: Lysandros Nikolaou committer: lysnikolaou date: 2024-05-22T11:45:11-04:00 summary: [3.13] gh-111201: Remove readline dependency from the PyREPL

[Python-checkins] [3.13] gh-119306: Break up _pyrepl tests (GH-119307) (#119362)

2024-05-22 Thread lysnikolaou
https://github.com/python/cpython/commit/721459831afb2a56eaa3b09e3123a78304500b03 commit: 721459831afb2a56eaa3b09e3123a78304500b03 branch: 3.13 author: Lysandros Nikolaou committer: lysnikolaou date: 2024-05-22T11:02:18-04:00 summary: [3.13] gh-119306: Break up _pyrepl tests (GH-119307) (#119362

[Python-checkins] gh-118507 : Refactor ntpath native functions (gh-119381)

2024-05-22 Thread zooba
https://github.com/python/cpython/commit/874a4f7d08dd632394b2f646af58598e1f55e09d commit: 874a4f7d08dd632394b2f646af58598e1f55e09d branch: 3.12 author: Nice Zombies committer: zooba date: 2024-05-22T15:49:26+01:00 summary: gh-118507 : Refactor ntpath native functions (gh-119381) This refactorin

[Python-checkins] gh-119391: Amend comment description of PyMapping_Items, PyMapping_Values and PyMapping_Keys (#119392)

2024-05-22 Thread erlend-aasland
https://github.com/python/cpython/commit/d472b4f9fa4fb6061588d421f33a0388a2005bc6 commit: d472b4f9fa4fb6061588d421f33a0388a2005bc6 branch: main author: Pieter Eendebak committer: erlend-aasland date: 2024-05-22T08:52:36-04:00 summary: gh-119391: Amend comment description of PyMapping_Items, PyMa

[Python-checkins] [3.12] gh-118643: Fix AttributeError in the email module (GH-119099) (GH-119390)

2024-05-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8c96850161da23ad2b37551d2a89c7d4716fe024 commit: 8c96850161da23ad2b37551d2a89c7d4716fe024 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-05-22T14:08:05+03:00 summary: [3.1

[Python-checkins] [3.13] gh-118643: Fix AttributeError in the email module (GH-119099) (GH-119389)

2024-05-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6892b400dc8c95375ef31f6d716d62a6ff0c4cf2 commit: 6892b400dc8c95375ef31f6d716d62a6ff0c4cf2 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-05-22T14:07:38+03:00 summary: [3.1

[Python-checkins] gh-118643: Fix AttributeError in the email module (GH-119099)

2024-05-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/858b9e85fcdd495947c9e892ce6e3734652c48f2 commit: 858b9e85fcdd495947c9e892ce6e3734652c48f2 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-05-22T10:17:46Z summary: gh-118643: Fix AttributeError in the email module (GH-119099)

[Python-checkins] [3.13] Fix version number in use_load_tests deprecation reference (GH-119151) (GH-119386)

2024-05-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/414346e56d98d655f25bbac0bed1811aaa651636 commit: 414346e56d98d655f25bbac0bed1811aaa651636 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-05-22T09:58:59Z summary: [3.13] Fi

[Python-checkins] [3.12] Fix version number in use_load_tests deprecation reference (GH-119151) (GH-119387)

2024-05-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2c7e9de98bab189500d6924a2ca1dba089de3f30 commit: 2c7e9de98bab189500d6924a2ca1dba089de3f30 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-05-22T09:49:41Z summary: [3.12] Fi

[Python-checkins] [3.13] Fix typos in NEWS entries for 3.13 (GH-119374) (GH-119385)

2024-05-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0e6198972a3e2d77693ca276c5649fa16bea4e35 commit: 0e6198972a3e2d77693ca276c5649fa16bea4e35 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-05-22T09:47:49Z summary: [3.13] Fi

[Python-checkins] Fix version number in use_load_tests deprecation reference (GH-119151)

2024-05-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/aee8f03abbebfb76357f459dfb297026862e3c0b commit: aee8f03abbebfb76357f459dfb297026862e3c0b branch: main author: Jacob Walls committer: serhiy-storchaka date: 2024-05-22T12:43:56+03:00 summary: Fix version number in use_load_tests deprecation reference (GH-

[Python-checkins] [3.13] gh-119189: Add yet more tests for mixed Fraction arithmetic (GH-119298) (GH-119346)

2024-05-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ec484b6862711fa79a7ff598fb60f094f20926be commit: ec484b6862711fa79a7ff598fb60f094f20926be branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-05-22T09:37:07Z summary: [3.13] gh

[Python-checkins] Fix typos in NEWS entries for 3.13 (GH-119374)

2024-05-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/904e256292a0ed6c36f3490da9e4f8245370f535 commit: 904e256292a0ed6c36f3490da9e4f8245370f535 branch: main author: Xie Yanbo committer: serhiy-storchaka date: 2024-05-22T12:31:37+03:00 summary: Fix typos in NEWS entries for 3.13 (GH-119374) files: M Misc/NEW

[Python-checkins] [3.13] Clarify that dklen is expected in bytes for the hashlib functions (GH-106624) (GH-119383)

2024-05-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f757996942a7aeaf3830f2d45600b09847a7518b commit: f757996942a7aeaf3830f2d45600b09847a7518b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-05-22T09:10:02Z summary: [3.13] Cl

[Python-checkins] [3.12] Clarify that dklen is expected in bytes for the hashlib functions (GH-106624) (GH-119384)

2024-05-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9bd9879ca7d9af7d62c53f0a8ca5d2b1e900cc4b commit: 9bd9879ca7d9af7d62c53f0a8ca5d2b1e900cc4b branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-05-22T08:58:03Z summary: [3.12] Cl

[Python-checkins] Clarify that dklen is expected in bytes for the hashlib functions (GH-106624)

2024-05-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5adf78f546a5dc3f5b8eeaa209a2e8437ae96ac8 commit: 5adf78f546a5dc3f5b8eeaa209a2e8437ae96ac8 branch: main author: Mathijs Mortimer committer: serhiy-storchaka date: 2024-05-22T11:51:25+03:00 summary: Clarify that dklen is expected in bytes for the hashlib fu