COMMITS
/ Modules/clinic/_randommodule.c.h May 31, 2025
S
gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658)
Serhiy Storchaka committed
March 11, 2025
V
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner committed
January 20, 2025
E
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland committed
November 28, 2023
R
gh-112071: Make `_random.Random` methods thread-safe in `--disable-gil` builds (gh-112128)
Radislav Chugunov committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
August 31, 2023
V
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner committed
August 24, 2023
V
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner committed
August 11, 2022
May 3, 2022
V
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner committed
October 24, 2020
S
bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870)
Serhiy Storchaka committed
June 21, 2020
D
bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002)
Dong-hee Na committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
April 29, 2020
V
bpo-40286: Remove C implementation of Random.randbytes() (GH-19797)
Victor Stinner committed
April 17, 2020
V
bpo-40286: Add randbytes() method to random.Random (GH-19527)
Victor Stinner committed
May 24, 2019
P
bpo-37021: Port _randommodule to the argument clinic (GH-13532)
Pablo Galindo committed