Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210) | Victor Stinner | 2022-05-03 | 1 | -2/+2 |
* | bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (G... | Serhiy Storchaka | 2020-10-24 | 1 | -18/+1 |
* | bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002) | Dong-hee Na | 2020-06-21 | 1 | -1/+18 |
* | bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) | Serhiy Storchaka | 2020-05-26 | 1 | -6/+1 |
* | bpo-40286: Remove C implementation of Random.randbytes() (GH-19797) | Victor Stinner | 2020-04-29 | 1 | -42/+1 |
* | bpo-40286: Add randbytes() method to random.Random (GH-19527) | Victor Stinner | 2020-04-17 | 1 | -1/+42 |
* | bpo-37021: Port _randommodule to the argument clinic (GH-13532) | Pablo Galindo | 2019-05-24 | 1 | -0/+117 |