Serhiy Storchaka
|
6969eaf468
|
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
the bare METH_FASTCALL be used for functions with positional-only
parameters.
|
2017-07-03 21:20:15 +03:00 |
Victor Stinner
|
259f0e4437
|
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Issue #29286. Run Argument Clinic to get the new faster METH_FASTCALL calling
convention for functions using only positional arguments.
|
2017-01-17 01:35:17 +01:00 |
Victor Stinner
|
3e1fad6913
|
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Issue #29286.
|
2017-01-17 01:29:01 +01:00 |
Victor Stinner
|
37e4ef7b17
|
Issue #27810: Rerun Argument Clinic on all modules
|
2016-09-09 20:00:13 -07:00 |
Christian Heimes
|
39093e9e68
|
Issue #27928: Add scrypt (password-based key derivation function) to hashlib module (requires OpenSSL 1.1.0).
|
2016-09-06 20:22:28 +02:00 |