Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-111251: Fix error checking in _blake2 module init (#111252) | Nikita Sobolev | 2023-10-25 | 1 | -8/+17 |
* | gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) | Eric Snow | 2023-05-05 | 1 | -1/+2 |
* | bpo-47095: Use libb2 to provide blake2 implementation (GH-32059) | Christian Heimes | 2022-03-26 | 1 | -2/+1 |
* | bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157) | Christian Heimes | 2021-10-22 | 1 | -0/+4 |
* | bpo-1635741: Port _blake2 module to multi-phase init (GH-21856) | Mohamed Koubaa | 2020-09-02 | 1 | -37/+84 |
* | bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119) | Dong-hee Na | 2020-03-24 | 1 | -8/+2 |
* | bpo-39573: Add Py_SET_TYPE() function (GH-18394) | Victor Stinner | 2020-02-07 | 1 | -2/+2 |
* | Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. | Christian Heimes | 2016-09-06 | 1 | -0/+105 |