cpython/Misc/NEWS.d/next
Bénédikt Tran 3cb109796d
gh-135004: rewrite and cleanup blake2module.c (#135006)
* Cleanup imports and update module docstring.
* Simplify detection of SIMD support.
* Correctly guard `update()` cases.
* Rewrite `py_blake2b_or_s_new` and rename it to `py_blake2_new`.
* Rewrite `blake2_blake2b_copy_locked` and `py_blake2_clear`.
* Refactor computations of `digest` and `hexdigest`.
* Simplify `py_blake2b_get_name` and `py_blake2b_get_block_size`.
* Add `hacl_get_blake2_info` to extract static BLAKE-2 information.
   This new helper is used by `py_blake2b_get_digest_size`, but can
   be later used to expose `key_length` more easily.
2025-06-09 09:17:43 +02:00
..
Build gh-134923: Use /GENPROFILE and /USEPROFILE for Windows PGO builds (GH-134924) 2025-05-30 19:37:29 +01:00
C_API gh-134891: Add PyUnstable_Unicode_GET_CACHED_HASH (GH-134892) 2025-06-06 15:51:00 +02:00
Core_and_Builtins GH-131798: Type-propagate string/list/tuple slices (GH-134671) 2025-06-07 14:08:44 -07:00
Documentation Python 3.14.0b1 2025-05-06 18:33:52 +03:00
IDLE Python 3.14.0b1 2025-05-06 18:33:52 +03:00
Library gh-135004: rewrite and cleanup blake2module.c (#135006) 2025-06-09 09:17:43 +02:00
macOS Python 3.14.0a7 2025-04-08 14:20:51 +03:00
Security gh-135034: Normalize link targets in tarfile, add os.path.realpath(strict='allow_missing') (#135037) 2025-06-03 12:42:11 +02:00
Tests gh-135120: Add test.support.subTests() (GH-135121) 2025-06-06 13:52:48 +02:00
Tools-Demos gh-134215: PyREPL: Do not show underscored modules by default during autocompletion (gh-134267) 2025-05-20 22:26:48 +02:00
Windows gh-135099: Only wait on _PyOS_SigintEvent() in main thread (GH-135100) 2025-06-04 09:35:56 +02:00