Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) | Serhiy Storchaka | 2018-07-31 | 1 | -2/+2 |
* | bpo-32433: Optimized HMAC digest (#5023) | Christian Heimes | 2018-01-27 | 1 | -1/+43 |
* | bpo-32240: Add the const qualifier to declarations of PyObject* array argumen... | Serhiy Storchaka | 2017-12-15 | 1 | -2/+2 |
* | bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) | Serhiy Storchaka | 2017-07-03 | 1 | -2/+2 |
* | Run Argument Clinic: METH_VARARGS=>METH_FASTCALL | Victor Stinner | 2017-01-17 | 1 | -1/+1 |
* | Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords | Victor Stinner | 2017-01-17 | 1 | -1/+1 |
* | Issue #27810: Rerun Argument Clinic on all modules | Victor Stinner | 2016-09-10 | 1 | -4/+4 |
* | Issue #27928: Add scrypt (password-based key derivation function) to hashlib ... | Christian Heimes | 2016-09-06 | 1 | -0/+60 |