COMMITS
/ Modules/_randommodule.c March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
November 5, 2025
V
Fix a compiler warning in _randommodule.c (#141058)
Victor Stinner committed
September 3, 2025
B
gh-116946: add `Py_TPFLAGS_IMMUTABLETYPE` to `_random.Random` (#138341)
Bénédikt Tran committed
May 31, 2025
S
gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658)
Serhiy Storchaka committed
February 21, 2025
B
gh-111178: fix UBSan failures in `Modules/_randommodule.c` (GH-129791)
Bénédikt Tran committed
September 29, 2024
S
gh-123497: New limit for Python integers on 64-bit platforms (GH-123724)
Serhiy Storchaka committed
August 30, 2024
S
gh-121485: Always use 64-bit integers for integers bits count (GH-121486)
Serhiy Storchaka committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
February 20, 2024
V
gh-110850: Use public PyTime functions (#115746)
Victor Stinner committed
V
gh-110850: Rename internal PyTime C API functions (#115734)
Victor Stinner committed
V
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner committed
February 12, 2024
S
P
gh-110850: Add PyTime_t C API (GH-115215)
Petr Viktorin committed
November 28, 2023
R
gh-112071: Make `_random.Random` methods thread-safe in `--disable-gil` builds (gh-112128)
Radislav Chugunov committed
October 25, 2023
S
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
scoder committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
September 30, 2023
V
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner committed
August 24, 2023
V
gh-106320: Remove private PyLong C API functions (#108429)
Victor Stinner committed
July 4, 2023
V
gh-106320: Remove private pylifecycle.h functions (#106400)
Victor Stinner committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
February 24, 2023
M
gh-102141: replace use of getpid on Windows with GetCurrentProcessId (GH-102142)
Max Bachmann committed
August 11, 2022
February 11, 2022
P
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin committed
January 13, 2022
C
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
Christian Heimes committed
October 22, 2021
C
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes committed
September 12, 2021
S
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
Serhiy Storchaka committed
May 31, 2021
S
bpo-44260: Do not read system entropy without need in Random() (GH-26455)
Serhiy Storchaka committed
May 5, 2021
B
Eliminate duplicated assignment in _randommodule.c (GH-25904)
Brad Larsen committed
April 21, 2021
V
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner committed
December 21, 2020
November 19, 2020
C
bpo-1635741: Port _random to multiphase initialization (GH-23359)
Christian Heimes 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
June 5, 2020
E
bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635)
Erlend Egeberg Aasland committed
April 29, 2020
V
bpo-40286: Remove C implementation of Random.randbytes() (GH-19797)
Victor Stinner committed
April 17, 2020
S
bpo-40286: Makes simpler the relation between randbytes() and getrandbits() (GH-19574)
Serhiy Storchaka committed
A
bpo-40282: Allow random.getrandbits(0) (GH-19539)
Antoine Pitrou committed
V
bpo-40302: Replace PY_INT64_T with int64_t (GH-19573)
Victor Stinner committed
V
bpo-40286: Add randbytes() method to random.Random (GH-19527)
Victor Stinner committed
March 16, 2020
March 10, 2020
V
bpo-38075: Fix random_seed(): use PyObject_CallOneArg() (GH-18897)
Victor Stinner committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
October 1, 2019
V
bpo-38321: Fix compiler warning in _randommodule.c (GH-16512)
Victor Stinner committed
September 15, 2019
D
Fix missing dec ref (#16158)
Dino Viehland committed
September 13, 2019
D
bpo-38075: Port _randommodule.c to PEP-384 (GH-15798)
Dino Viehland committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 24, 2019
P
bpo-37021: Port _randommodule to the argument clinic (GH-13532)
Pablo Galindo committed
February 14, 2019
Z
closes bpo-35991: Fix a potential double free in Modules/_randommodule.c. (GH-11849)
Zackery Spytz committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed