| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-123497: New limit for Python integers on 64-bit platforms (GH-123724) | Serhiy Storchaka | 2024-09-29 | 1 | -3/+3 |
|
|
* | gh-121485: Always use 64-bit integers for integers bits count (GH-121486) | Serhiy Storchaka | 2024-08-30 | 1 | -3/+4 |
|
|
* | gh-116322: Add Py_mod_gil module slot (#116882) | Brett Simmers | 2024-05-03 | 1 | -0/+1 |
|
|
* | gh-110850: Use public PyTime functions (#115746) | Victor Stinner | 2024-02-20 | 1 | -6/+12 |
|
|
* | gh-110850: Rename internal PyTime C API functions (#115734) | Victor Stinner | 2024-02-20 | 1 | -3/+3 |
|
|
* | gh-110850: Cleanup pycore_time.h includes (#115724) | Victor Stinner | 2024-02-20 | 1 | -0/+1 |
|
|
* | gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun... | Steve Dower | 2024-02-12 | 1 | -1/+2 |
|
|
* | gh-110850: Add PyTime_t C API (GH-115215) | Petr Viktorin | 2024-02-12 | 1 | -1/+1 |
|
|
* | gh-112071: Make `_random.Random` methods thread-safe in `--disable-gil` build... | Radislav Chugunov | 2023-11-28 | 1 | -7/+11 |
|
|
* | gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162) | scoder | 2023-10-25 | 1 | -1/+1 |
|
|
* | gh-110964: Remove private _PyArg functions (#110966) | Victor Stinner | 2023-10-17 | 1 | -0/+1 |
|
|
* | gh-110014: Include explicitly <unistd.h> header (#110155) | Victor Stinner | 2023-09-30 | 1 | -2/+5 |
|
|
* | gh-106320: Remove private PyLong C API functions (#108429) | Victor Stinner | 2023-08-24 | 1 | -1/+1 |
|
|
* | gh-106320: Remove private pylifecycle.h functions (#106400) | Victor Stinner | 2023-07-04 | 1 | -0/+1 |
|
|
* | gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) | Eric Snow | 2023-05-05 | 1 | -0/+1 |
|
|
* | gh-102255: Improve build support for Windows API partitions (GH-102256) | Max Bachmann | 2023-03-09 | 1 | -1/+5 |
|
|
* | gh-102141: replace use of getpid on Windows with GetCurrentProcessId (GH-102142) | Max Bachmann | 2023-02-24 | 1 | -1/+3 |
|
|
* | gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (... | Eric Snow | 2022-08-11 | 1 | -0/+1 |
|
|
* | bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081) | Petr Viktorin | 2022-02-11 | 1 | -1/+1 |
|
|
* | bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507) | Christian Heimes | 2022-01-13 | 1 | -0/+4 |
|
|
* | bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157) | Christian Heimes | 2021-10-22 | 1 | -0/+4 |
|
|
* | bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe... | Serhiy Storchaka | 2021-09-12 | 1 | -2/+3 |
|
|
* | bpo-44260: Do not read system entropy without need in Random() (GH-26455) | Serhiy Storchaka | 2021-05-31 | 1 | -27/+17 |
|
|
* | Eliminate duplicated assignment in _randommodule.c (GH-25904) | Brad Larsen | 2021-05-05 | 1 | -1/+1 |
|
|
* | bpo-40137: Add pycore_moduleobject.h internal header (GH-25507) | Victor Stinner | 2021-04-21 | 1 | -2/+3 |
|
|
* | bpo-42008: Fix internal _random.Random() seeding for the one argument case (G... | AMIR | 2020-12-21 | 1 | -1/+12 |
|
|
* | bpo-1635741: Port _random to multiphase initialization (GH-23359) | Christian Heimes | 2020-11-19 | 1 | -45/+49 |
|
|
* | bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (G... | Serhiy Storchaka | 2020-10-24 | 1 | -17/+0 |
|
|
* | bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002) | Dong-hee Na | 2020-06-21 | 1 | -0/+18 |
|
|
* | bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635) | Erlend Egeberg Aasland | 2020-06-05 | 1 | -1/+0 |
|
|
* | bpo-40286: Remove C implementation of Random.randbytes() (GH-19797) | Victor Stinner | 2020-04-29 | 1 | -45/+0 |
|
|
* | bpo-40286: Makes simpler the relation between randbytes() and getrandbits() (... | Serhiy Storchaka | 2020-04-17 | 1 | -12/+6 |
|
|
* | bpo-40282: Allow random.getrandbits(0) (GH-19539) | Antoine Pitrou | 2020-04-17 | 1 | -2/+5 |
|
|
* | bpo-40302: Replace PY_INT64_T with int64_t (GH-19573) | Victor Stinner | 2020-04-17 | 1 | -6/+6 |
|
|
* | bpo-40286: Add randbytes() method to random.Random (GH-19527) | Victor Stinner | 2020-04-17 | 1 | -7/+58 |
|
|
* | bpo-39968: Convert extension modules' macros of get_module_state() to inline ... | Hai Shi | 2020-03-16 | 1 | -7/+13 |
|
|
* | bpo-38075: Fix random_seed(): use PyObject_CallOneArg() (GH-18897) | Victor Stinner | 2020-03-10 | 1 | -4/+1 |
|
|
* | bpo-39245: Switch to public API for Vectorcall (GH-18460) | Petr Viktorin | 2020-02-11 | 1 | -1/+1 |
|
|
* | bpo-38321: Fix compiler warning in _randommodule.c (GH-16512) | Victor Stinner | 2019-10-01 | 1 | -1/+1 |
|
|
* | Fix missing dec ref (#16158) | Dino Viehland | 2019-09-15 | 1 | -0/+1 |
|
|
* | bpo-38075: Port _randommodule.c to PEP-384 (GH-15798) | Dino Viehland | 2019-09-13 | 1 | -57/+92 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -2/+2 |
|
|
* | bpo-37021: Port _randommodule to the argument clinic (GH-13532) | Pablo Galindo | 2019-05-24 | 1 | -26/+83 |
|
|
* | closes bpo-35991: Fix a potential double free in Modules/_randommodule.c. (GH... | Zackery Spytz | 2019-02-14 | 1 | -1/+0 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH... | Siddhesh Poyarekar | 2018-04-29 | 1 | -2/+2 |
|
|
* | bpo-31478: Fix an assertion failure in random.seed() in case a seed has a bad... | Oren Milman | 2017-09-28 | 1 | -2/+5 |
|
|
* | bpo-30592: Fixed error messages for some builtins. (#1996) | Serhiy Storchaka | 2017-06-08 | 1 | -1/+1 |
|
|
* | bpo-29960 _random.Random corrupted on exception in setstate(). (#1019) | bladebryan | 2017-04-22 | 1 | -1/+4 |
|
|
* | Update URL of Mersenne Twister Home Page (#20) | Hiroki Noda | 2017-02-15 | 1 | -3/+3 |
|
|
* | Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever | Serhiy Storchaka | 2017-01-23 | 1 | -2/+1 |
|
|