summaryrefslogtreecommitdiffstats
path: root/Modules/clinic/_hashopenssl.c.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)Serhiy Storchaka2018-07-311-2/+2
* bpo-32433: Optimized HMAC digest (#5023)Christian Heimes2018-01-271-1/+43
* bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...Serhiy Storchaka2017-12-151-2/+2
* bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)Serhiy Storchaka2017-07-031-2/+2
* Run Argument Clinic: METH_VARARGS=>METH_FASTCALLVictor Stinner2017-01-171-1/+1
* Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywordsVictor Stinner2017-01-171-1/+1
* Issue #27810: Rerun Argument Clinic on all modulesVictor Stinner2016-09-101-4/+4
* Issue #27928: Add scrypt (password-based key derivation function) to hashlib ...Christian Heimes2016-09-061-0/+60