Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-1635741: Port _blake2 module to multi-phase init (GH-21856) | Mohamed Koubaa | 2020-09-02 | 1 | -37/+84 |
| | | | | Port the _blake2 extension module to the multi-phase initialization API (PEP 489). | ||||
* | bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119) | Dong-hee Na | 2020-03-24 | 1 | -8/+2 |
| | | | | | | Update _asyncio, _bz2, _csv, _curses, _datetime, _io, _operator, _pickle, _queue, blake2, multibytecodec and overlapped C extension modules to use PyModule_AddType(). | ||||
* | bpo-39573: Add Py_SET_TYPE() function (GH-18394) | Victor Stinner | 2020-02-07 | 1 | -2/+2 |
| | | | Add Py_SET_TYPE() function to set the type of an object. | ||||
* | Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. | Christian Heimes | 2016-09-06 | 1 | -0/+105 |