Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) | Serhiy Storchaka | 2020-05-26 | 2 | -52/+2 |
* | bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) | Christian Heimes | 2019-09-13 | 2 | -16/+38 |
* | bpo-37034: Display argument name on errors with keyword arguments with Argume... | RĂ©mi Lapeyre | 2019-08-29 | 2 | -8/+8 |
* | bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1... | Serhiy Storchaka | 2019-03-14 | 2 | -8/+288 |
* | bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) | Serhiy Storchaka | 2018-07-31 | 2 | -60/+58 |
* | bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic.... | Serhiy Storchaka | 2018-07-26 | 2 | -18/+18 |
* | Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. | Christian Heimes | 2016-09-06 | 2 | -0/+250 |