COMMITS
/ Modules/_randommodule.c 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
September 28, 2017
June 8, 2017
S
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka committed
April 22, 2017
B
bpo-29960 _random.Random corrupted on exception in setstate(). (#1019)
bladebryan committed
February 15, 2017
H
Update URL of Mersenne Twister Home Page (#20)
Hiroki Noda committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
December 29, 2016
B
fix error check, so that Random.seed actually uses OS randomness (closes #29085)
Benjamin Peterson committed
September 7, 2016
V
Issue #27776: include process.h on Windows for getpid()
Victor Stinner committed
September 6, 2016
V
os.urandom() now blocks on Linux
Victor Stinner committed
B
replace Python aliases for standard integer types with the standard integer types (#17884)
Benjamin Peterson committed
April 29, 2016
B
Fix typos. Reported by andportnoy on GitHub.
Berker Peksag committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
July 24, 2015
S
Issue #24620: Random.setstate() now validates the value of state last element.
Serhiy Storchaka committed
S
Issue #24620: Random.setstate() now validates the value of state last element.
Serhiy Storchaka committed
May 18, 2015
Z
Issue #23488: Fix a syntax error on big endian platforms.
Zachary Ware committed
May 13, 2015
S
Issue #23488: Random generator objects now consume 2x less memory on 64-bit.
Serhiy Storchaka committed
February 20, 2015
R
Improve struct cache locality by bring commonly accessed fields close together.
Raymond Hettinger committed
November 15, 2013
V
Fix compiler warning on Windows 64-bit: explicit cast size_t to unsigned long
Victor Stinner committed
August 27, 2013
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed