| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864) | Hugo van Kemenade | 2023-11-20 | 1 | -1/+1 |
| | | | | Rename Py_NOGIL to Py_GIL_DISABLED | ||||
| * | gh-111916: Make hashlib related modules thread-safe without the GIL (#111981) | Tomas R | 2023-11-15 | 1 | -8/+20 |
| | | | | | | Always use an individual lock on hash objects when in free-threaded builds. Fixes #111916 | ||||
| * | gh-99108: Release the GIL around hashlib built-in computation (#104675) | Gregory P. Smith | 2023-05-23 | 1 | -1/+8 |
| | | | | | | | | This matches the GIL releasing behavior of our existing `_hashopenssl` module, extending it to the HACL* built-ins. Includes adding comments to better describe the ENTER/LEAVE macros purpose and explain the lock strategy in both existing and new code. | ||||
| * | hashlib: Fix old message about unicode objects. (GH-28653) | Julien Palard | 2021-10-01 | 1 | -1/+1 |
| | | |||||
| * | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -17/+12 |
| | | | | | | | * Remove Setup.config * Always define WITH_THREAD for compatibility. | ||||
| * | Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. | Christian Heimes | 2016-09-06 | 1 | -8/+11 |
| | | |||||
| * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
| | | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar. | ||||
| * | Closes #18627: merge from 3.3 | Ned Deily | 2013-08-02 | 1 | -1/+1 |
| |\ | |||||
| | * | Issue #18627: Fix typo noticed by Vajrasky Kok. | Ned Deily | 2013-08-02 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #16113: integrade SHA-3 (Keccak) patch from ↵ | Christian Heimes | 2012-10-06 | 1 | -0/+33 |
| |/ | | | | http://hg.python.org/sandbox/cheimes | ||||
| * | Fixes Issue #3745: Fix hashlib to always reject unicode and non | Gregory P. Smith | 2009-02-12 | 1 | -0/+28 |
| buffer-api supporting objects as input no matter how it was compiled (built in implementations or external openssl library). | |||||
